summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-01-22 23:24:13 +1100
committerDamien Miller <djm@mindrot.org>2002-01-22 23:24:13 +1100
commit7d05339c709efbf699e0dae499308428174a0da4 (patch)
tree22bbfa5480faa991511831b4c8aa5846267a27f4 /ChangeLog
parent84b8ab3eeef42818e20d2b46627245fe450082ab (diff)
- markus@cvs.openbsd.org 2002/01/11 13:39:36
[auth2.c dispatch.c dispatch.h kex.c] a single dispatch_protocol_error() that sends a message of type 'UNIMPLEMENTED' dispatch_range(): set handler for a ranges message types use dispatch_protocol_ignore() for authentication requests after successful authentication (the drafts requirement). serverloop/clientloop now send a 'UNIMPLEMENTED' message instead of exiting.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d29993ab7..e4e88111d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -128,6 +128,15 @@
128 - markus@cvs.openbsd.org 2002/01/11 13:36:43 128 - markus@cvs.openbsd.org 2002/01/11 13:36:43
129 [ssh2.h] 129 [ssh2.h]
130 add defines for msg type ranges 130 add defines for msg type ranges
131 - markus@cvs.openbsd.org 2002/01/11 13:39:36
132 [auth2.c dispatch.c dispatch.h kex.c]
133 a single dispatch_protocol_error() that sends a message of
134 type 'UNIMPLEMENTED'
135 dispatch_range(): set handler for a ranges message types
136 use dispatch_protocol_ignore() for authentication requests after
137 successful authentication (the drafts requirement).
138 serverloop/clientloop now send a 'UNIMPLEMENTED' message instead
139 of exiting.
131 140
132 141
13320020121 14220020121
@@ -7276,4 +7285,4 @@
7276 - Wrote replacements for strlcpy and mkdtemp 7285 - Wrote replacements for strlcpy and mkdtemp
7277 - Released 1.0pre1 7286 - Released 1.0pre1
7278 7287
7279$Id: ChangeLog,v 1.1760 2002/01/22 12:23:41 djm Exp $ 7288$Id: ChangeLog,v 1.1761 2002/01/22 12:24:13 djm Exp $