mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Changeset to deal with 4.1 -> 4.0 merge
include/mysql_com.h: Partial changes for new secure connection handing required to pull 4.0 -> 4.1 merge sql/item_strfunc.cc: Handling of dynamic possible length for password sql/item_strfunc.h: Larger buffer for password sql/mysqld.cc: Added option to force old password format sql/password.c: Begin implementing new hashing BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
parent
0d2b6552b1
commit
1f443c95d9
6 changed files with 72 additions and 8 deletions
|
|
@ -268,6 +268,7 @@ void randominit(struct rand_struct *,unsigned long seed1,
|
|||
unsigned long seed2);
|
||||
double rnd(struct rand_struct *);
|
||||
void make_scrambled_password(char *to,const char *password);
|
||||
uint get_password_length();
|
||||
void get_salt_from_password(unsigned long *res,const char *password);
|
||||
void make_password_from_salt(char *to, unsigned long *hash_res);
|
||||
char *scramble(char *to,const char *message,const char *password,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue