Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-22 | Test the upper limit for the max # of rounds to, to avoid wrapping and ending | Otto Moerbeek | |
up with a low number of rounds. Spotted by mpech@; ok mpech@ millert@ | |||
2003-08-07 | ansi | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-01-04 | grammer/spelling | Todd T. Fries | |
2000-08-02 | return error if salt is too small; pr 1336 | Niels Provos | |
1998-08-10 | fix base64 encoding, this problem was reported by | Niels Provos | |
Solar Designer <solar@false.com> some time ago. | |||
1998-02-18 | #if __STDC__ -> #ifdef __STDC__, now all of them. | 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-04-30 | Be more careful about possible type promotion | Thorsten Lockert | |
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 | password hashing algorithm using blowfish | Niels Provos | |