Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-11 | - Fix for prng_seed permissions checking from Lutz Jaenicke | Damien Miller | |
<Lutz.Jaenicke@aet.TU-Cottbus.DE> | |||
2000-05-02 | - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy | Damien Miller | |
gathering commands from a text file | |||
2000-05-02 | - Irix portability fixes - don't include netinet headers more than once | Damien Miller | |
- Make sure we don't save PRNG seed more than once | |||
2000-04-30 | - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection | Damien Miller | |
patch. - Adds timeout to entropy collection - Disables slow entropy sources - Load and save seed file - Changed entropy seed code to user per-user seeds only (server seed is saved in root's .ssh directory) - Use atexit() and fatal cleanups to save seed on exit | |||
2000-04-16 | - Reduce diff against OpenBSD source | Damien Miller | |
- All OpenSSL includes are now unconditionally referenced as openssl/foo.h - Pick up formatting changes - Other minor changed (typecasts, etc) that I missed | |||
2000-04-08 | - Avoid some compiler warnings in fake-get*.c | Damien Miller | |
- Add IPTOS macros for systems which lack them | |||
2000-04-04 | - Generate manpages before make install not at the end of make all | Damien Miller | |
- Don't seed the rng quite so often - Always reseed rng when requested | |||
2000-04-03 | remove debugging junk | Damien Miller | |
2000-04-03 | - Wrote entropy collection routines for systems that lack /dev/random | Damien Miller | |
and EGD |