diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 | ||
55 | 20011219 | 62 | 20011219 |
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 $ |