index
:
openssh.git
master
sid
ssh_8.3
v7.9
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
entropy.c
Age
Commit message (
Expand
)
Author
2001-08-06
- (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
Damien Miller
2001-06-27
- (djm) Fix a few warnings the above turned up
Damien Miller
2001-03-19
- (djm) Seed PRNG at startup, rather than waiting for arc4random calls to
Damien Miller
2001-03-04
- Allow PRNGd entropy collection from localhost TCP socket. Replace
Damien Miller
2001-02-27
avoid warning
Damien Miller
2001-02-27
- (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
Damien Miller
2001-02-27
- (djm) fatal() on OpenSSL version mismatch
Damien Miller
2001-02-27
- (djm) Fix up POSIX saved uid support. Report from Mark Miller
Damien Miller
2001-02-26
- (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.
Damien Miller
2001-02-18
- (stevesk) entropy.c: typo; should be SIGPIPE
Kevin Steves
2001-02-18
- (djm) Move entropy.c over to mysignal()
Damien Miller
2001-02-18
- (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
Damien Miller
2001-02-05
- stevesk@cvs.openbsd.org 2001/02/04 08:32:27
Kevin Steves
2001-01-22
20010123
Ben Lindstrom
2001-01-22
Hopefully things did not get mixed around too much. It compiles under
Ben Lindstrom
2001-01-17
- (djm) Only write random seed file at exit
Damien Miller
2000-11-25
give up privs when reading seed file
Damien Miller
2000-10-16
- (djm) Make inability to read/write PRNG seedfile non-fatal
Damien Miller
2000-09-29
- (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
Damien Miller
2000-09-16
- (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
Damien Miller
2000-07-15
- Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
Damien Miller
2000-07-09
- (djm) Fix pam sprintf fix
Damien Miller
2000-06-26
Fix fixed egd code
Damien Miller
2000-06-26
- (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
Damien Miller
2000-06-18
- (djm) Add summary of configure options to end of ./configure run
Damien Miller
2000-06-07
- (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
Damien Miller
2000-05-31
- Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
Damien Miller
2000-05-17
- Avoid WCOREDUMP complation errors for systems that lack it
Damien Miller
2000-05-17
- Fix from Andre Lucas <andre.lucas@dial.pipex.com>
Damien Miller
2000-05-11
- Fix for prng_seed permissions checking from Lutz Jaenicke
Damien Miller
2000-05-02
- Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
Damien Miller
2000-05-02
- Irix portability fixes - don't include netinet headers more than once
Damien Miller
2000-04-30
- Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
Damien Miller
2000-04-16
- Reduce diff against OpenBSD source
Damien Miller
2000-04-08
- Avoid some compiler warnings in fake-get*.c
Damien Miller
2000-04-04
- Generate manpages before make install not at the end of make all
Damien Miller
2000-04-03
remove debugging junk
Damien Miller
2000-04-03
- Wrote entropy collection routines for systems that lack /dev/random
Damien Miller