diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2015-07-17 03:09:20 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2015-07-17 03:09:20 +0000 |
commit | bc9a04e1053a5a094125f6693bb62e4bbbac1376 (patch) | |
tree | cf00eb942395253e3ad6fe1928aa8d040012846a /usr.bin/ssh | |
parent | b2b0e6dc46632af066e6c8329ab9c41d87fd9064 (diff) |
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
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/PROTOCOL | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/PROTOCOL b/usr.bin/ssh/PROTOCOL index 85641e65070..131adfefea6 100644 --- a/usr.bin/ssh/PROTOCOL +++ b/usr.bin/ssh/PROTOCOL @@ -247,7 +247,6 @@ to request that the server make a connection to a Unix domain socket. uint32 initial window size uint32 maximum packet size string socket path - string reserved for future use Similar to forwarded-tcpip, forwarded-streamlocal is sent by the server when the client has previously send the server a streamlocal-forward @@ -453,4 +452,4 @@ respond with a SSH_FXP_STATUS message. This extension is advertised in the SSH_FXP_VERSION hello with version "1". -$OpenBSD: PROTOCOL,v 1.28 2015/05/08 03:56:51 djm Exp $ +$OpenBSD: PROTOCOL,v 1.29 2015/07/17 03:09:19 djm Exp $ |