summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-02-11 08:18:43 +1100
committerDamien Miller <djm@mindrot.org>2012-02-11 08:18:43 +1100
commit1de2cfe9a9304b00900aaa6ff9fe612e2ba51ba8 (patch)
tree2bc26f81af62c8aedef9b388c211214e129a4643 /ChangeLog
parent8d60be548778c025db8daa0345f8d77331086fc6 (diff)
- markus@cvs.openbsd.org 2012/01/25 19:26:43
[packet.c] do not permit SSH2_MSG_SERVICE_REQUEST/ACCEPT during rekeying; ok dtucker@, djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8eebcaffb..460a635ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,10 @@
20 Ensure that $DISPLAY contains only valid characters before using it to 20 Ensure that $DISPLAY contains only valid characters before using it to
21 extract xauth data so that it can't be used to play local shell 21 extract xauth data so that it can't be used to play local shell
22 metacharacter games. Report from r00t_ati at ihteam.net, ok markus. 22 metacharacter games. Report from r00t_ati at ihteam.net, ok markus.
23 - markus@cvs.openbsd.org 2012/01/25 19:26:43
24 [packet.c]
25 do not permit SSH2_MSG_SERVICE_REQUEST/ACCEPT during rekeying;
26 ok dtucker@, djm@
23 27
2420120206 2820120206
25 - (djm) [ssh-keygen.c] Don't fail in do_gen_all_hostkeys on platforms 29 - (djm) [ssh-keygen.c] Don't fail in do_gen_all_hostkeys on platforms