An error occurred fetching the project authors.
- 07 Jul, 2003 1 commit
-
-
kostja@oak.local 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.
-
- 04 Jul, 2003 1 commit
-
-
kostja@oak.local authored
OLD_PASSWORD made a keyword to allow set password=old_password('abc') constructions.
-
- 01 Jul, 2003 1 commit
-
-
kostja@oak.local authored
First version of new authentification procedure: now authentification is one-stage (instead of two-stage in 4.1) For now following tasks have been done: - PASSWORD() function was rewritten. PASSWORD() now returns SHA1 hash_stage2; for new passwords user.password contains '*'hash_stage2; sql_yacc.yy also fixed; - password.c: new functions were implemented, old rolled back to 4.0 state - server code was rewritten to use new authorization algorithm (check_user(), change user, and other stuff in sql/sql_parse.cc) - client code was rewritten to use new authorization algorithm (mysql_real_connect, myslq_authenticate in sql-common/client.c) - now server barks on 45-byte-length 4.1.0 passwords and refuses 4.1.0-style authentification. Users with 4.1.0 passwords are blocked (sql/sql_acl.cc) - mysqladmin.c was fixed to work correctly with new passwords Tests for 4.0-4.1.1, 4.1.1-4.1.1 (with or without db/password) logons was performed; mysqladmin also was tested. Additional check are nevertheless necessary.
-
- 15 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Removed compiler warnings
-
- 06 Jun, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 21 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added initialization of all important global variables
-
- 13 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Allow syntax CREATE TABLE t1 (LIKE t2)
-
- 07 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Security patch to remove wrong error when one had a global update/delete privilige and a database specific SELECT privilege.
-
- 02 May, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 30 Apr, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Changed handing of priv_host to fix bug in FLUSH PRIVILEGES
-
- 28 Apr, 2003 2 commits
-
-
serg@serg.mylan authored
CURRENT_USER() and "access denied" error messages now report hostname exactly as it was specified in the GRANT command (with wildcards, that is)
-
monty@mashka.mysql.fi authored
Fix for grant bug with SELECT *
-
- 23 Apr, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 21 Apr, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
* comparison with correct cached variable * preventing check_change_password to be called twice, once from set_var::check and the other time from change_password itself
-
- 16 Apr, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 15 Apr, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added logging of warnings for failed connections with ssl. Fixed bug in symbolic link handling on Windows
-
- 01 Apr, 2003 2 commits
-
-
guilhem@mysql.com authored
apply to GRANT and REVOKE too. For example if replicate-wild-ignore-table=mysql.%, GRANT and REVOKE will not be replicated on the slave.
-
bar@bar.mysql.r18.ru authored
We don't need separate hash_sort() and hash_caseup() We don't need tosort(). strnxfrm will do the same.
-
- 17 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 07 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
use of new argument sql_analyse.h: macros from mysql_priv.h. Should be deleted soon. mysql_priv.h: _default_charset_info has been removed item_cmpfunc.h: Use cmp_charset hostname.cc, hash_filo.h: Move charset to constructor argument
-
- 19 Feb, 2003 2 commits
-
-
lenz@mysql.com authored
commands" again, since this problem had been fixed differently already (Thanks to Serg for spotting this)
-
lenz@mysql.com authored
GRANT commands"
-
- 14 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed problem with LIKE and BINARY
-
- 12 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Portability fixes Added new client function: mysql_get_server_version() New server help code (From Victor Vagin) Fixed wrong usage of binary() Disabled RTREE usage for now.
-
- 10 Feb, 2003 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 29 Jan, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 21 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Some changes to the prepared statement protocol to make it easier to use and faster.
-
- 19 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
This fixes a problem with SHOW PROCESSLIST
-
- 18 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Don't use new password format if mysql.user has old format tables_priv was not reset on FLUSH PRIVILEGES if tables_priv was empty Portability fixes for Windows
-
- 11 Jan, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
grant on database.* to xx@yy with grant option; is done.
-
- 09 Jan, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 26 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Changed long packat handling to check for packets of length 0xffffff. This does however break packet handling for older clients. If you are using packets >= 16M then you need to upgrade client and server after this patch.
-
- 16 Dec, 2002 1 commit
-
-
hf@deer.mysql.r18.ru authored
-
- 11 Dec, 2002 2 commits
-
-
bar@bar.mysql.r18.ru authored
-
monty@mashka.mysql.fi authored
Class for sending data from server to client (Protocol) This handles both the old ( <= 4.0 ) protocol and then new binary protocol that is used for prepared statements.
-
- 06 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed compilation problem when OPENSSL was enabled.
-
- 05 Dec, 2002 1 commit
-
-
peter@mysql.com authored
-
- 30 Nov, 2002 2 commits
-
-
peter@mysql.com authored
fix mysql_change_user() for old clients
-
peter@mysql.com authored
Implement mysql_change_user Get rid of double user search at authentication Some cleanups
-
- 29 Nov, 2002 1 commit
-
-
peter@mysql.com authored
Commit for merge
-