| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
| * | libcrypt: Drop inclusion of libutil.h | Jessica Clarke | 2021-12-07 | 1 | -1/+0 |
| * | lib: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-26 | 1 | -0/+2 |
| * | Make libcrypt thread-safe. Add crypt_r(3). | Ed Schouten | 2016-08-10 | 1 | -9/+26 |
| * | Change the hardcoded default back from SHA512 to DES. | Dag-Erling Smørgrav | 2014-10-09 | 1 | -7/+10 |
| * | Don't break the legacy applications which set | Hajimu UMEMOTO | 2014-05-28 | 1 | -1/+5 |
| * | r261913 broke DES passwords, because the only way they could work, | Dag-Erling Smørgrav | 2014-04-26 | 1 | -77/+56 |
| * | Switch the hardcoded default hash function from MD5 / DES to SHA512. | Dag-Erling Smørgrav | 2014-02-15 | 1 | -5/+1 |
| * | Stop using auth_getval() now that it always returns NULL. Instead, | Dag-Erling Smørgrav | 2012-06-12 | 1 | -7/+7 |
| * | s/shaN_crypt/crypt_shaN/g to be a more consistent with the existing naming. | David E. O'Brien | 2011-05-05 | 1 | -2/+2 |
| * | Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn't | Mark Murray | 2011-04-09 | 1 | -0/+10 |
| * | Add a new hash type. This "NT-hash" is compatible with the password | Mark Murray | 2003-06-02 | 1 | -0/+5 |
| * | No functional change, but big code cleanup. WARNS, lint(1) and style(9). | Mark Murray | 2002-03-06 | 1 | -7/+9 |
| * | Implement __FBSDID() | Matthew Dillon | 2001-09-16 | 1 | -4/+2 |
| * | Removed duplicate VCS ID tags, as per style(9). | Ruslan Ermilov | 2001-08-13 | 1 | -3/+0 |
| * | Add OpenBSD-style blowfish password hashing. This makes one less | Mark Murray | 2001-03-11 | 1 | -0/+7 |
| * | Hindsight is wonderful, but I got cold feet over the crypt(3) default | Peter Wemm | 2000-12-28 | 1 | -5/+5 |
| * | Merge into a single US-exportable libcrypt, which only provides | Peter Wemm | 2000-12-28 | 1 | -10/+40 |
| * | Still have to support libscrypt for now :( Add #defines to take DES | Brian Feldman | 2000-08-24 | 1 | -0/+2 |
| * | Add working and easy crypt(3)-switching. Yes, we need a whole new API | Brian Feldman | 2000-08-22 | 1 | -7/+50 |
| * | Zap SHA1 password support. This will be re-implemented at a later date. | Kris Kennaway | 2000-01-07 | 1 | -2/+0 |
| * | Never return NULL, always return a hash. | Mark Murray | 1999-09-22 | 1 | -1/+1 |
| * | Big code cleanup. (Inspired by Brandon Gillespie). Also move as | Mark Murray | 1999-09-20 | 1 | -142/+34 |
| * | $Header$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -2/+2 |
| * | The new crypt code broke "make world". Back it out. | Mark Murray | 1999-01-23 | 1 | -154/+122 |
| * | Rewrite of crypt library to be more modular, and addition of the | Brandon Gillespie | 1999-01-21 | 1 | -122/+154 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -2/+2 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -2/+2 |
| * | A couple of minor nits. | Poul-Henning Kamp | 1996-10-14 | 1 | -5/+10 |
| * | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 1 | -2/+3 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -7/+7 |
| * | *** ATTENTION *** YOU MIGHT BE ABOUT TO BE HOSED *** ATTENTION *** | Poul-Henning Kamp | 1994-11-07 | 1 | -153/+120 |
| * | Nates password scrambler, from FreebSD 1.1.5, but with everything except | Geoff Rehmet | 1994-08-09 | 1 | -0/+184 |