summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-11-21 13:56:28 +1100
committerDamien Miller <djm@mindrot.org>2013-11-21 13:56:28 +1100
commit23e00aa6ba9eee0e0c218f2026bf405ad4625832 (patch)
tree74d742c8bd4a25b801e7de16ee7b70272e8c4523 /ChangeLog
parent867e6934be6521f87f04a5ab86702e2d1b314245 (diff)
- djm@cvs.openbsd.org 2013/11/20 02:19:01
[sshd.c] delay closure of in/out fds until after "Bad protocol version identification..." message, as get_remote_ipaddr/get_remote_port require them open.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 381b2a961..f39031200 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,11 @@
6 - markus@cvs.openbsd.org 2013/11/13 13:48:20 6 - markus@cvs.openbsd.org 2013/11/13 13:48:20
7 [ssh-pkcs11.c] 7 [ssh-pkcs11.c]
8 add missing braces found by pedro 8 add missing braces found by pedro
9 - djm@cvs.openbsd.org 2013/11/20 02:19:01
10 [sshd.c]
11 delay closure of in/out fds until after "Bad protocol version
12 identification..." message, as get_remote_ipaddr/get_remote_port
13 require them open.
9 14
1020131110 1520131110
11 - (dtucker) [regress/keytype.sh] Populate ECDSA key types to be tested by 16 - (dtucker) [regress/keytype.sh] Populate ECDSA key types to be tested by