diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | PROTOCOL.mux | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -39,6 +39,9 @@ | |||
39 | - djm@cvs.openbsd.org 2011/05/06 21:38:58 | 39 | - djm@cvs.openbsd.org 2011/05/06 21:38:58 |
40 | [ssh.c] | 40 | [ssh.c] |
41 | fix dropping from previous diff | 41 | fix dropping from previous diff |
42 | - djm@cvs.openbsd.org 2011/05/06 22:20:10 | ||
43 | [PROTOCOL.mux] | ||
44 | fix numbering; from bert.wesarg AT googlemail.com | ||
42 | 45 | ||
43 | 20110510 | 46 | 20110510 |
44 | - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix | 47 | - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix |
diff --git a/PROTOCOL.mux b/PROTOCOL.mux index 05bb14690..3da9e37ae 100644 --- a/PROTOCOL.mux +++ b/PROTOCOL.mux | |||
@@ -180,7 +180,7 @@ The MUX_S_PERMISSION_DENIED and MUX_S_FAILURE include a reason: | |||
180 | uint32 client request id | 180 | uint32 client request id |
181 | string reason | 181 | string reason |
182 | 182 | ||
183 | 9. Protocol numbers | 183 | 10. Protocol numbers |
184 | 184 | ||
185 | #define MUX_MSG_HELLO 0x00000001 | 185 | #define MUX_MSG_HELLO 0x00000001 |
186 | #define MUX_C_NEW_SESSION 0x10000002 | 186 | #define MUX_C_NEW_SESSION 0x10000002 |
@@ -211,4 +211,4 @@ XXX server->client error/warning notifications | |||
211 | XXX port0 rfwd (need custom response message) | 211 | XXX port0 rfwd (need custom response message) |
212 | XXX send signals via mux | 212 | XXX send signals via mux |
213 | 213 | ||
214 | $OpenBSD: PROTOCOL.mux,v 1.5 2011/04/17 22:42:41 djm Exp $ | 214 | $OpenBSD: PROTOCOL.mux,v 1.6 2011/05/06 22:20:10 djm Exp $ |