summaryrefslogtreecommitdiff
path: root/sql/password.c
diff options
context:
space:
mode:
authorpeter@mysql.com <>2002-11-30 16:31:58 +0300
committerpeter@mysql.com <>2002-11-30 16:31:58 +0300
commit54ff0efe7cb79c2f3e7acc84f74905d750e51ba0 (patch)
tree8cb72ffc1f46d5e546f302958453ce4a83d26d5e /sql/password.c
parent08f51eaedd8fb15eb629614af323d3cdc64dace1 (diff)
downloadmariadb-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.c2
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
*****************************************************************************/