summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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 $