Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
852508a4
Commit
852508a4
authored
Dec 20, 2002
by
bar@bar.mysql.r18.ru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql_com.h:
ulong fails to compile on FreeBSD. Peter, alsways use "unsigned long" instead!!!
parent
347dcbfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/mysql_com.h
include/mysql_com.h
+2
-2
No files found.
include/mysql_com.h
View file @
852508a4
...
...
@@ -293,11 +293,11 @@ int get_password_length(my_bool force_old_scramble);
char
get_password_version
(
const
char
*
password
);
void
create_random_string
(
int
length
,
struct
rand_struct
*
rand_st
,
char
*
target
);
my_bool
validate_password
(
const
char
*
password
,
const
char
*
message
,
ulong
*
salt
);
u
nsigned
long
*
salt
);
void
password_hash_stage1
(
char
*
to
,
const
char
*
password
);
void
password_hash_stage2
(
char
*
to
,
const
char
*
salt
);
void
password_crypt
(
const
char
*
from
,
char
*
to
,
const
char
*
password
,
int
length
);
void
get_hash_and_password
(
ulong
*
salt
,
unsigned
char
pversion
,
char
*
hash
,
void
get_hash_and_password
(
u
nsigned
long
*
salt
,
unsigned
char
pversion
,
char
*
hash
,
unsigned
char
*
bin_password
);
void
get_salt_from_password
(
unsigned
long
*
res
,
const
char
*
password
);
void
create_key_from_old_password
(
const
char
*
password
,
char
*
key
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment