]> git.ipfire.org Git - thirdparty/shadow.git/commit
* libmisc/obscure.c, libmisc/salt.c, src/passwd.c: Match DES, MD5,
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 20 Nov 2007 20:00:16 +0000 (20:00 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 20 Nov 2007 20:00:16 +0000 (20:00 +0000)
commit9aa40bb96daed560b1bbef388c42d1103081a033
treeed04fc5f6db05c3560a1f75f02de0fb2990d8723
parent1d4b67c77398f942cce0d30904befc715767cd9d
* libmisc/obscure.c, libmisc/salt.c, src/passwd.c: Match DES, MD5,
  SHA256, and SHA512 exactly (not only the first 3/6 chars).
* libmisc/salt.c (SHA_salt_rounds): Set rounds to the specified
  prefered_rounds value, if specified.
* src/gpasswd.c, libmisc/salt.c: Fix compilation warnings (use
  size_t for lengths).
* src/chpasswd.c, src/chgpasswd.c: Add missing parenthesis.
ChangeLog
lib/encrypt.c
libmisc/obscure.c
libmisc/salt.c
src/chgpasswd.c
src/chpasswd.c
src/gpasswd.c
src/passwd.c