summaryrefslogtreecommitdiff
path: root/sql/password.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.5.24 back into main 5.5.Joerg Bruehe2012-05-071-2/+2
|\
| * auto mere mysql-5.1-security->mysql-5.5-securityGeorgi Kodinov2012-04-061-1/+1
| |\ |/ /
| * Bug #13934049: 64884: LOGINS WITH INCORRECT PASSWORD ARE ALLOWEDGeorgi Kodinov2012-04-061-1/+1
| * Updated/added copyright headersKent Boortz2011-07-031-17/+18
| |\
* | \ Updated/added copyright headersKent Boortz2011-07-041-1/+2
|\ \ \
* \ \ \ Updated/added copyright headersKent Boortz2011-06-301-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Updated/added copyright headersKent Boortz2011-06-301-2/+5
| |\ \
| | * | Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | | Merge of mysql-5.1 into mysql-5.5.Davi Arnaut2011-05-301-15/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | Bug#12563279: REGRESSION IN HANDLING PRE-4.1 AUTHENTICATION PACKETDavi Arnaut2011-05-301-15/+17
| |/ /
* | | WL#1054: Pluggable authentication supportGeorgi Kodinov2010-08-091-6/+6
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-0/+1
|/ /
* | Manual merge.Alexey Kopytov2009-06-011-8/+45
|\ \ | |/
| * Bug #44767: invalid memory reads in password() and Alexey Kopytov2009-05-271-8/+45
* | Merge mysql.com:/home/my/mysql-5.0unknown2007-01-271-3/+4
|\ \ | |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-01-221-3/+4
| |\
| | * Fixed compiler warnings detected by option -Wshadow and -Wunused:unknown2006-12-151-3/+4
* | | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-311-1/+1
|\ \ \ | |/ /
| * | my_strtoll10-x86.s:unknown2006-12-311-1/+1
* | | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-231-2/+1
|\ \ \ | |/ /
| * | Many files:unknown2006-12-231-2/+1
| |/
| * Fixed portability issue in my_thr_init.c (was added in my last push)unknown2006-11-301-2/+2
* | Fixed compiler and valgrind warningsunknown2006-03-291-3/+3
|/
* Merge mysql.com:/opt/local/work/mysql-4.1-rootunknown2006-01-111-23/+23
|\
| * A fix for Bug#13944 "libmysqlclient exporting sha1_result function":unknown2006-01-111-23/+23
* | Reviewing new pushed codeunknown2005-10-121-5/+8
* | Bug#10504unknown2005-09-161-2/+2
* | fixes for windows 64-bit compiler warningsunknown2005-06-131-4/+4
* | Merge with 4.1unknown2004-12-221-2/+3
|\ \ | |/
| * sql/password.c: check for buffer overflow in check_scramble_323 (BUG#7187)unknown2004-12-111-2/+3
* | merge with 4.1unknown2004-10-291-1/+1
|\ \ | |/
| * Remove stale declaration, fix a typo in comment.unknown2004-10-151-1/+1
* | fixed & added comments (according to Igor's review and a bit more)unknown2004-10-071-2/+2
|/
* check_scramble_323 shuold ensure that the scramble has the correct lengthunknown2004-06-011-0/+2
* Made my_snprintf() behavior snprintf() compatible when printing %x arguments ...unknown2004-05-271-2/+2
* C cleanupsunknown2003-09-031-3/+3
* Style fixes, comments for 4.1.1 authorizationunknown2003-07-181-48/+45
* Preliminary support for options --secure-auth, unknown2003-07-081-44/+11
* Bug fixes for authenticationunknown2003-07-041-8/+4
* First version of new authentification procedure: now authentification is one-...unknown2003-07-011-498/+330
* fixed bad merge (s/rnd/my_rnd/)unknown2003-03-201-3/+3
* Merge with 4.0.12unknown2003-03-191-6/+6
|\
| * - renamed "rnd" to "my_rnd" as the name was too generic (and is an exportedunknown2003-03-181-6/+6
* | Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-23/+24
* | Portability fixes (for windows)unknown2003-01-211-9/+5
* | Removed compiler warningsunknown2003-01-181-8/+8
* | postreview fix (SCRUM)unknown2002-12-281-1/+1
* | Minor new auth fixes unknown2002-12-091-5/+15
* | merge fixunknown2002-12-061-1/+1
|\ \ | |/
| * Change of internal key_field=NULL handling to avoid error messages.unknown2002-12-031-1/+1