summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-02-04 11:26:34 +1100
committerDamien Miller <djm@mindrot.org>2014-02-04 11:26:34 +1100
commiteb6d870a0ea8661299bb2ea8f013d3ace04e2024 (patch)
treeb5882f31c1863f58f9d7ad9ac2938b9cce902a59
parentd56b44d2dfa093883a5c4e91be3f72d99946b170 (diff)
- djm@cvs.openbsd.org 2014/02/04 00:24:29
[ssh.c] delay lowercasing of hostname until right before hostname canonicalisation to unbreak case-sensitive matching of ssh_config; reported by Ike Devolder; ok markus@
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bad531bf..4c2fc319 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,6 +60,11 @@
- djm@cvs.openbsd.org 2014/02/02 03:44:31
[digest-libc.c digest-openssl.c]
convert memset of potentially-private data to explicit_bzero()
+ - djm@cvs.openbsd.org 2014/02/04 00:24:29
+ [ssh.c]
+ delay lowercasing of hostname until right before hostname
+ canonicalisation to unbreak case-sensitive matching of ssh_config;
+ reported by Ike Devolder; ok markus@
20140131
- (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)