summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-09-22 21:37:38 +1000
committerDamien Miller <djm@mindrot.org>2011-09-22 21:37:38 +1000
commit4cb855b070a814b0148ae0f3f5cbd5f8e255c8be (patch)
treee93709273134c0747cef1e6f66cb8938086b9d60
parentf6e758cdba3db30053afc4254b071ddae761a5df (diff)
- 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)
-rw-r--r--ChangeLog4
-rw-r--r--PROTOCOL.mux3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e0978ce76..4c69c135a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,10 @@
38 [ssh_config.5 sshd_config.5] 38 [ssh_config.5 sshd_config.5]
39 fix typo in IPQoS parsing: there is no "AF14" class, but there is 39 fix typo in IPQoS parsing: there is no "AF14" class, but there is
40 an "AF21" class. Spotted by giesen AT snickers.org; ok markus stevesk 40 an "AF21" class. Spotted by giesen AT snickers.org; ok markus stevesk
41 - djm@cvs.openbsd.org 2011/09/09 00:44:07
42 [PROTOCOL.mux]
43 MUX_C_CLOSE_FWD includes forward type in message (though it isn't
44 implemented anyway)
41 45
4220110909 4620110909
43 - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From 47 - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From
diff --git a/PROTOCOL.mux b/PROTOCOL.mux
index 9ad256602..49cbe5b45 100644
--- a/PROTOCOL.mux
+++ b/PROTOCOL.mux
@@ -133,6 +133,7 @@ A client may request the master to close a port forward:
133 133
134 uint32 MUX_C_CLOSE_FWD 134 uint32 MUX_C_CLOSE_FWD
135 uint32 request id 135 uint32 request id
136 uint32 forwarding type
136 string listen host 137 string listen host
137 string listen port 138 string listen port
138 string connect host 139 string connect host
@@ -218,4 +219,4 @@ XXX inject packet (what about replies)
218XXX server->client error/warning notifications 219XXX server->client error/warning notifications
219XXX send signals via mux 220XXX send signals via mux
220 221
221$OpenBSD: PROTOCOL.mux,v 1.7 2011/05/08 12:52:01 djm Exp $ 222$OpenBSD: PROTOCOL.mux,v 1.8 2011/09/09 00:44:07 djm Exp $