CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/02 12:06:43
Modified files:
usr.bin/passwd : local_passwd.c
usr.bin/encrypt: encrypt.c
Log message:
_PASSWORD_LEN is length that comes out of crypt(), not a meaningful
length for user entered passwords. And the +1 is just superstitious
nonsense inherited from getpass() guts.
Switch to a pleasing fixed size of 1024.
ok millert
