NetBSD/usr.bin/chpass
thorpej 97fdc79a5e Fix a semantic problem reported by Chuck Cranor:
If a user wishes to change a password on a system running YP, and
the master server is not running rpc.yppasswdd, chpass(1) would fail,
even if the user had a local entry.  Fix this by checking for local
entry if master is not running rpc.yppasswd iff we defaulted to using
YP (not invoked with "-y").

XXX Unlike the similar change to passwd(1), this one duplicates some
XXX code (makes an attempt to contact rpc.yppasswdd early).  This is
XXX a side-effect of the structure of this program.  chpass(1) could
XXX use a re-write.
1996-11-26 23:38:42 +00:00
..
Makefile Updated to use new password file functions in libutil. 1996-05-15 21:50:39 +00:00
chpass.1 Updated to use new password file functions in libutil. 1996-05-15 21:50:39 +00:00
chpass.c Fix a semantic problem reported by Chuck Cranor: 1996-11-26 23:38:42 +00:00
chpass.h Slight semantics change: ALWAYS use YP if the system is bound to a 1996-08-09 09:22:11 +00:00
edit.c Slight semantics change: ALWAYS use YP if the system is bound to a 1996-08-09 09:22:11 +00:00
field.c
pathnames.h
pw_yp.c Fix a semantic problem reported by Chuck Cranor: 1996-11-26 23:38:42 +00:00
table.c
util.c