add a new command, md5crypt.
This commit is contained in:
parent
06adfc82ff
commit
4928cfdad2
7 changed files with 234 additions and 86 deletions
21
ChangeLog
21
ChangeLog
|
@ -1,3 +1,24 @@
|
|||
2000-10-21 OKUJI Yoshinori <okuji@gnu.org>
|
||||
|
||||
* stage2/md5.c (check_md5_password): Removed.
|
||||
(md5_password): New function. Mostly copied from
|
||||
check_md5_password.
|
||||
(md5_init): Made static.
|
||||
(md5_update): Likewise.
|
||||
(md5_final): Likewise.
|
||||
* stage2/md5.h (check_md5_password): Changed to just a macro.
|
||||
(md5_password): Declared.
|
||||
(make_md5_password): New macro.
|
||||
* stage2/char_io.c [!STAGE1_5] (grub_strstr): Rewriten, because
|
||||
it was too buggy.
|
||||
* stage2/builtins.c [USE_MD5_PASSWORDS] (md5crypt_func): New
|
||||
function.
|
||||
[USE_MD5_PASSWORDS] (builtin_md5crypt): New variable.
|
||||
(builtin_table) [USE_MD5_PASSWORDS]: Added a pointer to
|
||||
BUILTIN_MD5CRYPT.
|
||||
* docs/tutorial.texi (Security): Added a paragraph about
|
||||
md5crypt.
|
||||
|
||||
2000-10-21 OKUJI Yoshinori <okuji@gnu.org>
|
||||
|
||||
* docs/user-ref.texi: Fixed several typos and some inappropriate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue