CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2015/11/26 12:01:47
Modified files: usr.bin/passwd : Makefile local_passwd.c passwd.1 passwd.c pwd_check.c usr.bin/chpass : Makefile chpass.1 chpass.c chpass.h libexec/login_chpass: Makefile login_chpass.c Removed files: usr.bin/passwd : yp_passwd.c usr.bin/chpass : pw_yp.c Log message: Delete YP password related code. As a result, these can also be pledged. Keep an eye out for regressions, because they could be uncomfortable. ok beck semarie