summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_auth.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
* bump yearXinchen Hui2013-01-061-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-8/+8
* Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-18/+18
* MYSQLND_NET refactored not to use any direct reference to MYSQLND (the connec...Andrey Hristov2011-10-101-2/+0
* Add mysqli_error_list() that returns an array with errors. Typically onlyAndrey Hristov2011-08-041-3/+2
* Use our own zend_strndup() implementation of strndup() -- Fixes build on plat...Kalle Sommer Nielsen2011-01-311-1/+1
* a better habitatAndrey Hristov2011-01-271-3/+3
* fix a crash in new codeAndrey Hristov2011-01-271-1/+3
* fix typosAndrey Hristov2011-01-241-2/+2
* small cleanupsAndrey Hristov2011-01-241-10/+2
* Handle MySQL 5.5 authentication features.Andrey Hristov2011-01-241-77/+252
* Update on the mysqlnd auth plugins, changed the pluginAndrey Hristov2011-01-141-21/+59
* Change things to allow passing of the password lengthAndrey Hristov2011-01-141-0/+2
* grok the MySQL 5.5 extended handshake.Andrey Hristov2011-01-121-0/+271