summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-12-21 15:00:19 +1100
committerDamien Miller <djm@mindrot.org>2001-12-21 15:00:19 +1100
commit278f907a2d6d00d6f52a11bf9577648aadbf0994 (patch)
tree50f885a7fd73b813754e3b675e810dc01ba78b78 /ChangeLog
parente737856350287104a12f5a97c81fad1f7bcd7096 (diff)
- djm@cvs.openbsd.org 2001/12/20 22:50:24
[auth2.c auth2-chall.c channels.c channels.h clientloop.c dispatch.c] [dispatch.h kex.c kex.h packet.c packet.h serverloop.c ssh.c] [sshconnect2.c] Conformance fix: we should send failing packet sequence number when responding with a SSH_MSG_UNIMPLEMENTED message. Spotted by yakk@yakk.dot.net; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2979b95f1..7ce2187a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,6 +51,13 @@
51 [channels.c channels.h session.c] 51 [channels.c channels.h session.c]
52 setup x11 listen socket for just one connect if the client requests so. 52 setup x11 listen socket for just one connect if the client requests so.
53 (v2 only, but the openssh client does not support this feature). 53 (v2 only, but the openssh client does not support this feature).
54 - djm@cvs.openbsd.org 2001/12/20 22:50:24
55 [auth2.c auth2-chall.c channels.c channels.h clientloop.c dispatch.c]
56 [dispatch.h kex.c kex.h packet.c packet.h serverloop.c ssh.c]
57 [sshconnect2.c]
58 Conformance fix: we should send failing packet sequence number when
59 responding with a SSH_MSG_UNIMPLEMENTED message. Spotted by
60 yakk@yakk.dot.net; ok markus@
54 61
5520011219 6220011219
56 - (stevesk) OpenBSD CVS sync X11 localhost display 63 - (stevesk) OpenBSD CVS sync X11 localhost display
@@ -7079,4 +7086,4 @@
7079 - Wrote replacements for strlcpy and mkdtemp 7086 - Wrote replacements for strlcpy and mkdtemp
7080 - Released 1.0pre1 7087 - Released 1.0pre1
7081 7088
7082$Id: ChangeLog,v 1.1704 2001/12/21 03:58:35 djm Exp $ 7089$Id: ChangeLog,v 1.1705 2001/12/21 04:00:19 djm Exp $