summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-09-27 22:46:32 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-09-27 22:46:32 +1000
commitc6f8219e0d4ee1f64fb7b4da88523c951a03c68a (patch)
treed861d4cbccee17f7de7c864e1d26634c0174741d /ChangeLog
parentf1377bdeed3ca7268c6a5d3fa171a09df7be9064 (diff)
- (dtucker) [entropy.c entropy.h sshd.c] Pass RNG seed to the reexec'ed
process when sshd relies on ssh-random-helper. Should result in faster logins on systems without a real random device or prngd. ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 428718dd6..9265b7a38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
120050927 120050927
2 - (dtucker) [entropy.c] Remove unnecessary tests for getuid and geteuid 2 - (dtucker) [entropy.c] Remove unnecessary tests for getuid and geteuid
3 calls, since they can't possibly fail. ok djm@ 3 calls, since they can't possibly fail. ok djm@
4 - (dtucker) [entropy.c entropy.h sshd.c] Pass RNG seed to the reexec'ed
5 process when sshd relies on ssh-random-helper. Should result in faster
6 logins on systems without a real random device or prngd. ok djm@
4 7
520050924 820050924
6 - (dtucker) [auth2.c] Move start_pam() calls out of if-else block to remove 9 - (dtucker) [auth2.c] Move start_pam() calls out of if-else block to remove
@@ -3017,4 +3020,4 @@
3017 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3020 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3018 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3021 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3019 3022
3020$Id: ChangeLog,v 1.3895 2005/09/27 09:50:25 dtucker Exp $ 3023$Id: ChangeLog,v 1.3896 2005/09/27 12:46:32 dtucker Exp $