Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Phil Nelson <phil@netbsd.org>
List: source-changes
Date: 10/27/2000 19:16:04
Module Name:	basesrc
Committed By:	phil
Date:		Fri Oct 27 16:16:03 UTC 2000

Modified Files:
	basesrc/usr.bin/chpass: chpass.c pw_yp.c

Log Message:
getpwuid() and getpwnam() both support YP maps, insecure and secure.
Remove local ypgetpw{uid,nam} which don't support secure maps.
(Using chpass/chfn with secure maps and these local functions turns off
users by putting * in password entry.)


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 basesrc/usr.bin/chpass/chpass.c
cvs rdiff -r1.17 -r1.18 basesrc/usr.bin/chpass/pw_yp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.