summaryrefslogtreecommitdiff
path: root/entropy.h
Commit message (Collapse)AuthorAgeFilesLines
* - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. Fromdtucker2011-09-091-2/+1
| | | | Colin Watson.
* - (dtucker) [entropy.c entropy.h sshd.c] Pass RNG seed to the reexec'eddtucker2005-09-271-1/+6
| | | | | process when sshd relies on ssh-random-helper. Should result in faster logins on systems without a real random device or prngd. ok djm@
* - (djm) Add CVS Id's to files that we have misseddjm2001-02-091-0/+2
|
* - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAMdjm2000-09-161-5/+0
| | | | | password change patch. - (djm) Bring licenses on my stuff in line with OpenBSD's
* - (djm) Fix pam sprintf fixdjm2000-07-091-0/+1
| | | | | | - (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>
* - Wrote entropy collection routines for systems that lack /dev/randomdamien2000-04-031-0/+35
and EGD