freebsd-dev/usr.bin/passwd
Bill Paul e49249921c Fix for PR #3141: check for NULL before strdup()ing pw->pw_class.
(I'm not sure why this happens, though I suspect it may be because
the server is configured with only passwd maps instead of both passwd
and master.passwd maps. This is allowed, but I think in this case
pw_class is left NULL, hence the problem.)

Also applied similar patch to chpass/pw_yp.c just for paranoia's sake.
1997-03-29 20:29:12 +00:00
..
extern.h Revert $FreeBSD$ to $Id$ 1997-02-22 19:58:13 +00:00
local_passwd.c Initialize RNG only once 1997-03-24 16:10:26 +00:00
Makefile If an administrator somehow manages to break the hardlinks 1997-02-26 05:31:52 +00:00
passwd.1
passwd.c compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 04:34:07 +00:00
yp_passwd.c Fix for PR #3141: check for NULL before strdup()ing pw->pw_class. 1997-03-29 20:29:12 +00:00