From 54ff0efe7cb79c2f3e7acc84f74905d750e51ba0 Mon Sep 17 00:00:00 2001 From: "peter@mysql.com" <> Date: Sat, 30 Nov 2002 16:31:58 +0300 Subject: SCRUM: Secure auth Implement mysql_change_user Get rid of double user search at authentication Some cleanups --- sql/password.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/password.c') 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 *****************************************************************************/ -- cgit v1.2.1