diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | PROTOCOL.mux | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ | |||
1 | 20110204 | ||
2 | - OpenBSD CVS Sync | ||
3 | - djm@cvs.openbsd.org 2011/01/31 21:42:15 | ||
4 | [PROTOCOL.mux] | ||
5 | cut'n'pasto; from bert.wesarg AT googlemail.com | ||
6 | |||
1 | 20110128 | 7 | 20110128 |
2 | - (djm) [openbsd-compat/port-linux.c] Check whether SELinux is enabled | 8 | - (djm) [openbsd-compat/port-linux.c] Check whether SELinux is enabled |
3 | before attempting setfscreatecon(). Check whether matchpathcon() | 9 | before attempting setfscreatecon(). Check whether matchpathcon() |
diff --git a/PROTOCOL.mux b/PROTOCOL.mux index 3d6f81878..2a5817bd7 100644 --- a/PROTOCOL.mux +++ b/PROTOCOL.mux | |||
@@ -122,7 +122,7 @@ For dynamically allocated listen port the server replies with | |||
122 | 122 | ||
123 | Note: currently unimplemented (server will always reply with MUX_S_FAILURE). | 123 | Note: currently unimplemented (server will always reply with MUX_S_FAILURE). |
124 | 124 | ||
125 | A client may request the master to establish a port forward: | 125 | A client may request the master to close a port forward: |
126 | 126 | ||
127 | uint32 MUX_C_CLOSE_FWD | 127 | uint32 MUX_C_CLOSE_FWD |
128 | uint32 request id | 128 | uint32 request id |
@@ -200,4 +200,4 @@ XXX server->client error/warning notifications | |||
200 | XXX port0 rfwd (need custom response message) | 200 | XXX port0 rfwd (need custom response message) |
201 | XXX send signals via mux | 201 | XXX send signals via mux |
202 | 202 | ||
203 | $OpenBSD: PROTOCOL.mux,v 1.3 2011/01/13 21:55:25 djm Exp $ | 203 | $OpenBSD: PROTOCOL.mux,v 1.4 2011/01/31 21:42:15 djm Exp $ |