Age | Commit message (Expand) | Author |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-06-11 | spacing | Theo de Raadt |
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-04-21 | tweak a few comments | Ted Unangst |
2013-04-21 | this man page is mostly about password hashing now (you really don't | Ted Unangst |
2013-04-20 | Xr encrypt(1) to give people a hint if they just want a password string | Ted Unangst |
2013-04-17 | add some prototypes, casts, includes, parenthesis, and whatnot to | Ted Unangst |
2012-11-30 | Document a known bug in the DES crypt cipher implementation which we're | Stefan Sperling |
2012-09-04 | arc4random_buf is the easy way to fill a buffer now. ok deraadt | Ted Unangst |
2012-07-26 | remove reference to no longer existing description of nonexistent devices; | Christian Weisgerber |
2012-06-24 | Change arc4random_uniform() to calculate ``2**32 % upper_bound'' as | Matthew Dempsky |
2012-06-02 | Update STANDARDS section for a few <stdlib.h> functions | Philip Guenthe |
2010-12-22 | remove comment that hasn't been true for quite a while now; | Otto Moerbeek |
2010-10-28 | remove skipjack and cast from the libc; ok deraadt | Mike Belopuhov |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2009-12-15 | No point in refreshing the pid from inside arc4_stir() when that | Philip Guenthe |
2009-10-31 | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | Igor Sobrado |
2008-12-23 | repair the ARC4 story; ok jmc djm millert | Theo de Raadt |
2008-10-03 | zap __arc4_getbyte(), it was only used by the old malloc; ok millert@ | Otto Moerbeek |
2008-06-09 | fix an Xr, and use a more appropriate macro; | Jason McIntyre |
2008-06-08 | arc4random_stir() does not use /dev/arandom anymore, but sysctl kern.arandom | Theo de Raadt |
2008-06-04 | fix math screwup that reintroduced a bias for upper_bounds in range | Damien Miller |
2008-04-02 | Zero state buffers on return. OK deraadt@ | Todd C. Miller |
2008-03-16 | - add NAME entries for arc4random_buf and arc4random_uniform | Jason McIntyre |
2008-03-16 | Add missing MLINKS | Theo de Raadt |
2008-03-16 | diff from djm@ committed at his request: | Otto Moerbeek |
2008-01-01 | - make arc4random*() functions thread safe. Use a custom spinlock function | Kurt Miller |
2007-10-08 | add a RETURN VALUES section. | Pierre-Yves Ritschard |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-02 | macros at start of line require a `.'; | Jason McIntyre |
2007-05-02 | Document the lack of error return value in arc4random. | Pierre-Yves Ritschard |
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 |
2007-02-12 | provide an libc internal interface to get random bytes, to be used by malloc | Otto Moerbeek |
2006-08-05 | no point mentioning functions if we have nothing useful to say | Jason McIntyre |
2006-07-26 | wording/grammar tweaks; | Jason McIntyre |
2006-07-26 | better macros; | Jason McIntyre |
2006-07-26 | document `iv'; | Jason McIntyre |
2006-07-25 | updates from nicholas marriott; | Jason McIntyre |
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 |
2005-11-30 | Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a time | Otto Moerbeek |
2005-10-02 | add bf_{ecb,cbc}_{en,de}crypt to the .Nm list; | Jason McIntyre |
2005-10-02 | add bcrypt_gensalt, bcrypt, and md5crypt, to the .Nm list; | Jason McIntyre |
2005-08-08 | zap remaining rcsid. | Marc Espie |
2005-07-17 | punctuation and minor rewording, ok jmc | Jared Yanovich |
2005-06-07 | RC4 is a trademark. Rest of text left intact. | Kjell Wooding |
2005-06-06 | Change email address for author, at his request. | Kjell Wooding |
2005-06-06 | Change license to standard OpenBSD boilerplate, with permission | Kjell Wooding |
2005-06-04 | use the new fat random sysctl to get initial state. (fallback to looping). | Ted Unangst |