| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | I have discussed these licenses with Poul-Henning Kamp and he has agreed to | beck | 2014-04-03 | 1 | -8/+17 |
* | 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 |
* | right or wrong, bcrypt() is declared in pwd.h, not unistd.h | tedu | 2014-03-19 | 1 | -2/+3 |
* | 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 |
* | tweak previous; | jmc | 2013-10-22 | 1 | -4/+2 |
* | delete extra words; Henri Kemppainen | deraadt | 2013-10-22 | 1 | -3/+2 |
* | update documentation for these functions. They now state the case regarding | deraadt | 2013-10-21 | 1 | -63/+45 |
* | Remove arc4random_stir() and arc4random_addrandom(), which none should | deraadt | 2013-10-21 | 2 | -28/+2 |
* | a couple of warning fixes and an RCS marker; ok markus@ | djm | 2013-10-04 | 1 | -2/+4 |
* | replace rc4 with ChaCha20; inspired by Nick Mathewson's work on libottery; | markus | 2013-10-01 | 2 | -98/+326 |
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | schwarze | 2013-07-16 | 2 | -6/+6 |
* | spacing | deraadt | 2013-06-11 | 1 | -3/+2 |
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | tedu | 2013-06-05 | 3 | -10/+10 |
* | tweak a few comments | tedu | 2013-04-21 | 1 | -5/+7 |
* | this man page is mostly about password hashing now (you really don't | tedu | 2013-04-21 | 1 | -18/+5 |
* | Xr encrypt(1) to give people a hint if they just want a password string | tedu | 2013-04-20 | 1 | -2/+3 |
* | add some prototypes, casts, includes, parenthesis, and whatnot to | tedu | 2013-04-17 | 1 | -1/+4 |
* | Document a known bug in the DES crypt cipher implementation which we're | stsp | 2012-11-30 | 1 | -2/+6 |
* | arc4random_buf is the easy way to fill a buffer now. ok deraadt | tedu | 2012-09-04 | 1 | -10/+3 |
* | remove reference to no longer existing description of nonexistent devices; | naddy | 2012-07-26 | 1 | -7/+4 |
* | Change arc4random_uniform() to calculate ``2**32 % upper_bound'' as | matthew | 2012-06-24 | 1 | -12/+3 |
* | Update STANDARDS section for a few <stdlib.h> functions | guenther | 2012-06-02 | 1 | -5/+6 |
* | remove comment that hasn't been true for quite a while now; | otto | 2010-12-22 | 1 | -6/+1 |
* | remove skipjack and cast from the libc; ok deraadt | mikeb | 2010-10-28 | 3 | -1053/+2 |
* | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | miod | 2010-02-03 | 1 | -2/+2 |
* | No point in refreshing the pid from inside arc4_stir() when that | guenther | 2009-12-15 | 1 | -6/+15 |
* | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | sobrado | 2009-10-31 | 1 | -2/+2 |
* | repair the ARC4 story; ok jmc djm millert | deraadt | 2008-12-23 | 1 | -5/+7 |
* | zap __arc4_getbyte(), it was only used by the old malloc; ok millert@ | otto | 2008-10-03 | 1 | -14/+1 |
* | fix an Xr, and use a more appropriate macro; | jmc | 2008-06-09 | 1 | -4/+4 |
* | arc4random_stir() does not use /dev/arandom anymore, but sysctl kern.arandom | deraadt | 2008-06-08 | 1 | -4/+6 |
* | fix math screwup that reintroduced a bias for upper_bounds in range | djm | 2008-06-04 | 1 | -2/+2 |
* | Zero state buffers on return. OK deraadt@ | millert | 2008-04-02 | 1 | -1/+5 |
* | - add NAME entries for arc4random_buf and arc4random_uniform | jmc | 2008-03-16 | 1 | -2/+4 |
* | Add missing MLINKS | deraadt | 2008-03-16 | 1 | -1/+2 |
* | diff from djm@ committed at his request: | otto | 2008-03-16 | 2 | -3/+84 |
* | - make arc4random*() functions thread safe. Use a custom spinlock function | kurt | 2008-01-01 | 1 | -41/+56 |
* | add a RETURN VALUES section. | pyr | 2007-10-08 | 1 | -9/+9 |
* | convert to new .Dd format; | jmc | 2007-05-31 | 3 | -6/+6 |