summaryrefslogtreecommitdiff
path: root/entropy.c
Commit message (Expand)AuthorAgeFilesLines
* more whitespace (tabs this time)Damien Miller2003-11-211-2/+2
* - djm@cvs.openbsd.org 2003/11/21 11:57:03Damien Miller2003-11-211-11/+11
* - (bal) redo how we handle 'mysignal()'. Move it toBen Lindstrom2003-08-251-3/+3
* - (djm) A few type mismatch fixes from Bug #565Damien Miller2003-05-161-3/+3
* unexpandBen Lindstrom2002-06-091-2/+2
* [entropy.c.] Portability fix for SCO Unix 3.2v4.x (SCO OSR 3.0).Tim Rice2002-04-211-4/+5
* - (djm) Avoid SIGCHLD breakage when run from rsync. Fix fromDamien Miller2002-04-181-1/+4
* - (stevesk) entropy.c: typo in debug messageKevin Steves2002-03-111-2/+2
* - (djm) autoconf hacking:Damien Miller2002-01-221-3/+12
* - (djm) Ignore fix & patchlevel in OpenSSL version check. Patch fromDamien Miller2001-12-241-851/+75
* - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ onDamien Miller2001-08-061-2/+4
* - (djm) Fix a few warnings the above turned upDamien Miller2001-06-271-3/+3
* - (djm) Seed PRNG at startup, rather than waiting for arc4random calls toDamien Miller2001-03-191-10/+16
* - Allow PRNGd entropy collection from localhost TCP socket. ReplaceDamien Miller2001-03-041-23/+52
* avoid warningDamien Miller2001-02-271-3/+3
* - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark MillerDamien Miller2001-02-271-5/+5
* - (djm) fatal() on OpenSSL version mismatchDamien Miller2001-02-271-3/+16
* - (djm) Fix up POSIX saved uid support. Report from Mark MillerDamien Miller2001-02-271-1/+5
* - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.Damien Miller2001-02-261-1/+22
* - (stevesk) entropy.c: typo; should be SIGPIPEKevin Steves2001-02-181-2/+2
* - (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