Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Be more careful about possible type promotion | tholo | 1997-04-30 | 2 | -5/+57 | |
| | ||||||
* | Typo and return value for arc4random(). | angelos | 1997-04-27 | 1 | -3/+3 | |
| | ||||||
* | typo | deraadt | 1997-04-16 | 1 | -2/+2 | |
| | ||||||
* | documentation for arc4random. this is out of memory, might need | provos | 1997-04-15 | 2 | -2/+85 | |
| | | | | some corrections. | |||||
* | salt is an int32_t | deraadt | 1997-03-31 | 1 | -2/+2 | |
| | ||||||
* | delete the unaligned code | deraadt | 1997-03-30 | 2 | -22/+2 | |
| | ||||||
* | Err, umm. | downsj | 1997-03-27 | 1 | -3/+3 | |
| | ||||||
* | Make this code sane. | downsj | 1997-03-27 | 1 | -3/+4 | |
| | ||||||
* | yet another random() converted to arc4random() | provos | 1997-03-27 | 1 | -4/+3 | |
| | ||||||
* | prelim manpage, cleanup, fixed crippled plaintext: sed does a nice | provos | 1997-02-16 | 4 | -20/+99 | |
| | | | | job on replacing everything, just wouldnt skip it | |||||
* | header update | provos | 1997-02-14 | 2 | -15/+59 | |
| | ||||||
* | added bcrypt + blowfish | provos | 1997-02-13 | 1 | -2/+3 | |
| | ||||||
* | added hook for bcrypt | provos | 1997-02-13 | 1 | -4/+10 | |
| | ||||||
* | password hashing algorithm using blowfish | provos | 1997-02-13 | 1 | -0/+300 | |
| | ||||||
* | Unpatended fast block cipher for new password hashing. | provos | 1997-02-13 | 1 | -0/+624 | |
| | ||||||
* | arc4random() number generator, for use with things like RPC xid's. | dm | 1996-12-28 | 2 | -2/+177 | |
| | ||||||
* | Clean up lint and compile warnings | tholo | 1996-12-14 | 1 | -18/+18 | |
| | ||||||
* | "the the" purge | deraadt | 1996-12-10 | 1 | -2/+2 | |
| | ||||||
* | memcpy needs proto from string.h. | etheisen | 1996-11-14 | 1 | -1/+2 | |
| | ||||||
* | explain better how to make exportable bins | deraadt | 1996-11-01 | 1 | -5/+11 | |
| | ||||||
* | unused variable noticed by asriel(right?), proto from mccanne; fed to freebsd | deraadt | 1996-10-15 | 1 | -5/+12 | |
| | ||||||
* | 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. |