summaryrefslogtreecommitdiff
path: root/entropy.c
Commit message (Expand)AuthorAgeFilesLines
* more whitespace (tabs this time)djm2003-11-211-2/+2
* - djm@cvs.openbsd.org 2003/11/21 11:57:03djm2003-11-211-11/+11
* - (bal) redo how we handle 'mysignal()'. Move it tomouring2003-08-251-3/+3
* - (djm) A few type mismatch fixes from Bug #565djm2003-05-161-3/+3
* unexpandmouring2002-06-091-2/+2
* [entropy.c.] Portability fix for SCO Unix 3.2v4.x (SCO OSR 3.0).tim2002-04-211-4/+5
* - (djm) Avoid SIGCHLD breakage when run from rsync. Fix fromdjm2002-04-181-1/+4
* - (stevesk) entropy.c: typo in debug messagestevesk2002-03-111-2/+2
* - (djm) autoconf hacking:djm2002-01-221-3/+12
* - (djm) Ignore fix & patchlevel in OpenSSL version check. Patch fromdjm2001-12-231-851/+75
* - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ ondjm2001-08-061-2/+4
* - (djm) Fix a few warnings the above turned updjm2001-06-271-3/+3
* - (djm) Seed PRNG at startup, rather than waiting for arc4random calls todjm2001-03-181-10/+16
* - Allow PRNGd entropy collection from localhost TCP socket. Replacedjm2001-03-031-23/+52
* avoid warningdjm2001-02-271-3/+3
* - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Millerdjm2001-02-261-5/+5
* - (djm) fatal() on OpenSSL version mismatchdjm2001-02-261-3/+16
* - (djm) Fix up POSIX saved uid support. Report from Mark Millerdjm2001-02-261-1/+5
* - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.djm2001-02-261-1/+22
* - (stevesk) entropy.c: typo; should be SIGPIPEstevesk2001-02-181-2/+2
* - (djm) Move entropy.c over to mysignal()djm2001-02-181-9/+8
* - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch fromdjm2001-02-181-12/+29
* - stevesk@cvs.openbsd.org 2001/02/04 08:32:27stevesk2001-02-051-65/+65
* 20010123mouring2001-01-221-2/+3
* Hopefully things did not get mixed around too much. It compiles undermouring2001-01-221-4/+6
* - (djm) Only write random seed file at exitdjm2001-01-161-7/+2
* give up privs when reading seed filedjm2000-11-241-1/+13
* - (djm) Make inability to read/write PRNG seedfile non-fataldjm2000-10-161-15/+18
* - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,djm2000-09-291-17/+10
* - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAMdjm2000-09-161-6/+1
* - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>djm2000-07-151-1/+6
* - (djm) Fix pam sprintf fixdjm2000-07-091-40/+49
* Fix fixed egd codedjm2000-06-261-6/+8
* - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OKdjm2000-06-261-38/+61
* - (djm) Add summary of configure options to end of ./configure rundjm2000-06-181-6/+13
* - (djm) Cleanup of entropy.c. Reorganised code, removed second pass throughdjm2000-06-071-123/+134
* - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>damien2000-05-311-3/+1
* - Avoid WCOREDUMP complation errors for systems that lack itdamien2000-05-171-1/+9
* - Fix from Andre Lucas <andre.lucas@dial.pipex.com>damien2000-05-171-21/+58
* - Fix for prng_seed permissions checking from Lutz Jaenickedamien2000-05-111-2/+2
* - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropyV_2_0_0_BETA1damien2000-05-011-67/+140
* - Irix portability fixes - don't include netinet headers more than oncedamien2000-05-011-1/+3
* - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collectiondamien2000-04-291-80/+304
* - Reduce diff against OpenBSD sourcedamien2000-04-161-9/+3
* - Avoid some compiler warnings in fake-get*.cdamien2000-04-081-2/+1
* - Generate manpages before make install not at the end of make alldamien2000-04-041-7/+6
* remove debugging junkV_1_2_3_TEST1damien2000-04-031-3/+1
* - Wrote entropy collection routines for systems that lack /dev/randomdamien2000-04-031-0/+436