summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index beb4a4fa2..56cee8708 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -96,6 +96,14 @@
96 [channels.c] 96 [channels.c]
97 fix misparsing of SOCKS 5 packets that could result in a crash; 97 fix misparsing of SOCKS 5 packets that could result in a crash;
98 reported by mk@ ok markus@ 98 reported by mk@ ok markus@
99 - dtucker@cvs.openbsd.org 2006/07/10 12:46:51
100 [misc.c misc.h sshd.8 sshconnect.c]
101 Add port identifier to known_hosts for non-default ports, based originally
102 on a patch from Devin Nate in bz#910.
103 For any connection using the default port or using a HostKeyAlias the
104 format is unchanged, otherwise the host name or address is enclosed
105 within square brackets in the same format as sshd's ListenAddress.
106 Tested by many, ok markus@.
99 107
10020060706 10820060706
101 - (dtucker) [configure.ac] Try AIX blibpath test in different order when 109 - (dtucker) [configure.ac] Try AIX blibpath test in different order when
@@ -4829,4 +4837,4 @@
4829 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4837 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4830 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4838 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4831 4839
4832$Id: ChangeLog,v 1.4383 2006/07/10 12:21:02 djm Exp $ 4840$Id: ChangeLog,v 1.4384 2006/07/10 13:04:19 dtucker Exp $