- djm@cvs.openbsd.org 2011/05/06 22:20:10

[PROTOCOL.mux]
     fix numbering; from bert.wesarg AT googlemail.com
This commit is contained in:
Damien Miller 2011-05-15 08:46:54 +10:00
parent a6bbbe4658
commit c067f62560
2 changed files with 5 additions and 2 deletions

View File

@ -39,6 +39,9 @@
- djm@cvs.openbsd.org 2011/05/06 21:38:58 - djm@cvs.openbsd.org 2011/05/06 21:38:58
[ssh.c] [ssh.c]
fix dropping from previous diff fix dropping from previous diff
- djm@cvs.openbsd.org 2011/05/06 22:20:10
[PROTOCOL.mux]
fix numbering; from bert.wesarg AT googlemail.com
20110510 20110510
- (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix

View File

@ -180,7 +180,7 @@ The MUX_S_PERMISSION_DENIED and MUX_S_FAILURE include a reason:
uint32 client request id uint32 client request id
string reason string reason
9. Protocol numbers 10. Protocol numbers
#define MUX_MSG_HELLO 0x00000001 #define MUX_MSG_HELLO 0x00000001
#define MUX_C_NEW_SESSION 0x10000002 #define MUX_C_NEW_SESSION 0x10000002
@ -211,4 +211,4 @@ XXX server->client error/warning notifications
XXX port0 rfwd (need custom response message) XXX port0 rfwd (need custom response message)
XXX send signals via mux XXX send signals via mux
$OpenBSD: PROTOCOL.mux,v 1.5 2011/04/17 22:42:41 djm Exp $ $OpenBSD: PROTOCOL.mux,v 1.6 2011/05/06 22:20:10 djm Exp $