freebsd_amp_hwpstate/usr.bin/passwd
Bill Paul a7aa6bd1ea getnewyppasswd() in yp_passwd.c doesn't generate correct encrypted
password strings when DES isn't used; somehow the encrypted password
is corrupted and it winds up containing control chars, which yppasswdd
subsequently rejects. This breaks yppasswd on non-DES FreeBSD systems
using NIS.

Fix: scrap getnewyppasswd() entirely and use getnewpasswd() from
local_password.c, since it already works properly and is virtually
identical to getnewyppasswd() anyway. (Wish I'd noticed this sooner.)

This fixes a problem just reported on comp.unix.bsd.freebsd.misc.
1995-06-24 17:47:51 +00:00
..
Makefile
extern.h
kpasswd_proto.h
krb_passwd.c
local_passwd.c
passwd.1
passwd.c Patch to fix PR #518. In a system with no NIS, passwd will complain 1995-06-16 03:33:10 +00:00
yp_passwd.c getnewyppasswd() in yp_passwd.c doesn't generate correct encrypted 1995-06-24 17:47:51 +00:00
yppasswd.1