Age | Commit message (Expand) | Author |
2016-08-26 | Pull in <time.h> for clock_gettime() | Philip Guenther |
2016-06-26 | increase the minimum for auto rounds to 6. that was the previous low bound | Ted Unangst |
2015-09-13 | Wrap <pwd.h> so that calls go direct and the symbols are all weak. | Philip Guenther |
2015-09-13 | The number of rounds is just two digits in the salt. We've already | Todd C. Miller |
2015-07-18 | standards compliant error return (null). will make ruby happier, at least. | Ted Unangst |
2015-01-28 | dial the time back to about 0.1s, closer to the original targets and | Ted Unangst |
2015-01-12 | rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks, | Ted Unangst |
2015-01-07 | stupid me. need errno.h | Ted Unangst |
2015-01-07 | set errno = EINVAL for invalid salts and hashes in most functions. | Ted Unangst |
2015-01-05 | convert clock() to clock_gettime() for improved precision (and accuracy?) | Ted Unangst |
2014-12-30 | copy bcrypt autotune from encrypt(1) and expose via crypt_newhash | Ted Unangst |
2014-11-24 | introduce a hashspace define and check that there's enough space to | Ted Unangst |
2014-07-20 | From ISO/IEC 9899:1999 and 9899:201x, | Philip Guenther |
2014-05-17 | Add missing header needed by isdigit(). | Charles Longeau |
2014-05-06 | fix stupid commit | Ted Unangst |
2014-05-06 | use explicit_bzero | Ted Unangst |
2014-05-03 | now that 5.5 has been released with compatibility for 2b hashes, | Ted Unangst |
2014-05-03 | 1. Drop support for no minor. This variant doesn't exist anymore. | Ted Unangst |
2014-04-19 | one small tweak to avoid ever going off the end of a string. | Ted Unangst |
2014-04-19 | improved checking for invalid hashes. from solar designer | Ted Unangst |
2014-04-08 | use char * for strings, saving casts. add return codes to base64 functions | Ted Unangst |
2014-03-24 | oops, merge error | Ted Unangst |
2014-03-23 | clear stack variables, suggested by djm | Ted Unangst |
2014-03-23 | some improvements suggested by djm. | Ted Unangst |
2014-03-23 | two functions don't need to be exported | Ted Unangst |
2014-03-23 | minimal change to implementation of bcrypt to not require static globals. | Ted Unangst |
2014-03-22 | switch to shorter ISC license. this was ok with Niels Provos. | Ted Unangst |
2014-03-19 | consolidate the base64 code in one place, and remove inadequate test code | Ted Unangst |
2014-02-24 | solar's testsuite revealed insufficient validation of invalid input hashes. | Ted Unangst |
2014-02-17 | remove redundant test | Ted Unangst |
2014-02-17 | sticking strlen into a char leads to wraparound at 256. fix this and | Ted Unangst |
2013-12-19 | pseudo-code corrections from Solar Designer <solar@openwall.com> | Theo de Raadt |
2012-09-04 | arc4random_buf is the easy way to fill a buffer now. ok deraadt | Ted Unangst |
2008-04-02 | Zero state buffers on return. OK deraadt@ | Todd C. Miller |
2007-03-19 | Get rid of useless #if 0 block, especially since the code is included | Ray Lai |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai |
2006-07-04 | allocate gsalt large enough; from Matthew R. Dempsky <mrd at alkemio | Otto Moerbeek |
2006-04-03 | be more careful with atoi() result; ok otto | Theo de Raadt |
2004-12-22 | Test the upper limit for the max # of rounds to, to avoid wrapping and ending | Otto Moerbeek |
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 |
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 |
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 |