]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- djm@cvs.openbsd.org 2011/01/31 21:42:15
authorDamien Miller <djm@mindrot.org>
Fri, 4 Feb 2011 00:48:13 +0000 (11:48 +1100)
committerDamien Miller <djm@mindrot.org>
Fri, 4 Feb 2011 00:48:13 +0000 (11:48 +1100)
     [PROTOCOL.mux]
     cut'n'pasto; from bert.wesarg AT googlemail.com

ChangeLog
PROTOCOL.mux

index d0a3aa3c8081b69490f41cfe6a600bc7b89a6cfd..ddc4a6318eaf07230e92938a060b35a72fbc68e0 100644 (file)
--- 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()
index 3d6f818785889f4351fa90ac8c3f57a6c85741c6..2a5817bd7f8ce42b840eca0f07338a2c2908a70d 100644 (file)
@@ -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 $