diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | PROTOCOL.mux | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -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 | ||
42 | 20110909 | 46 | 20110909 |
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) | |||
218 | XXX server->client error/warning notifications | 219 | XXX server->client error/warning notifications |
219 | XXX send signals via mux | 220 | XXX 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 $ |