Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dead code | tholo | 1996-09-15 | 1 | -1/+2 |
| | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | ||||
* | Fix RCS ids | tholo | 1996-08-19 | 3 | -7/+11 |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | Document where the prototypes are. | downsj | 1996-08-07 | 1 | -1/+2 |
| | |||||
* | for magic MD5 salt, call md5crypt() | deraadt | 1996-07-02 | 1 | -3/+6 |
| | |||||
* | pretty the comment | deraadt | 1996-07-02 | 1 | -8/+8 |
| | |||||
* | Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$ | niklas | 1996-06-03 | 7 | -364/+9 |
| | |||||
* | add md5crypt() | deraadt | 1996-05-30 | 4 | -2/+508 |
| | |||||
* | Update prototypes to match declarations | tholo | 1996-03-25 | 3 | -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 ↵ | deraadt | 1995-12-18 | 2 | -16/+2 |
| | | | | go away | ||||
* | expose even more internals, for bdes | deraadt | 1995-12-17 | 1 | -1/+308 |
| | |||||
* | non-USA crypto code by davidb@werj.com.au. The source has been split | deraadt | 1995-12-16 | 4 | -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. |