summaryrefslogtreecommitdiff
path: root/secure/lib/libcrypt/crypt-blowfish.c
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2016-08-10Make libcrypt thread-safe. Add crypt_r(3).Ed Schouten
2015-06-16Add compatibility with $2y$ bcrypt hashesAllan Jude
2014-05-14Switch using the new $2b$ format by default, when bcrypt is used.Xin LI
2014-02-25Refresh our implementation of OpenBSD's Blowfish password format.Xin LI
2012-02-22Return NULL on error rather than ":", per the crypt(3) man page.Kevin Lo
2003-06-02Strip the private blowfish code down to only that which isMark Murray
2002-03-06No functional change, but big code cleanup. WARNS, lint(1) and style(9).Mark Murray
2001-10-23__FBSDID() (second half of src/lib/libcrypt changes)Peter Wemm
2001-03-11Add OpenBSD-style blowfish password hashing. This makes one lessMark Murray