summaryrefslogtreecommitdiff
path: root/entropy.c
Commit message (Expand)AuthorAgeFilesLines
* - djm@cvs.openbsd.org 2014/06/24 01:13:21djm2014-07-021-0/+2
* - (dtucker) [entropy.c openbsd-compat/openssl-compat.{c,h}dtucker2014-06-171-10/+1
* - (djm) [entropy.c] bz#1991: relax OpenSSL version test to allow runningdjm2012-03-301-2/+7
* - (djm) [Makefile.in WARNING.RNG aclocal.m4 buildpkg.sh.in configure.ac]djm2011-05-051-99/+139
* - (djm) [entropy.c] cast OPENSSL_VERSION_NUMBER to u_long to avoiddjm2011-01-131-1/+1
* - (dtucker) [entropy.c scard-opensc.c ssh-rand-helper.c] Bug #1294: includedtucker2007-03-121-1/+2
* - (dtucker) [entropy.c] Bug #1238: include signal.h to fix compilation errordtucker2006-09-281-0/+1
* - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c]djm2006-09-011-0/+1
* - (dtucker) [entropy.c] Needs unistd.h too.dtucker2006-08-051-0/+1
* - (djm) [auth-pam.c auth.c bufaux.h entropy.c openbsd-compat/port-tun.c]djm2006-08-051-1/+0
* - (dtucker) [entropy.c] More fcntl.h, this time on AIX (and probablydtucker2006-07-111-0/+8
* - deraadt@cvs.openbsd.org 2006/03/19 18:51:18djm2006-03-251-2/+0
* - (dtucker) [entropy.c] Add headers for WIFEXITED and friends.dtucker2006-03-151-1/+4
* - (dtucker) [entropy.c] Use u_char for receiving RNG seed for consistencydtucker2005-09-271-2/+2
* - (dtucker) [entropy.c entropy.h sshd.c] Pass RNG seed to the reexec'eddtucker2005-09-271-1/+31
* - (dtucker) [entropy.c] Remove unnecessary tests for getuid and geteuiddtucker2005-09-271-5/+3
* -(djm) [audit.c auth1.c auth2.c entropy.c loginrec.c serverloop.c]djm2005-07-171-3/+3
* 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