mariadb/client
Georgi Kodinov 31a9208bd0 Bug #12998841: libmysql divulges plaintext password upon request in 5.5
1. Clear text password client plugin disabled by default.
2. Added an environment variable LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN, that
when set to something starting with '1', 'Y' or 'y' will enable the clear
text
plugin for all connections.
3. Added a new mysql_options() option : MYSQL_ENABLE_CLEARTEXT_PLUGIN
that takes an my_bool argument. When the value of the argument is non-zero
the clear text plugin is enabled for this connection only.
4. Added an enable-cleartext-plugin config file option that takes a numeric

argument. If the numeric value of the numeric argument is non-zero the
clear
text plugin is enabled for the connection
5. Added a boolean command line option "--enable_cleartext_plugin" to
mysql, mysqlslap and mysqladmin. When specified it will call mysql_options
with the effect of #3
6. Added a new CLEARTEXT option to the connect command in mysqltest.
When specified it will enable the cleartext plugin for usage.
7. Added test cases and updated existing ones that need the clear text
plugin.
2012-07-05 09:55:20 +03:00
..
client_priv.h Bug #12998841: libmysql divulges plaintext password upon request in 5.5 2012-07-05 09:55:20 +03:00
CMakeLists.txt Updated/added copyright headers 2012-02-16 10:48:16 +01:00
completion_hash.cc
completion_hash.h
echo.c
get_password.c
my_readline.h
mysql.cc Bug #12998841: libmysql divulges plaintext password upon request in 5.5 2012-07-05 09:55:20 +03:00
mysql_plugin.c Updated/added copyright headers 2012-02-16 10:48:16 +01:00
mysql_upgrade.c A patch for Bug#13023858 - MYSQL_UPGRADE PRINTS 2011-12-21 19:26:11 +04:00
mysqladmin.cc Bug #12998841: libmysql divulges plaintext password upon request in 5.5 2012-07-05 09:55:20 +03:00
mysqlbinlog.cc Bug#14238406 NEW COMPILATION WARNINGS WITH GCC 4.7 (-WERROR=NARROWING) 2012-06-29 13:36:01 +02:00
mysqlcheck.c Manual merge from mysql-5.1. 2011-07-22 11:50:44 +04:00
mysqldump.c Bug #11753490: 44939: sql dumps containing broad views fail when 2012-07-04 17:48:58 +03:00
mysqlimport.c Manual merge from mysql-5.1. 2011-07-22 11:50:44 +04:00
mysqlshow.c Manual merge from mysql-5.1. 2011-07-22 11:50:44 +04:00
mysqlslap.c Bug #12998841: libmysql divulges plaintext password upon request in 5.5 2012-07-05 09:55:20 +03:00
mysqltest.cc Bug #12998841: libmysql divulges plaintext password upon request in 5.5 2012-07-05 09:55:20 +03:00
readline.cc Build broken for gcc 4.5.1 in optimized mode. 2011-11-29 15:52:47 +01:00
sql_string.cc Updated/added copyright headers 2012-02-16 10:48:16 +01:00
sql_string.h