aboutsummaryrefslogtreecommitdiff
path: root/lib/libcrypt/crypt.h
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-1/+3
* Make libcrypt thread-safe. Add crypt_r(3).Ed Schouten2016-08-101-7/+7
* s/shaN_crypt/crypt_shaN/g to be a more consistent with the existing naming.David E. O'Brien2011-05-051-2/+2
* Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn'tMark Murray2011-04-091-0/+3
* Add a new hash type. This "NT-hash" is compatible with the passwordMark Murray2003-06-021-1/+3
* No functional change, but big code cleanup. WARNS, lint(1) and style(9).Mark Murray2002-03-061-1/+1
* Add OpenBSD-style blowfish password hashing. This makes one lessMark Murray2001-03-111-0/+1
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIBrian Feldman2000-08-221-1/+0
* Zap SHA1 password support. This will be re-implemented at a later date.Kris Kennaway2000-01-071-1/+0
* Big code cleanup. (Inspired by Brandon Gillespie). Also move asMark Murray1999-09-201-0/+39
* The new crypt code broke "make world". Back it out.Mark Murray1999-01-231-122/+0
* Rewrite of crypt library to be more modular, and addition of theBrandon Gillespie1999-01-211-0/+122