Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |