| Summary: | [patch] adduser(8) produces defective blowfish cipher password hashes on FreeBSD 7.0-RC3 amd64 and i386 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Erwin Peter <erwinpeterarcor.de> | ||||
| Component: | bin | Assignee: | Antoine Brodin <antoine> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Erwin Peter
2008-02-27 14:00:03 UTC
Increasing the salt size for pw(8) might fix the problem. See the attached patch. -- Jaakko State Changed From-To: open->feedback To submitter: does the patch in the PR fix the issue for you? State Changed From-To: feedback->suspended I'm pretty sure the submitters' email address is invalid so we can't expect any feedback. Erwin: If you see this message, please provide a valid and working email address. suspend this until someone will check this issue. Responsible Changed From-To: freebsd-bugs->vwe track State Changed From-To: suspended->open Take this. Responsible Changed From-To: vwe->antoine Take this. 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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->patched Patched in HEAD. antoine 2008-07-28 20:04:39 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
usr.sbin/pw pw_user.c
Log:
SVN rev 180935 on 2008-07-28 20:04:39Z by antoine
MFC r179365 to stable/7:
- 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.61.2.1 +7 -5 src/usr.sbin/pw/pw_user.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
antoine 2008-07-28 20:08:08 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
usr.sbin/pw pw_user.c
Log:
SVN rev 180936 on 2008-07-28 20:08:08Z by antoine
MFC r179365 to stable/6:
- 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.57.8.4 +7 -5 src/usr.sbin/pw/pw_user.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: patched->closed Close: fix committed in head, releng_6 and releng_7. Thanks for the report! |