summaryrefslogtreecommitdiff
path: root/sql-common/client.c
Commit message (Expand)AuthorAgeFilesLines
* Bug#30689251 - BACKPORT TO MYSQL-5.6, BUG#29597896 - NULL POINTER DEREFERENCE...Anushree Prakash B2020-04-301-3/+17
* Bug#29630767 - USE OF UNINITIALIZED VALUE IN LIBMYSQL (CLIENT.CC FUNCTION RUN...mariadb-5.5.67Sergei Golubchik2020-01-181-1/+4
* Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* Crude "auto-load-data-local-infile" modemariadb-5.5.63Sergei Golubchik2019-01-271-3/+27
* Merge remote-tracking branch 'mysql/5.5' into 5.5Oleksandr Byelkin2018-07-291-0/+4
|\
| * Bug#27980823: HEAP OVERFLOW VULNERABILITIES IN MYSQL CLIENT LIBRARYmysql-5.5.61Ivo Roylev2018-06-151-1/+3
| * Bug#27759871: BACKRONYM ISSUE IS STILL IN MYSQL 5.7Arun Kuruvila2018-05-141-0/+41
| * Bug#25471090: MYSQL USE AFTER FREEArun Kuruvila2018-02-121-7/+9
| * BUG#25575605: SETTING --SSL-MODE=REQUIRED SENDS CREDENTIALS BEFORE VERIFYING ...Ramil Kalimullin2017-03-101-2/+52
| * (no commit message)Nisha Gopalakrishnan2017-02-161-4/+7
* | MDEV-10246 ssl-* config file options have no effect without mysql_ssl_set()Vladislav Vaintroub2018-06-051-0/+4
* | protocol: verify that number of rows is correctSergei Golubchik2018-05-041-7/+15
* | Use after free in authenticationSergei Golubchik2018-05-011-2/+2
* | Bug#25471090: MYSQL USE AFTER FREESergei Golubchik2018-04-301-2/+2
* | Bug#25471090: MYSQL USE AFTER FREESergei Golubchik2018-04-271-1/+1
* | Bug#25471090: MYSQL USE AFTER FREESergei Golubchik2018-04-191-1/+1
* | don't disable SSL when connecting via libmysqldSergei Golubchik2018-04-031-2/+2
* | MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-0/+1
* | respect client's desire to force ssl even when WITH_SSL=NOSergei Golubchik2017-04-201-2/+2
* | MDEV-11933 Wrong usage of linked list in mysql_prune_stmt_listSergei Golubchik2017-02-271-9/+2
* | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-06-141-4/+18
|\ \ | |/
| * Bug#21920657: SSL-CA FAILS SILENTLY IF THE PATH CANNOT BEArun Kuruvila2016-03-011-4/+19
* | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-091-32/+57
|\ \ | |/
| * Bug #22295186: CERTIFICATE VALIDATION BUG IN MYSQL MAY ALLOW MITMYashwant Sahu2016-01-111-26/+64
* | MDEV-9112: Non-blocking client API missing on non-x86 platformsGeorg Richter2016-02-011-0/+1
* | MDEV-9212 ssl-validate-cert incorrect hostname checkSergei Golubchik2015-12-081-27/+28
* | MDEV-7937: Enforce SSL when --ssl client option is usedVicențiu Ciorbaru2015-06-091-4/+19
* | MDEV-7859 SSL hostname verification fails for long subject namesSergei Golubchik2015-04-271-2/+10
* | Merge remote-tracking branch 'mysql/5.5' into bb-5.5-merge @ mysql-5.5.42Sergei Golubchik2015-02-111-2/+2
|\ \ | |/
| * Bug#17599258:- ERROR 1160 (08S01): GOT AN ERROR WRITINGArun Kuruvila2014-11-101-2/+2
| * Bug #18384260: MULTIPLE SECURITY ISSUES IN CERTIFICATE VALIDATIONGeorgi Kodinov2014-07-311-0/+6
| * Bug #18053212 MYSQL_GET_SERVER_VERSION() CALL WITHOUT A VALID CONNECTION RESU...Igor Solodovnikov2014-04-171-6/+16
| * Bug #17297012 MEMORY LEAK IN MYSQL_OPTIONS WHILE CALLING WITH OPTION MYSQL_SE...Igor Solodovnikov2013-08-301-0/+1
| * Bug #16680313: CLIENT DOESN'T READ PLUGIN-DIR FROM MY.CNF SET BYGeorgi Kodinov2013-04-241-2/+2
| * Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| * Merge of patch for bug#14685362 from mysql-5.1.Nirbhay Choubey2013-03-181-0/+2
| |\
| * | Bug #12910665: AUTH-PLUGIN-DATA-LEN NOT TESTED FOR VALIDITY BY THE Georgi Kodinov2012-06-291-0/+6
| * | fixed a missing breakGeorgi Kodinov2012-07-051-0/+1
| * | Bug #12998841: libmysql divulges plaintext password upon request in 5.5Georgi Kodinov2012-07-051-9/+60
| * | merge bug#13708485 5.1->5.5Georgi Kodinov2012-06-291-3/+12
| |\ \ | | |/
| | * Bug #13708485: malformed resultset packet crashes clientGeorgi Kodinov2012-06-281-3/+12
| * | Updated/added copyright headersKent Boortz2011-06-301-1/+1
| |\ \ | | |/
| | * Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | |\
| | | * Updated/added copyright headersKent Boortz2011-06-301-2/+3
| * | | Bug#11745920/Bug#21287: "SSL connection error" is not helpful! (ssl-verify-se...Tatjana Azundris Nuernberg2011-05-191-11/+24
| * | | Bug#11766631 (59780) - Move the client authentication_windows pluginRafal Somla2011-04-281-0/+7
| * | | Fix for BUG#59894Guilhem Bichot2011-02-111-5/+8
| * | | Bug #59657: Move the client authentication_pam plugin into the server repositoryGeorgi Kodinov2011-01-311-0/+35
| * | | BUG#57953 my_load_defaults return junk argument ----args-separator---- to callerHe Zhenxing2011-01-171-1/+1
| * | | Remove configuration preprocessor symbols 'THREAD'Magne Mahre2011-01-111-21/+3