diff options
author | Damien Miller <djm@mindrot.org> | 2013-10-24 21:03:17 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-10-24 21:03:17 +1100 |
commit | a90c0338083ee0e4064c4bdf61f497293a699be0 (patch) | |
tree | fd77578aff45ce3bb9c77f114e082b412f04342d /ChangeLog | |
parent | cf31f3863425453ffcda540fbefa9df80088c8d1 (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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | ||
22 | 20131023 | 27 | 20131023 |
23 | - (djm) OpenBSD CVS Sync | 28 | - (djm) OpenBSD CVS Sync |