summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_auth.c
Commit message (Expand)AuthorAgeFilesLines
* Revert all MySQL auth related changesNikita Popov2018-09-041-286/+7
* Fix mysqlnd build without opensslNikita Popov2018-06-101-0/+1
* Fix MySQL 8 authJohannes Schlüter2018-06-061-7/+285
* Fix a memleak with mysqlnd and SSLJohannes Schlüter2018-02-201-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Johannes Schlüter2018-02-201-8/+15
|\
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Merge branch 'PHP-7.0'Andrey Hristov2016-03-161-5/+4
|\ \ | |/
| * Fix emails in headers. @mysql.com addresses are no more since many years.Andrey Hristov2016-03-161-5/+5
* | Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
| |\
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| | * bump yearXinchen Hui2015-01-151-1/+1
* | | More const and moved the declaration of php_mysqlnd_scramble() to mysqlnd_auth.hAndrey Hristov2015-11-171-1/+1
* | | MNDR:Andrey Hristov2015-11-121-2/+205
* | | MNDR:Andrey Hristov2015-11-121-1/+0
* | | MNDR:Andrey Hristov2015-11-121-9/+9
* | | MNDR:Andrey Hristov2015-11-121-7/+7
* | | MNDR:Andrey Hristov2015-11-121-6/+5
* | | MNDR:Andrey Hristov2015-11-121-5/+5
* | | MNDR:Andrey Hristov2015-11-121-4/+4
* | | MNDR:Andrey Hristov2015-11-121-4/+4
* | | MNDR:Andrey Hristov2015-11-121-5/+5
* | | MNDR:Andrey Hristov2015-11-121-28/+28
* | | MDNR:Andrey Hristov2015-11-121-1/+1
* | | MNDR:Andrey Hristov2015-11-121-9/+9
* | | MNDR :Andrey Hristov2015-11-121-15/+15
|/ /
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-2/+2
* | Fixed bug #68887 (resources are not freed correctly)Dmitry Stogov2015-04-081-1/+1
* | cleanup the mod version macros, round 2Anatol Belski2015-03-231-3/+3
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-7/+7
* | second shot on removing TSRMLS_*Anatol Belski2014-12-141-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-24/+24
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 1Anatol Belski2014-08-251-5/+5
* | ported mysql and mysqlndAnatol Belski2014-08-191-4/+4
* | Fixed compilation warningDmitry Stogov2014-06-201-1/+0
* | Fixed compilationDmitry Stogov2014-06-201-7/+5
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Add support for connect attributes, as of MySQL 5.6Andrey Hristov2013-01-151-1/+4
* Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-01-061-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
* | fix newly introduced segfaultAndrey Hristov2012-10-161-1/+1