summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/crypt.3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* bludgeon DES support out of crypt. long live the bcrypt.tedu2015-04-061-79/+8
* delete documentation for deleted DES interfacestedu2014-12-081-84/+2
* macro cleanup; kaspars at bankovskis dot netschwarze2014-12-021-44/+41
* no need for md5 xrtedu2014-11-251-3/+2
* split crypt_checkpass off into a new filetedu2014-11-201-32/+8
* add crypt_newhash to NAME and add an MLINK;jmc2014-11-181-2/+3
* add new function crypt_newhash to simplify creating new hashes.tedu2014-11-171-2/+17
* update NAME and MLINKS for previous;jmc2014-05-161-2/+3
* document crypt_checkpasstedu2014-05-161-1/+14
* use $2b in the bcrypt example, ok tedusthen2014-05-161-3/+3
* remove md5crypt.tedu2014-05-121-27/+4
* right or wrong, bcrypt() is declared in pwd.h, not unistd.htedu2014-03-191-2/+3
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-4/+4
* this man page is mostly about password hashing now (you really don'ttedu2013-04-211-18/+5
* Xr encrypt(1) to give people a hint if they just want a password stringtedu2013-04-201-2/+3
* Document a known bug in the DES crypt cipher implementation which we'restsp2012-11-301-2/+6
* Update STANDARDS section for a few <stdlib.h> functionsguenther2012-06-021-5/+6
* add a RETURN VALUES section.pyr2007-10-081-9/+9
* convert to new .Dd format;jmc2007-05-311-2/+2
* add bcrypt_gensalt, bcrypt, and md5crypt, to the .Nm list;jmc2005-10-021-2/+5
* sync setkey prototype with realitymillert2005-05-261-2/+2
* Be correct in our man pages when talking about NUL termination (that is,cloder2005-02-251-4/+4
* some of these functions are prototyped in pwd.h; ok deraadt@djm2004-04-061-1/+2
* unsplice crypt.c and morecrypt.c; start to document some bcrypt and md5cryptderaadt2003-08-071-1/+7
* - section reorder in crypt(3)jmc2003-05-301-3/+3
* fix the history refsmickey2002-01-241-2/+2
* o) We always close .Bl and .Bd tags;mpech2001-08-061-2/+2
* type decl errorderaadt2000-04-281-3/+3
* Repairs.aaron2000-04-181-44/+61
* Mostly punctuation fixes.aaron2000-04-151-3/+2
* ie. -> i.e.,aaron2000-01-221-2/+2
* - remove all trailing whitespaceaaron1999-07-091-22/+22
* typo; nash@mcs.netaaron1999-03-181-2/+2
* extra commas go foom foom foomderaadt1998-02-271-2/+2
* clarify about possible password lengths.provos1998-02-251-6/+9
* 2**8 is normally 256 and not 64, I should resign from applied math it seems.provos1997-11-301-2/+2
* kill bad .Os linederaadt1997-11-301-2/+2
* explain about MD5 and Blowfish passwords.provos1997-11-051-5/+56
* salt is an int32_tderaadt1997-03-311-2/+2
* "the the" purgederaadt1996-12-101-2/+2
* explain better how to make exportable binsderaadt1996-11-011-5/+11
* Document where the prototypes are.downsj1996-08-071-1/+2
* Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$niklas1996-06-031-2/+2
* non-USA crypto code by davidb@werj.com.au. The source has been splitderaadt1995-12-161-0/+237