Commit message (Collapse) | 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 |
| | | | | | does most of the work pwd_gensalt did, but also creates the hash. (unused yet) | ||||
* | 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 |
| | | | | | | while changing things, add a crypt_checkpass wrapper that handles most of the edge cases. (not quite ready for production, though.) ok deraadt | ||||
* | 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 |
| | | | | | want to be using DES) and some of the notes about the export controls are no longer so relevant. ok deraadt jmc | ||||
* | 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 |
| | | | | | | | | | | not going to fix in order to stay compatible with legacy password data. Nobody should use DES crypt anyway these days. See http://www.freebsd.org/security/advisories/FreeBSD-SA-12:02.crypt.asc for details about this bug. Discussed with deraadt and beck about half a year ago (I'm pruning Ms from my tree). | ||||
* | Update STANDARDS section for a few <stdlib.h> functions | guenther | 2012-06-02 | 1 | -5/+6 |
| | | | | | | Update SYNOPSIS for setkey() to show it's in <stdlib.h> ok jmc@, millert@ | ||||
* | add a RETURN VALUES section. | pyr | 2007-10-08 | 1 | -9/+9 |
| | | | | ok jmc@ | ||||
* | 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 |
| | | | | | termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@ | ||||
* | 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 |
| | | | | things in crypt.3, and create MLINKS | ||||
* | - section reorder in crypt(3) | jmc | 2003-05-30 | 1 | -3/+3 |
| | | | | - use .An/.Aq for authors | ||||
* | 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 |
| | | | | | | | | | | o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok | ||||
* | 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 |
| | | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | ||||
* | 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 |
& copied into two pieces so that use of crypt() pulls in a crypt.o that contains only that one programmer interface -- this permits USA export of binaries that use crypt() for authentication purposes. morecrypt.c contains the other DES programmer interfaces commonly used. |