Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-23 | tabify | kstailey | |
1997-07-09 | Clean up some -Wall flowers. | Todd C. Miller | |
1997-07-01 | fix that repeating passwords yield same hash + increment minor | Niels Provos | |
1997-06-29 | surely not long! | Theo de Raadt | |
1997-04-30 | Be more careful about possible type promotion | Thorsten Lockert | |
1997-04-27 | Typo and return value for arc4random(). | Angelos D. Keromytis | |
1997-04-16 | typo | Theo de Raadt | |
1997-04-15 | documentation for arc4random. this is out of memory, might need | Niels Provos | |
some corrections. | |||
1997-03-31 | salt is an int32_t | Theo de Raadt | |
1997-03-30 | delete the unaligned code | Theo de Raadt | |
1997-03-27 | Err, umm. | Jason Downs | |
1997-03-27 | Make this code sane. | Jason Downs | |
1997-03-27 | yet another random() converted to arc4random() | Niels Provos | |
1997-02-16 | prelim manpage, cleanup, fixed crippled plaintext: sed does a nice | Niels Provos | |
job on replacing everything, just wouldnt skip it | |||
1997-02-14 | header update | Niels Provos | |
1997-02-13 | added bcrypt + blowfish | Niels Provos | |
1997-02-13 | added hook for bcrypt | Niels Provos | |
1997-02-13 | password hashing algorithm using blowfish | Niels Provos | |
1997-02-13 | Unpatended fast block cipher for new password hashing. | Niels Provos | |
1996-12-28 | arc4random() number generator, for use with things like RPC xid's. | dm | |
1996-12-14 | Clean up lint and compile warnings | Thorsten Lockert | |
1996-12-10 | "the the" purge | Theo de Raadt | |
1996-11-14 | memcpy needs proto from string.h. | etheisen | |
1996-11-01 | explain better how to make exportable bins | Theo de Raadt | |
1996-10-15 | unused variable noticed by asriel(right?), proto from mccanne; fed to freebsd | Theo de Raadt | |
1996-09-15 | Remove dead code | Thorsten Lockert | |
Remove unused variables Silence some warnings lint(1) is your friend | |||
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1996-08-07 | Document where the prototypes are. | Jason Downs | |
1996-07-02 | for magic MD5 salt, call md5crypt() | Theo de Raadt | |
1996-07-02 | pretty the comment | Theo de Raadt | |
1996-06-03 | Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$ | Niklas Hallqvist | |
1996-05-30 | add md5crypt() | Theo de Raadt | |
1996-03-25 | Update prototypes to match declarations | Thorsten Lockert | |
Remove unused variables Install all man-page links | |||
1995-12-18 | i believe i took care of the 32bit and alignment issues, so the comment can ↵ | Theo de Raadt | |
go away | |||
1995-12-17 | expose even more internals, for bdes | Theo de Raadt | |
1995-12-16 | non-USA crypto code by davidb@werj.com.au. The source has been split | Theo de Raadt | |
& 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. |