summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-10-24 21:03:17 +1100
committerDamien Miller <djm@mindrot.org>2013-10-24 21:03:17 +1100
commita90c0338083ee0e4064c4bdf61f497293a699be0 (patch)
treefd77578aff45ce3bb9c77f114e082b412f04342d /ChangeLog
parentcf31f3863425453ffcda540fbefa9df80088c8d1 (diff)
- djm@cvs.openbsd.org 2013/10/24 08:19:36
[ssh.c] fix bug introduced in hostname canonicalisation commit: don't try to resolve hostnames when a ProxyCommand is set unless the user has forced canonicalisation; spotted by Iain Morgan
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dcff45d3..b4bbea167 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,11 @@
18 [readconf.c servconf.c ssh_config.5 sshd_config.5] 18 [readconf.c servconf.c ssh_config.5 sshd_config.5]
19 Disallow empty Match statements and add "Match all" which matches 19 Disallow empty Match statements and add "Match all" which matches
20 everything. ok djm, man page help jmc@ 20 everything. ok djm, man page help jmc@
21 - djm@cvs.openbsd.org 2013/10/24 08:19:36
22 [ssh.c]
23 fix bug introduced in hostname canonicalisation commit: don't try to
24 resolve hostnames when a ProxyCommand is set unless the user has forced
25 canonicalisation; spotted by Iain Morgan
21 26
2220131023 2720131023
23 - (djm) OpenBSD CVS Sync 28 - (djm) OpenBSD CVS Sync