freebsd-dev/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
..
extern.h Update for new kpasswd interface. 1995-01-20 22:03:36 +00:00
kpasswd_proto.h BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
krb_passwd.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
local_passwd.c Always make the salt a 8 char string (incl '\0') for algorithms that can use it 1994-11-06 21:08:19 +00:00
Makefile Merge RELENG_2_0_5 into HEAD 1995-06-11 19:33:05 +00:00
passwd.1 BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
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 cleaned up and modified slightly to reflect changes 1995-02-01 23:47:04 +00:00