diff options
author | peter@mysql.com <> | 2002-11-30 16:31:58 +0300 |
---|---|---|
committer | peter@mysql.com <> | 2002-11-30 16:31:58 +0300 |
commit | 54ff0efe7cb79c2f3e7acc84f74905d750e51ba0 (patch) | |
tree | 8cb72ffc1f46d5e546f302958453ce4a83d26d5e /sql/password.c | |
parent | 08f51eaedd8fb15eb629614af323d3cdc64dace1 (diff) | |
download | mariadb-git-54ff0efe7cb79c2f3e7acc84f74905d750e51ba0.tar.gz |
SCRUM: Secure auth
Implement mysql_change_user
Get rid of double user search at authentication
Some cleanups
Diffstat (limited to 'sql/password.c')
-rw-r--r-- | sql/password.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/password.c b/sql/password.c index b9eb6012354..98cac1e07d0 100644 --- a/sql/password.c +++ b/sql/password.c @@ -48,6 +48,8 @@ This authentication needs 2 packet round trips instead of one but it is much stronger. Now if one will steal mysql database content he will not be able to break into MySQL. + + New Password handling functions by Peter Zaitsev *****************************************************************************/ |