| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 1 | -3/+3 |
* | Pull in <time.h> for clock_gettime() |  guenther | 2016-08-26 | 1 | -1/+2 |
* | increase the minimum for auto rounds to 6. that was the previous low bound |  tedu | 2016-06-26 | 1 | -2/+2 |
* | Wrap <pwd.h> so that calls go direct and the symbols are all weak. |  guenther | 2015-09-13 | 1 | -2/+5 |
* | The number of rounds is just two digits in the salt. We've already |  millert | 2015-09-13 | 1 | -2/+2 |
* | standards compliant error return (null). will make ruby happier, at least. |  tedu | 2015-07-18 | 1 | -5/+2 |
* | dial the time back to about 0.1s, closer to the original targets and |  tedu | 2015-01-28 | 1 | -4/+4 |
* | rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks, |  tedu | 2015-01-12 | 1 | -9/+9 |
* | stupid me. need errno.h |  tedu | 2015-01-07 | 1 | -1/+2 |
* | set errno = EINVAL for invalid salts and hashes in most functions. |  tedu | 2015-01-07 | 1 | -12/+20 |
* | convert clock() to clock_gettime() for improved precision (and accuracy?) |  tedu | 2015-01-05 | 1 | -7/+9 |
* | copy bcrypt autotune from encrypt(1) and expose via crypt_newhash |  tedu | 2014-12-30 | 1 | -1/+33 |
* | introduce a hashspace define and check that there's enough space to |  tedu | 2014-11-24 | 1 | -15/+10 |
* | From ISO/IEC 9899:1999 and 9899:201x, |  guenther | 2014-07-20 | 1 | -3/+3 |
* | Add missing header needed by isdigit(). |  chl | 2014-05-17 | 1 | -4/+5 |
* | fix stupid commit |  tedu | 2014-05-06 | 1 | -5/+5 |
* | use explicit_bzero |  tedu | 2014-05-06 | 1 | -5/+5 |
* | now that 5.5 has been released with compatibility for 2b hashes, |  tedu | 2014-05-03 | 1 | -2/+2 |
* | 1. Drop support for no minor. This variant doesn't exist anymore. |  tedu | 2014-05-03 | 1 | -44/+30 |
* | one small tweak to avoid ever going off the end of a string. |  tedu | 2014-04-19 | 1 | -4/+6 |
* | improved checking for invalid hashes. from solar designer |  tedu | 2014-04-19 | 1 | -6/+10 |
* | use char * for strings, saving casts. add return codes to base64 functions |  tedu | 2014-04-08 | 1 | -15/+26 |
* | oops, merge error |  tedu | 2014-03-24 | 1 | -2/+2 |
* | clear stack variables, suggested by djm |  tedu | 2014-03-23 | 1 | -1/+4 |
* | some improvements suggested by djm. |  tedu | 2014-03-23 | 1 | -4/+6 |
* | two functions don't need to be exported |  tedu | 2014-03-23 | 1 | -3/+3 |
* | minimal change to implementation of bcrypt to not require static globals. |  tedu | 2014-03-23 | 1 | -39/+88 |
* | switch to shorter ISC license. this was ok with Niels Provos. |  tedu | 2014-03-22 | 1 | -27/+12 |
* | consolidate the base64 code in one place, and remove inadequate test code |  tedu | 2014-03-19 | 1 | -86/+56 |
* | solar's testsuite revealed insufficient validation of invalid input hashes. |  tedu | 2014-02-24 | 1 | -8/+10 |
* | remove redundant test |  tedu | 2014-02-17 | 1 | -3/+2 |
* | sticking strlen into a char leads to wraparound at 256. fix this and |  tedu | 2014-02-17 | 1 | -5/+18 |
* | pseudo-code corrections from Solar Designer <solar@openwall.com> |  deraadt | 2013-12-19 | 1 | -4/+4 |
* | arc4random_buf is the easy way to fill a buffer now. ok deraadt |  tedu | 2012-09-04 | 1 | -10/+3 |
* | 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 |
* | Change hard coded numbers to sizeof(buf). Also change some |  ray | 2007-02-20 | 1 | -3/+3 |
* | allocate gsalt large enough; from Matthew R. Dempsky <mrd at alkemio |  otto | 2006-07-04 | 1 | -2/+2 |
* | 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 |
* | 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 hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -5/+5 |
* | 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 |
* | #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 |