CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/20 22:13:44
Modified files:
lib/libc/crypt : crypt_checkpass.3 cryptutil.c
include : login_cap.h unistd.h
usr.bin/passwd : local_passwd.c yp_passwd.c
Log message:
change prototype for crypt_newhash. the login_cap_t is a holdover from its
pwd_gensalt origins, but a string argument works equally work and is more
friendly to consumers beyond local user accounts.
ok deraadt
