| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-03-23 | minimal change to implementation of bcrypt to not require static globals. |  tedu | 1 | -39/+88 |
| 2014-03-22 | switch to shorter ISC license. this was ok with Niels Provos. |  tedu | 1 | -27/+12 |
| 2014-03-19 | consolidate the base64 code in one place, and remove inadequate test code |  tedu | 1 | -86/+56 |
| 2014-03-19 | right or wrong, bcrypt() is declared in pwd.h, not unistd.h |  tedu | 1 | -2/+3 |
| 2014-02-24 | solar's testsuite revealed insufficient validation of invalid input hashes. |  tedu | 1 | -8/+10 |
| 2014-02-17 | remove redundant test |  tedu | 1 | -3/+2 |
| 2014-02-17 | sticking strlen into a char leads to wraparound at 256. fix this and |  tedu | 1 | -5/+18 |
| 2013-12-19 | pseudo-code corrections from Solar Designer <solar@openwall.com> |  deraadt | 1 | -4/+4 |
| 2013-10-22 | tweak previous; |  jmc | 1 | -4/+2 |
| 2013-10-22 | delete extra words; Henri Kemppainen |  deraadt | 1 | -3/+2 |
| 2013-10-21 | update documentation for these functions. They now state the case regarding |  deraadt | 1 | -63/+45 |
| 2013-10-21 | Remove arc4random_stir() and arc4random_addrandom(), which none should |  deraadt | 2 | -28/+2 |
| 2013-10-04 | a couple of warning fixes and an RCS marker; ok markus@ |  djm | 1 | -2/+4 |
| 2013-10-01 | replace rc4 with ChaCha20; inspired by Nick Mathewson's work on libottery; |  markus | 2 | -97/+325 |
| 2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ |  schwarze | 2 | -6/+6 |
| 2013-06-11 | spacing |  deraadt | 1 | -3/+2 |
| 2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze |  tedu | 3 | -10/+10 |
| 2013-04-21 | tweak a few comments |  tedu | 1 | -5/+7 |
| 2013-04-21 | this man page is mostly about password hashing now (you really don't |  tedu | 1 | -18/+5 |
| 2013-04-20 | Xr encrypt(1) to give people a hint if they just want a password string |  tedu | 1 | -2/+3 |
| 2013-04-17 | add some prototypes, casts, includes, parenthesis, and whatnot to |  tedu | 1 | -1/+4 |
| 2012-11-30 | Document a known bug in the DES crypt cipher implementation which we're |  stsp | 1 | -2/+6 |
| 2012-09-04 | arc4random_buf is the easy way to fill a buffer now. ok deraadt |  tedu | 1 | -9/+2 |
| 2012-07-26 | remove reference to no longer existing description of nonexistent devices; |  naddy | 1 | -7/+4 |
| 2012-06-24 | Change arc4random_uniform() to calculate ``2**32 % upper_bound'' as |  matthew | 1 | -12/+3 |
| 2012-06-02 | Update STANDARDS section for a few <stdlib.h> functions |  guenther | 1 | -5/+6 |
| 2010-12-22 | remove comment that hasn't been true for quite a while now; |  otto | 1 | -6/+1 |
| 2010-10-28 | remove skipjack and cast from the libc; ok deraadt |  mikeb | 3 | -1053/+2 |
| 2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent |  miod | 1 | -2/+2 |
| 2009-12-15 | No point in refreshing the pid from inside arc4_stir() when that |  guenther | 1 | -6/+15 |
| 2009-10-31 | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). |  sobrado | 1 | -2/+2 |
| 2008-12-23 | repair the ARC4 story; ok jmc djm millert |  deraadt | 1 | -5/+7 |
| 2008-10-03 | zap __arc4_getbyte(), it was only used by the old malloc; ok millert@ |  otto | 1 | -14/+1 |
| 2008-06-09 | fix an Xr, and use a more appropriate macro; |  jmc | 1 | -4/+4 |
| 2008-06-08 | arc4random_stir() does not use /dev/arandom anymore, but sysctl kern.arandom |  deraadt | 1 | -4/+6 |
| 2008-06-04 | fix math screwup that reintroduced a bias for upper_bounds in range |  djm | 1 | -2/+2 |
| 2008-04-02 | Zero state buffers on return. OK deraadt@ |  millert | 1 | -1/+5 |
| 2008-03-16 | - add NAME entries for arc4random_buf and arc4random_uniform |  jmc | 1 | -2/+4 |
| 2008-03-16 | Add missing MLINKS |  deraadt | 1 | -1/+2 |
| 2008-03-16 | diff from djm@ committed at his request: |  otto | 2 | -3/+84 |
| 2008-01-01 | - make arc4random*() functions thread safe. Use a custom spinlock function |  kurt | 1 | -41/+56 |
| 2007-10-08 | add a RETURN VALUES section. |  pyr | 1 | -9/+9 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 3 | -6/+6 |
| 2007-05-02 | macros at start of line require a `.'; |  jmc | 1 | -2/+2 |
| 2007-05-02 | Document the lack of error return value in arc4random. |  pyr | 1 | -1/+4 |
| 2007-03-19 | Get rid of useless #if 0 block, especially since the code is included |  ray | 1 | -5/+1 |
| 2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some |  ray | 1 | -3/+3 |
| 2007-02-12 | provide an libc internal interface to get random bytes, to be used by malloc |  otto | 1 | -3/+12 |
| 2006-08-05 | no point mentioning functions if we have nothing useful to say |  jmc | 1 | -13/+1 |
| 2006-07-26 | wording/grammar tweaks; |  jmc | 1 | -3/+4 |