]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- djm@cvs.openbsd.org 2011/09/09 00:44:07
authorDamien Miller <djm@mindrot.org>
Thu, 22 Sep 2011 11:37:38 +0000 (21:37 +1000)
committerDamien Miller <djm@mindrot.org>
Thu, 22 Sep 2011 11:37:38 +0000 (21:37 +1000)
     [PROTOCOL.mux]
     MUX_C_CLOSE_FWD includes forward type in message (though it isn't
     implemented anyway)

ChangeLog
PROTOCOL.mux

index e0978ce766bd21c223a3c862ea09a1f89116b591..4c69c135afddea77388a302e3dea0e79f46fa08f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      [ssh_config.5 sshd_config.5]
      fix typo in IPQoS parsing: there is no "AF14" class, but there is
      an "AF21" class. Spotted by giesen AT snickers.org; ok markus stevesk
+   - djm@cvs.openbsd.org 2011/09/09 00:44:07
+     [PROTOCOL.mux]
+     MUX_C_CLOSE_FWD includes forward type in message (though it isn't
+     implemented anyway)
 
 20110909
  - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng.  From
index 9ad2566026b7d7223f9a93f66b10e1876732ad2d..49cbe5b457f9c5a20f108565fc59c8df3c04c1f0 100644 (file)
@@ -133,6 +133,7 @@ A client may request the master to close a port forward:
 
        uint32  MUX_C_CLOSE_FWD
        uint32  request id
+       uint32  forwarding type
        string  listen host
        string  listen port
        string  connect host
@@ -218,4 +219,4 @@ XXX inject packet (what about replies)
 XXX server->client error/warning notifications
 XXX send signals via mux
 
-$OpenBSD: PROTOCOL.mux,v 1.7 2011/05/08 12:52:01 djm Exp $
+$OpenBSD: PROTOCOL.mux,v 1.8 2011/09/09 00:44:07 djm Exp $