Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
phil
Thu Jul 24 01:50:33 PDT 1997
Update of /cvsroot/src/lib/libutil
In directory netbsd1:/var/slash-tmp/cvs-serv410
Modified Files:
passwd.c pw_init.3 shlib_version
Log Message:
Change pw_copy to take an optional 4th parameter (old_pw), a pointer
to a passwd structure. If a good pointer, make sure old entry in file
is identical to passed passwd (old_pw). If not, abort.
Update documentation, bump major version due to change to pw_copy.
phil
Thu Jul 24 01:53:07 PDT 1997
Update of /cvsroot/src/usr.bin/chpass
In directory netbsd1:/var/slash-tmp/cvs-serv654
Modified Files:
chpass.c
Log Message:
Changes to close PR3807. (Different than in PR.)
-- don't lock passwd until data is collected.
-- save a copy of original pw data for pw_copy checking
-- Try several times to lock passwd
phil
Thu Jul 24 01:53:49 PDT 1997
Update of /cvsroot/src/usr.bin/passwd
In directory netbsd1:/var/slash-tmp/cvs-serv844
Modified Files:
local_passwd.c
Log Message:
Changes to close PR3806. (Different than in PR.)
-- don't lock passwd until data is collected.
-- save a copy of original pw data for pw_copy checking
-- Try several times to lock passwd
phil
Thu Jul 24 01:54:57 PDT 1997
Update of /cvsroot/src/usr.sbin/rpc.yppasswdd
In directory netbsd1:/var/slash-tmp/cvs-serv887
Modified Files:
yppasswdd_mkpw.c
Log Message:
Add parameter to call of pw_copy, don't use it, just pass NULL.
Home |
Main Index |
Thread Index |
Old Index