summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* add md5crypt()deraadt1996-05-304-2/+508
|
* Update prototypes to match declarationstholo1996-03-253-29/+24
| | | | | Remove unused variables Install all man-page links
* i believe i took care of the 32bit and alignment issues, so the comment can ↵deraadt1995-12-182-16/+2
| | | | go away
* expose even more internals, for bdesderaadt1995-12-171-1/+308
|
* non-USA crypto code by davidb@werj.com.au. The source has been splitderaadt1995-12-164-0/+1298
& 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.