summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/crypt.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* unsplice crypt.c and morecrypt.c; start to document some bcrypt and md5cryptderaadt2003-08-071-1/+7
| | | | things in crypt.3, and create MLINKS
* - section reorder in crypt(3)jmc2003-05-301-3/+3
| | | | - use .An/.Aq for authors
* fix the history refsmickey2002-01-241-2/+2
|
* o) We always close .Bl and .Bd tags;mpech2001-08-061-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 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
| | | | | | | | | | * 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.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
& 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.