• unknown's avatar
    Preliminary support for options --secure-auth, · 78c3d968
    unknown authored
    --old-passwords
    Support for option --old-protocol was removed.
    Some test performed.
    Tests for SSL and replication are pending.
    More strict following to specification for --old-passwords
    is in the TODO.
    
    
    include/mysql_com.h:
      support for 3.20 passwords removed from
      scramble_323
    include/mysqld_error.h:
      added error code for --secure-auth mode
    libmysql/libmysql.c:
      removed support for 3.20 password and protocol
      version 9
    mysql-test/r/connect.result:
      added check for new syntax of 
      set password
    mysql-test/r/func_crypt.result:
      tests for two-argument of password() were removed.
      Instead added tests for cooperation of password() and
      old_passwords session/global variable, passwords() and spaces 
      in argument string
    mysql-test/t/connect.test:
      added check for new syntax of
      set password
    mysql-test/t/func_crypt.test:
      tests for two-argument of password() were removed.
      Instead added tests for cooperation of password() and
      old_passwords session/gl...
    78c3d968
sql_acl.cc 100 KB