Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make libcrypt thread-safe. Add crypt_r(3). | Ed Schouten | 2016-08-10 | 1 | -23/+19 |
* | Add compatibility with $2y$ bcrypt hashes | Allan Jude | 2015-06-16 | 1 | -0/+3 |
* | Switch using the new $2b$ format by default, when bcrypt is used. | Xin LI | 2014-05-14 | 1 | -1/+1 |
* | Refresh our implementation of OpenBSD's Blowfish password format. | Xin LI | 2014-02-25 | 1 | -33/+52 |
* | Return NULL on error rather than ":", per the crypt(3) man page. | Kevin Lo | 2012-02-22 | 1 | -6/+5 |
* | Strip the private blowfish code down to only that which is | Mark Murray | 2003-06-02 | 1 | -42/+1 |
* | No functional change, but big code cleanup. WARNS, lint(1) and style(9). | Mark Murray | 2002-03-06 | 1 | -59/+26 |
* | __FBSDID() (second half of src/lib/libcrypt changes) | Peter Wemm | 2001-10-23 | 1 | -2/+3 |
* | Add OpenBSD-style blowfish password hashing. This makes one less | Mark Murray | 2001-03-11 | 1 | -0/+380 |