Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Zero state buffers on return. OK deraadt@ | millert | 2008-04-02 | 1 | -1/+5 |
| | |||||
* | Get rid of useless #if 0 block, especially since the code is included | ray | 2007-03-19 | 1 | -5/+1 |
| | | | | | | immediately after. OK millert@. | ||||
* | Change hard coded numbers to sizeof(buf). Also change some | ray | 2007-02-20 | 1 | -3/+3 |
| | | | | | | | | sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK millert@. | ||||
* | allocate gsalt large enough; from Matthew R. Dempsky <mrd at alkemio | otto | 2006-07-04 | 1 | -2/+2 |
| | | | | dot org>; ok djm@ deraadt@ | ||||
* | be more careful with atoi() result; ok otto | deraadt | 2006-04-03 | 1 | -3/+5 |
| | |||||
* | Test the upper limit for the max # of rounds to, to avoid wrapping and ending | otto | 2004-12-22 | 1 | -2/+7 |
| | | | | up with a low number of rounds. Spotted by mpech@; ok mpech@ millert@ | ||||
* | ansi | deraadt | 2003-08-07 | 1 | -8/+3 |
| | |||||
* | protos | deraadt | 2003-06-25 | 1 | -1/+3 |
| | |||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | millert | 2002-02-19 | 1 | -32/+1 |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | millert | 2002-02-16 | 1 | -5/+5 |
| | | | | hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | ||||
* | grammer/spelling | todd | 2001-01-04 | 1 | -2/+2 |
| | |||||
* | return error if salt is too small; pr 1336 | provos | 2000-08-02 | 1 | -1/+4 |
| | |||||
* | fix base64 encoding, this problem was reported by | provos | 1998-08-10 | 1 | -6/+6 |
| | | | | Solar Designer <solar@false.com> some time ago. | ||||
* | #if __STDC__ -> #ifdef __STDC__, now all of them. | provos | 1998-02-18 | 1 | -4/+4 |
| | |||||
* | indentation cleanup | deraadt | 1997-09-10 | 1 | -2/+2 |
| | |||||
* | #if __STDC__ --> #ifdef __STDC__ | mickey | 1997-07-25 | 1 | -2/+2 |
| | |||||
* | tabify | kstailey | 1997-07-23 | 1 | -7/+7 |
| | |||||
* | Clean up some -Wall flowers. | millert | 1997-07-09 | 1 | -1/+3 |
| | |||||
* | fix that repeating passwords yield same hash + increment minor | provos | 1997-07-01 | 1 | -12/+32 |
| | |||||
* | Be more careful about possible type promotion | tholo | 1997-04-30 | 1 | -4/+24 |
| | |||||
* | 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 | 1 | -4/+4 |
| | | | | job on replacing everything, just wouldnt skip it | ||||
* | header update | provos | 1997-02-14 | 1 | -5/+26 |
| | |||||
* | password hashing algorithm using blowfish | provos | 1997-02-13 | 1 | -0/+300 |