]> granicus.if.org Git - shadow/commit
crypt() in glibc/eglibc 2.17 now fails if passed
authormancha <mancha1@hush.com>
Sun, 28 Jul 2013 16:41:11 +0000 (18:41 +0200)
committerbubulle <bubulle@debian.org>
Sun, 28 Jul 2013 16:41:11 +0000 (18:41 +0200)
commit52a38d55097bf0532b0eaa97552e001203808e88
tree0802784152baefef0159e99b638904ac02839b7e
parenta6769c050b49edc2ecc965fc9170b041cee398d9
crypt() in glibc/eglibc 2.17 now fails if passed
a salt that violates specs. On Linux, crypt() also fails with
DES/MD5 salts in FIPS140 mode. Rather than exit() on NULL returns
we send them back to the caller for appropriate handling.
ChangeLog
lib/encrypt.c
lib/pwauth.c
libmisc/valid.c
src/chgpasswd.c
src/chpasswd.c
src/gpasswd.c
src/newgrp.c
src/newusers.c
src/passwd.c