summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/crypt.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.