summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_auth.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in codePeter Kokot2018-07-271-1/+1
|
* Fix mysqlnd build without opensslNikita Popov2018-06-091-0/+1
|
* Merge branch 'master' of git.php.net:/php-srcJohannes Schlüter2018-06-061-1/+1
|\
| * Use zend_string_release_ex() instread of zend_string_release() in places, ↵Dmitry Stogov2018-05-281-1/+1
| | | | | | | | where we sure about string persistence.
* | Merge branch 'PHP-7.1'Johannes Schlüter2018-06-061-7/+281
|\ \ | |/ |/|
| * Fix MySQL 8 authJohannes Schlüter2018-06-061-7/+285
| |
* | Merge branch 'PHP-7.2'Johannes Schlüter2018-02-201-1/+1
|\ \ | |/
| * Fix a memleak with mysqlnd and SSLJohannes Schlüter2018-02-201-1/+1
| |
* | Merge branch 'PHP-7.2'Johannes Schlüter2018-02-201-8/+15
|\ \ | |/
| * 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
| | |
* | | year++Xinchen Hui2018-01-021-1/+1
| | |
* | | Run mysqlmd commands in one step (without separate create/run/free).Dmitry Stogov2017-11-141-5/+1
| | |
* | | Use stack-allocated packets.Dmitry Stogov2017-11-141-123/+101
| | |
* | | Made "result", "statement" and "last_message" to always use Zend MM heap. ↵Dmitry Stogov2017-11-021-1/+1
| | | | | | | | | | | | (even for persistent connections these entities don't relive request boundary)
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-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
|\ \ | |/ | | | | | | | | | | * PHP-7.0: Update header to PHP Version 7 Happy new year (Update copyright to 2016) Happy new year (Update copyright to 2016)
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
| |\ | | | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| | * 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
| | | | | | | | | | | | - move things out of mysqlnd_priv.h
* | | MNDR:Andrey Hristov2015-11-121-1/+0
| | | | | | | | | | | | - remove inclusion of uneeded headers
* | | MNDR:Andrey Hristov2015-11-121-9/+9
| | | | | | | | | | | | - move all data members from MYSQLND_PFC to MYSQLND_PFC_DATA
* | | MNDR:Andrey Hristov2015-11-121-7/+7
| | | | | | | | | | | | | | | - move from char* + len to MYSQLND_STRING - add some more const modifiers
* | | MNDR:Andrey Hristov2015-11-121-6/+5
| | | | | | | | | | | | - better name for MYSQLND_PPEC - MYSQLND_PFC (protocol frame codec)
* | | MNDR:Andrey Hristov2015-11-121-5/+5
| | | | | | | | | | | | | | | - rename MYSQLND_NET to MYSQLND_PPEC (protocol packet envelope codec). PPEC does only the encoding and decoding to the protocol frame.
* | | MNDR:Andrey Hristov2015-11-121-4/+4
| | | | | | | | | | | | | | | | | | | | | - split MYSQLND_NET into MYSQLND_NET and MYSQLND_VIO MYSQLND_NET is above MYSQLND_VIO. _NET takes care of protocol packet counting (even with compressed), while VIO is just about the network (or in case of windows, non-network, but PIPE) transport.
* | | MNDR:Andrey Hristov2015-11-121-4/+4
| | | | | | | | | | | | | | | - now send_command_handle_response() also doesn't depend directly on MYSQLND_CONN_DATA
* | | MNDR:Andrey Hristov2015-11-121-5/+5
| | | | | | | | | | | | - rename the macro for updating the connection state
* | | MNDR:Andrey Hristov2015-11-121-28/+28
| | | | | | | | | | | | - make MYSQLND_ERROR_INFO a class
* | | MDNR:Andrey Hristov2015-11-121-1/+1
| | | | | | | | | | | | | | | - make MYSQLND_UPSERT_STATUS more like an object that a simple structure Still use macros to make updates simple
* | | MNDR:Andrey Hristov2015-11-121-9/+9
| | | | | | | | | | | | | | | - Rename MYSQLND_PROTOCOL to MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY - Rename other symbols related to MYSQLND_PROTOCOL accordingly
* | | MNDR :Andrey Hristov2015-11-121-15/+15
|/ / | | | | | | | | - Rename MYSQLND_OPTIONS to MYSQLND_SESSION_OPTIONS - Rename MYSQLND_NET_OPTIONS to MYSQLND_IO_OPTIONS
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-2/+2
| | | | | | | | semantick changes).
* | 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
|/