summaryrefslogtreecommitdiff
path: root/entropy.c
Commit message (Expand)AuthorAgeFilesLines
* - (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