| Commit message (Expand) | Author | Age | Files | Lines |
* | bludgeon DES support out of crypt. long live the bcrypt. | tedu | 2015-04-06 | 1 | -79/+8 |
* | delete documentation for deleted DES interfaces | tedu | 2014-12-08 | 1 | -84/+2 |
* | macro cleanup; kaspars at bankovskis dot net | schwarze | 2014-12-02 | 1 | -44/+41 |
* | no need for md5 xr | tedu | 2014-11-25 | 1 | -3/+2 |
* | split crypt_checkpass off into a new file | tedu | 2014-11-20 | 1 | -32/+8 |
* | add crypt_newhash to NAME and add an MLINK; | jmc | 2014-11-18 | 1 | -2/+3 |
* | add new function crypt_newhash to simplify creating new hashes. | tedu | 2014-11-17 | 1 | -2/+17 |
* | update NAME and MLINKS for previous; | jmc | 2014-05-16 | 1 | -2/+3 |
* | document crypt_checkpass | tedu | 2014-05-16 | 1 | -1/+14 |
* | use $2b in the bcrypt example, ok tedu | sthen | 2014-05-16 | 1 | -3/+3 |
* | remove md5crypt. | tedu | 2014-05-12 | 1 | -27/+4 |
* | right or wrong, bcrypt() is declared in pwd.h, not unistd.h | tedu | 2014-03-19 | 1 | -2/+3 |
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | schwarze | 2013-07-16 | 1 | -3/+3 |
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | tedu | 2013-06-05 | 1 | -4/+4 |
* | this man page is mostly about password hashing now (you really don't | tedu | 2013-04-21 | 1 | -18/+5 |
* | Xr encrypt(1) to give people a hint if they just want a password string | tedu | 2013-04-20 | 1 | -2/+3 |
* | Document a known bug in the DES crypt cipher implementation which we're | stsp | 2012-11-30 | 1 | -2/+6 |
* | Update STANDARDS section for a few <stdlib.h> functions | guenther | 2012-06-02 | 1 | -5/+6 |
* | add a RETURN VALUES section. | pyr | 2007-10-08 | 1 | -9/+9 |
* | convert to new .Dd format; | jmc | 2007-05-31 | 1 | -2/+2 |
* | add bcrypt_gensalt, bcrypt, and md5crypt, to the .Nm list; | jmc | 2005-10-02 | 1 | -2/+5 |
* | sync setkey prototype with reality | millert | 2005-05-26 | 1 | -2/+2 |
* | Be correct in our man pages when talking about NUL termination (that is, | cloder | 2005-02-25 | 1 | -4/+4 |
* | some of these functions are prototyped in pwd.h; ok deraadt@ | djm | 2004-04-06 | 1 | -1/+2 |
* | unsplice crypt.c and morecrypt.c; start to document some bcrypt and md5crypt | deraadt | 2003-08-07 | 1 | -1/+7 |
* | - section reorder in crypt(3) | jmc | 2003-05-30 | 1 | -3/+3 |
* | fix the history refs | mickey | 2002-01-24 | 1 | -2/+2 |
* | o) We always close .Bl and .Bd tags; | mpech | 2001-08-06 | 1 | -2/+2 |
* | type decl error | deraadt | 2000-04-28 | 1 | -3/+3 |
* | Repairs. | aaron | 2000-04-18 | 1 | -44/+61 |
* | Mostly punctuation fixes. | aaron | 2000-04-15 | 1 | -3/+2 |
* | ie. -> i.e., | aaron | 2000-01-22 | 1 | -2/+2 |
* | - remove all trailing whitespace | aaron | 1999-07-09 | 1 | -22/+22 |
* | typo; nash@mcs.net | aaron | 1999-03-18 | 1 | -2/+2 |
* | extra commas go foom foom foom | deraadt | 1998-02-27 | 1 | -2/+2 |
* | clarify about possible password lengths. | provos | 1998-02-25 | 1 | -6/+9 |
* | 2**8 is normally 256 and not 64, I should resign from applied math it seems. | provos | 1997-11-30 | 1 | -2/+2 |
* | kill bad .Os line | deraadt | 1997-11-30 | 1 | -2/+2 |
* | explain about MD5 and Blowfish passwords. | provos | 1997-11-05 | 1 | -5/+56 |
* | salt is an int32_t | deraadt | 1997-03-31 | 1 | -2/+2 |
* | "the the" purge | deraadt | 1996-12-10 | 1 | -2/+2 |
* | explain better how to make exportable bins | deraadt | 1996-11-01 | 1 | -5/+11 |
* | Document where the prototypes are. | downsj | 1996-08-07 | 1 | -1/+2 |
* | Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$ | niklas | 1996-06-03 | 1 | -2/+2 |
* | non-USA crypto code by davidb@werj.com.au. The source has been split | deraadt | 1995-12-16 | 1 | -0/+237 |