summaryrefslogtreecommitdiff
path: root/entropy.c
Commit message (Expand)AuthorAgeFilesLines
...
* - (djm) Move entropy.c over to mysignal()Damien Miller2001-02-181-9/+8
* - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch fromDamien Miller2001-02-181-12/+29
* - stevesk@cvs.openbsd.org 2001/02/04 08:32:27Kevin Steves2001-02-051-65/+65
* 20010123Ben Lindstrom2001-01-221-2/+3
* Hopefully things did not get mixed around too much. It compiles underBen Lindstrom2001-01-221-4/+6
* - (djm) Only write random seed file at exitDamien Miller2001-01-171-7/+2
* give up privs when reading seed fileDamien Miller2000-11-251-1/+13
* - (djm) Make inability to read/write PRNG seedfile non-fatalDamien Miller2000-10-161-15/+18
* - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,Damien Miller2000-09-291-17/+10
* - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAMDamien Miller2000-09-161-6/+1
* - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>Damien Miller2000-07-151-1/+6
* - (djm) Fix pam sprintf fixDamien Miller2000-07-091-40/+49
* Fix fixed egd codeDamien Miller2000-06-261-6/+8
* - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OKDamien Miller2000-06-261-38/+61
* - (djm) Add summary of configure options to end of ./configure runDamien Miller2000-06-181-6/+13
* - (djm) Cleanup of entropy.c. Reorganised code, removed second pass throughDamien Miller2000-06-071-123/+134
* - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>Damien Miller2000-05-311-3/+1
* - Avoid WCOREDUMP complation errors for systems that lack itDamien Miller2000-05-171-1/+9
* - Fix from Andre Lucas <andre.lucas@dial.pipex.com>Damien Miller2000-05-171-21/+58
* - Fix for prng_seed permissions checking from Lutz JaenickeDamien Miller2000-05-111-2/+2
* - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropyV_2_0_0_BETA1Damien Miller2000-05-021-67/+140
* - Irix portability fixes - don't include netinet headers more than onceDamien Miller2000-05-021-1/+3
* - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collectionDamien Miller2000-04-301-80/+304
* - Reduce diff against OpenBSD sourceDamien Miller2000-04-161-9/+3
* - Avoid some compiler warnings in fake-get*.cDamien Miller2000-04-081-2/+1
* - Generate manpages before make install not at the end of make allDamien Miller2000-04-041-7/+6
* remove debugging junkV_1_2_3_TEST1Damien Miller2000-04-031-3/+1
* - Wrote entropy collection routines for systems that lack /dev/randomDamien Miller2000-04-031-0/+436