From: Ashish Agarwal Date: May 21 2012 10:00am Subject: bzr push into mysql-trunk branch (ashish.y.agarwal:3894 to 3895) WL#2739 List-Archive: http://lists.mysql.com/commits/143868 Message-Id: <201205211000.q4LA09bg026030@acsmt356.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3895 Ashish Agarwal 2012-05-21 WL#2739: Auditing Password Security Change in the .cnf file modified: support-files/my-huge.cnf.sh support-files/my-large.cnf.sh support-files/my-medium.cnf.sh support-files/my-small.cnf.sh 3894 Ashish Agarwal 2012-05-21 wl#2739: Auditing Password Security Test failure in windows modified: include/mysql/plugin_validate_password.h mysql-test/t/validate_password_plugin.test plugin/password_validation/validate_password.cc sql/string_service.cc === modified file 'support-files/my-huge.cnf.sh' --- a/support-files/my-huge.cnf.sh 2012-05-10 10:54:37 +0000 +++ b/support-files/my-huge.cnf.sh 2012-05-21 09:58:20 +0000 @@ -128,7 +128,7 @@ server-id = 1 #innodb_lock_wait_timeout = 50 # dictionary file for validate_password plugin -validate_password_dictionary_file = @dictionary@ +loose-validate_password_dictionary_file = @dictionary@ [mysqldump] quick === modified file 'support-files/my-large.cnf.sh' --- a/support-files/my-large.cnf.sh 2012-05-10 10:54:37 +0000 +++ b/support-files/my-large.cnf.sh 2012-05-21 09:58:20 +0000 @@ -128,7 +128,7 @@ server-id = 1 #innodb_lock_wait_timeout = 50 # dictionary file for validate_password plugin -validate_password_dictionary_file = @dictionary@ +loose-validate_password_dictionary_file = @dictionary@ [mysqldump] quick === modified file 'support-files/my-medium.cnf.sh' --- a/support-files/my-medium.cnf.sh 2012-05-10 10:54:37 +0000 +++ b/support-files/my-medium.cnf.sh 2012-05-21 09:58:20 +0000 @@ -126,7 +126,7 @@ server-id = 1 #innodb_lock_wait_timeout = 50 # dictionary file for validate_password plugin -validate_password_dictionary_file = @dictionary@ +loose-validate_password_dictionary_file = @dictionary@ [mysqldump] quick === modified file 'support-files/my-small.cnf.sh' --- a/support-files/my-small.cnf.sh 2012-05-10 10:54:37 +0000 +++ b/support-files/my-small.cnf.sh 2012-05-21 09:58:20 +0000 @@ -73,7 +73,7 @@ server-id = 1 #innodb_lock_wait_timeout = 50 # dictionary file for validate_password plugin -validate_password_dictionary_file = @dictionary@ +loose-validate_password_dictionary_file = @dictionary@ [mysqldump] quick No bundle (reason: useless for push emails).