summaryrefslogtreecommitdiff
path: root/bsd-arc4random.c
AgeCommit message (Collapse)Author
2001-01-31 - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff toBen Lindstrom
openbsd-compat/. And resolve all ./configure and Makefile.in issues assocated. Logic: * All OpenBSD functions should have the same filename as in the OpenBSD tree * All 'home brew' functions have bsd-* infront of them. * All 'not really implemented' functions have fake-* infront of them.
2000-10-27 - (djm) Increase REKEY_BYTES to 2^24 for arc4randomDamien Miller
2000-09-24 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>Damien Miller
- (djm) A bit more cleanup - created cygwin_util.h
2000-09-16 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAMDamien Miller
password change patch. - (djm) Bring licenses on my stuff in line with OpenBSD's
2000-08-30 - (djm) Fix doh in bsd-arc4random.cDamien Miller
2000-08-30 - (djm) Periodically rekey arc4randomDamien Miller
- (djm) Clean up diff against OpenBSD.
2000-08-23 - (djm) Don't reseed arc4random everytime it is usedDamien Miller
2000-08-16 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)Damien Miller
- (djm) Fix strerror replacement for old SunOS. Based on patch from Charles Levert <charles@comm.polymtl.ca> - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4 implementation.