diff options
author | djm@openbsd.org <djm@openbsd.org> | 2015-07-17 03:09:19 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-07-17 13:36:30 +1000 |
commit | deb8d99ecba70b67f4af7880b11ca8768df9ec3a (patch) | |
tree | 7a94433546ddd116b47dfab7cb8d4decb1472b3d /PROTOCOL | |
parent | 356b61f365405b5257f5b2ab446e5d7bd33a7b52 (diff) |
upstream commit
direct-streamlocal@openssh.com Unix domain foward
messages do not contain a "reserved for future use" field and in fact,
serverloop.c checks that there isn't one. Remove erroneous mention from
PROTOCOL description. bz#2421 from Daniel Black
Upstream-ID: 3d51a19e64f72f764682f1b08f35a8aa810a43ac
Diffstat (limited to 'PROTOCOL')
-rw-r--r-- | PROTOCOL | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -247,7 +247,6 @@ to request that the server make a connection to a Unix domain socket. | |||
247 | uint32 initial window size | 247 | uint32 initial window size |
248 | uint32 maximum packet size | 248 | uint32 maximum packet size |
249 | string socket path | 249 | string socket path |
250 | string reserved for future use | ||
251 | 250 | ||
252 | Similar to forwarded-tcpip, forwarded-streamlocal is sent by the | 251 | Similar to forwarded-tcpip, forwarded-streamlocal is sent by the |
253 | server when the client has previously send the server a streamlocal-forward | 252 | server when the client has previously send the server a streamlocal-forward |
@@ -453,4 +452,4 @@ respond with a SSH_FXP_STATUS message. | |||
453 | This extension is advertised in the SSH_FXP_VERSION hello with version | 452 | This extension is advertised in the SSH_FXP_VERSION hello with version |
454 | "1". | 453 | "1". |
455 | 454 | ||
456 | $OpenBSD: PROTOCOL,v 1.28 2015/05/08 03:56:51 djm Exp $ | 455 | $OpenBSD: PROTOCOL,v 1.29 2015/07/17 03:09:19 djm Exp $ |