summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/bcrypt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arc4random_buf is the easy way to fill a buffer now. ok deraadttedu2012-09-041-10/+3
|
* Zero state buffers on return. OK deraadt@millert2008-04-021-1/+5
|
* Get rid of useless #if 0 block, especially since the code is includedray2007-03-191-5/+1
| | | | | | immediately after. OK millert@.
* Change hard coded numbers to sizeof(buf). Also change someray2007-02-201-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 alkemiootto2006-07-041-2/+2
| | | | dot org>; ok djm@ deraadt@
* be more careful with atoi() result; ok ottoderaadt2006-04-031-3/+5
|
* Test the upper limit for the max # of rounds to, to avoid wrapping and endingotto2004-12-221-2/+7
| | | | up with a low number of rounds. Spotted by mpech@; ok mpech@ millert@
* ansideraadt2003-08-071-8/+3
|
* protosderaadt2003-06-251-1/+3
|
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-32/+1
|
* Part one of userland __P removal. Done with a simple regexp with some minor ↵millert2002-02-161-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/spellingtodd2001-01-041-2/+2
|
* return error if salt is too small; pr 1336provos2000-08-021-1/+4
|
* fix base64 encoding, this problem was reported byprovos1998-08-101-6/+6
| | | | Solar Designer <solar@false.com> some time ago.
* #if __STDC__ -> #ifdef __STDC__, now all of them.provos1998-02-181-4/+4
|
* indentation cleanupderaadt1997-09-101-2/+2
|
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
|
* tabifykstailey1997-07-231-7/+7
|
* Clean up some -Wall flowers.millert1997-07-091-1/+3
|
* fix that repeating passwords yield same hash + increment minorprovos1997-07-011-12/+32
|
* Be more careful about possible type promotiontholo1997-04-301-4/+24
|
* yet another random() converted to arc4random()provos1997-03-271-4/+3
|
* prelim manpage, cleanup, fixed crippled plaintext: sed does a niceprovos1997-02-161-4/+4
| | | | job on replacing everything, just wouldnt skip it
* header updateprovos1997-02-141-5/+26
|
* password hashing algorithm using blowfishprovos1997-02-131-0/+300