summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-02-04 11:48:13 +1100
committerDamien Miller <djm@mindrot.org>2011-02-04 11:48:13 +1100
commitfb789a9108c47c1c9d49b64950dabf62b56bddce (patch)
tree237c31be3f8bfcba85ce5db02485fc6049451ef3
parent442366e667b29bba6c6a0bb400308a76e5db48bc (diff)
- djm@cvs.openbsd.org 2011/01/31 21:42:15
[PROTOCOL.mux] cut'n'pasto; from bert.wesarg AT googlemail.com
-rw-r--r--ChangeLog6
-rw-r--r--PROTOCOL.mux4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d0a3aa3c..ddc4a631 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
- (djm) [openbsd-compat/port-linux.c] Check whether SELinux is enabled
before attempting setfscreatecon(). Check whether matchpathcon()
diff --git a/PROTOCOL.mux b/PROTOCOL.mux
index 3d6f8187..2a5817bd 100644
--- a/PROTOCOL.mux
+++ b/PROTOCOL.mux
@@ -122,7 +122,7 @@ For dynamically allocated listen port the server replies with
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 request id
@@ -200,4 +200,4 @@ XXX server->client error/warning notifications
XXX port0 rfwd (need custom response message)
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 $