summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 528994344..d1c75cce8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,23 @@
5 - Changed to ssh-add.c broke askpass support. Revised it to be a little more 5 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
6 modular. 6 modular.
7 - Revised autoconf support for enabling/disabling askpass support. 7 - Revised autoconf support for enabling/disabling askpass support.
8 - Merged more OpenBSD CVS changes:
9 [auth-krb4.c]
10 - disconnect if getpeername() fails
11 - missing xfree(*client)
12 [canohost.c]
13 - disconnect if getpeername() fails
14 - fix comment: we _do_ disconnect if ip-options are set
15 [sshd.c]
16 - disconnect if getpeername() fails
17 - move checking of remote port to central place
18 [auth-rhosts.c] move checking of remote port to central place
19 [log-server.c] avoid extra fd per sshd, from millert@
20 [readconf.c] print _all_ bad config-options in ssh(1), too
21 [readconf.h] print _all_ bad config-options in ssh(1), too
22 [ssh.c] print _all_ bad config-options in ssh(1), too
23 [sshconnect.c] disconnect if getpeername() fails
24 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
8 25
919991114 2619991114
10 - Solaris compilation fixes (still imcomplete) 27 - Solaris compilation fixes (still imcomplete)