Age | Commit message (Expand) | Author |
1998-03-04 | #if 0 | Theo de Raadt |
1998-03-02 | improve performance of blowfish encryption, also speeds up blowfish passwords. | Niels Provos |
1998-02-27 | extra commas go foom foom foom | Theo de Raadt |
1998-02-25 | clarify about possible password lengths. | Niels Provos |
1998-02-18 | #if __STDC__ -> #ifdef __STDC__, now all of them. | Niels Provos |
1997-11-30 | 2**8 is normally 256 and not 64, I should resign from applied math it seems. | Niels Provos |
1997-11-30 | kill bad .Os line | Theo de Raadt |
1997-11-05 | explain about MD5 and Blowfish passwords. | Niels Provos |
1997-09-10 | indentation cleanup | Theo de Raadt |
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 |
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 |
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 |
1996-08-19 | Fix RCS ids | Thorsten Lockert |
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 |
1995-12-18 | i believe i took care of the 32bit and alignment issues, so the comment can g... | Theo de Raadt |
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 |