diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-20 07:24:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-20 07:24:20 +0000 |
commit | a372484775d028ad1ae021b4a045f5fba93a530a (patch) | |
tree | 5ff1893b2f5cb78dddab6bf8bb39307e2377a2da /libshouldbeinlibc/ChangeLog | |
parent | ed497e155db92a944dc6e45de405861abec361d1 (diff) |
.
Diffstat (limited to 'libshouldbeinlibc/ChangeLog')
-rw-r--r-- | libshouldbeinlibc/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog index 8ab5a69c..27f2e3d4 100644 --- a/libshouldbeinlibc/ChangeLog +++ b/libshouldbeinlibc/ChangeLog @@ -1,3 +1,8 @@ +1999-05-20 Roland McGrath <roland@baalperazim.frob.com> + + * idvec-verify.c (verify_passwd): Avoid nonreentrant getpwuid. + If pw_passwd is "x", use getspnam_r and use its sp_pwdp if it succeeds. + 1998-12-21 Mark Kettenis <kettenis@phys.uva.nl> * ugids-verify-auth.c: Include <hurd/password.h> again and remove @@ -10,7 +15,7 @@ in the passwd DB is empty. (verify_id): Also call verify_fn when the password in the password DB is empty. - + 1999-02-12 Gordon Matzigkeit <gord@trick.fig.org> * Makefile (LCLHDRS): Purge argp-fmtstream.h and argp-namefrob.h. |