Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-10 | Adapt portable to legacy buffer API removal | Damien Miller | |
2016-08-17 | Remove obsolete CVS $Id from source files. | Darren Tucker | |
Since -portable switched to git the CVS $Id tags are no longer being updated and are becoming increasingly misleading. Remove them. | |||
2011-09-09 | - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From | Darren Tucker | |
Colin Watson. | |||
2005-09-27 | - (dtucker) [entropy.c entropy.h sshd.c] Pass RNG seed to the reexec'ed | Darren Tucker | |
process when sshd relies on ssh-random-helper. Should result in faster logins on systems without a real random device or prngd. ok djm@ | |||
2001-02-09 | - (djm) Add CVS Id's to files that we have missed | Damien Miller | |
2000-09-16 | - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM | Damien Miller | |
password change patch. - (djm) Bring licenses on my stuff in line with OpenBSD's | |||
2000-07-09 | - (djm) Fix pam sprintf fix | Damien Miller | |
- (djm) Cleanup entropy collection code a little more. Split initialisation from seeding, perform intialisation immediatly at start, be careful with uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com> | |||
2000-04-03 | - Wrote entropy collection routines for systems that lack /dev/random | Damien Miller | |
and EGD |