summaryrefslogtreecommitdiff
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 bad531bf3..4c2fc319c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,6 +60,11 @@
60 - djm@cvs.openbsd.org 2014/02/02 03:44:31 60 - djm@cvs.openbsd.org 2014/02/02 03:44:31
61 [digest-libc.c digest-openssl.c] 61 [digest-libc.c digest-openssl.c]
62 convert memset of potentially-private data to explicit_bzero() 62 convert memset of potentially-private data to explicit_bzero()
63 - djm@cvs.openbsd.org 2014/02/04 00:24:29
64 [ssh.c]
65 delay lowercasing of hostname until right before hostname
66 canonicalisation to unbreak case-sensitive matching of ssh_config;
67 reported by Ike Devolder; ok markus@
63 68
6420140131 6920140131
65 - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2) 70 - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)