summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-03-04 00:29:20 +1100
committerDamien Miller <djm@mindrot.org>2001-03-04 00:29:20 +1100
commitd0ccb989c2ccb190bf81819c4b6418d63c682538 (patch)
treeeb7d3f8dde263b16b1d1b4e21d40bd7f8c1a4c85 /ChangeLog
parentf85b4d76705035e495545c84a922f032447414bd (diff)
- Allow PRNGd entropy collection from localhost TCP socket. Replace
"--with-egd-pool" configure option with "--with-prngd-socket" and "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 71da4c457..7313e0a47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
2 - Remove make-ssh-known-hosts.pl, ssh-keyscan is better. 2 - Remove make-ssh-known-hosts.pl, ssh-keyscan is better.
3 - Document PAM ChallengeResponseAuthentication in sshd.8 3 - Document PAM ChallengeResponseAuthentication in sshd.8
4 - Disable and comment ChallengeResponseAuthentication in sshd_config 4 - Disable and comment ChallengeResponseAuthentication in sshd_config
5 - Allow PRNGd entropy collection from localhost TCP socket. Replace
6 "--with-egd-pool" configure option with "--with-prngd-socket" and
7 "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke
8 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5 9
620010301 1020010301
7 - (djm) Properly add -lcrypt if needed. 11 - (djm) Properly add -lcrypt if needed.
@@ -4180,4 +4184,4 @@
4180 - Wrote replacements for strlcpy and mkdtemp 4184 - Wrote replacements for strlcpy and mkdtemp
4181 - Released 1.0pre1 4185 - Released 1.0pre1
4182 4186
4183$Id: ChangeLog,v 1.847 2001/03/03 13:16:20 djm Exp $ 4187$Id: ChangeLog,v 1.848 2001/03/03 13:29:20 djm Exp $