cvs commit: src/usr.sbin/pw pw_user.c
Antoine Brodin
antoine at FreeBSD.org
Tue May 27 19:04:32 UTC 2008
antoine 2008-05-27 19:04:31 UTC
FreeBSD src repository
Modified files:
usr.sbin/pw pw_user.c
Log:
- Increase the size of the salt in pw(8) from 8 to 32 (same as in pam_unix(8)).
This makes blowfish password hashes look normal when set using
pw(8)/adduser(8). [1]
- Make it possible to have a '/' in the salt.
PR: 121146 [1]
Submitted by: Jaakko Heinonen [1]
Approved by: rwatson (mentor)
MFC after: 1 month
Revision Changes Path
1.62 +7 -5 src/usr.sbin/pw/pw_user.c
More information about the cvs-src
mailing list