mirror of git://anongit.mindrot.org/openssh.git
- djm@cvs.openbsd.org 2011/01/31 21:42:15
[PROTOCOL.mux] cut'n'pasto; from bert.wesarg AT googlemail.com
This commit is contained in:
parent
d4a5504cb1
commit
b407dd8d05
|
@ -1,3 +1,9 @@
|
||||||
|
20110204
|
||||||
|
- OpenBSD CVS Sync
|
||||||
|
- djm@cvs.openbsd.org 2011/01/31 21:42:15
|
||||||
|
[PROTOCOL.mux]
|
||||||
|
cut'n'pasto; from bert.wesarg AT googlemail.com
|
||||||
|
|
||||||
20110128
|
20110128
|
||||||
- (djm) [openbsd-compat/port-linux.c] Check whether SELinux is enabled
|
- (djm) [openbsd-compat/port-linux.c] Check whether SELinux is enabled
|
||||||
before attempting setfscreatecon(). Check whether matchpathcon()
|
before attempting setfscreatecon(). Check whether matchpathcon()
|
||||||
|
|
|
@ -122,7 +122,7 @@ For dynamically allocated listen port the server replies with
|
||||||
|
|
||||||
Note: currently unimplemented (server will always reply with MUX_S_FAILURE).
|
Note: currently unimplemented (server will always reply with MUX_S_FAILURE).
|
||||||
|
|
||||||
A client may request the master to establish a port forward:
|
A client may request the master to close a port forward:
|
||||||
|
|
||||||
uint32 MUX_C_CLOSE_FWD
|
uint32 MUX_C_CLOSE_FWD
|
||||||
uint32 request id
|
uint32 request id
|
||||||
|
@ -200,4 +200,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.3 2011/01/13 21:55:25 djm Exp $
|
$OpenBSD: PROTOCOL.mux,v 1.4 2011/01/31 21:42:15 djm Exp $
|
||||||
|
|
Loading…
Reference in New Issue