summaryrefslogtreecommitdiff
path: root/secure/lib/libcrypt/crypt-blowfish.c
Commit message (Expand)AuthorAgeFilesLines
* Make libcrypt thread-safe. Add crypt_r(3).Ed Schouten2016-08-101-23/+19
* Add compatibility with $2y$ bcrypt hashesAllan Jude2015-06-161-0/+3
* Switch using the new $2b$ format by default, when bcrypt is used.Xin LI2014-05-141-1/+1
* Refresh our implementation of OpenBSD's Blowfish password format.Xin LI2014-02-251-33/+52
* Return NULL on error rather than ":", per the crypt(3) man page.Kevin Lo2012-02-221-6/+5
* Strip the private blowfish code down to only that which isMark Murray2003-06-021-42/+1
* No functional change, but big code cleanup. WARNS, lint(1) and style(9).Mark Murray2002-03-061-59/+26
* __FBSDID() (second half of src/lib/libcrypt changes)Peter Wemm2001-10-231-2/+3
* Add OpenBSD-style blowfish password hashing. This makes one lessMark Murray2001-03-111-0/+380