summaryrefslogtreecommitdiff
path: root/PROTOCOL
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-06-30 00:04:57 +1000
committerDamien Miller <djm@mindrot.org>2008-06-30 00:04:57 +1000
commitbd45afb5ad470ad78b462e3a34faa56b68c98abf (patch)
treec09e5ed233aa90e4d7d0b8236a7dbb8f358a3a81 /PROTOCOL
parent8639920a9b2322b6f54c5511be74b1295591c4c5 (diff)
- djm@cvs.openbsd.org 2008/06/28 07:25:07
[PROTOCOL] spelling fixes
Diffstat (limited to 'PROTOCOL')
-rw-r--r--PROTOCOL14
1 files changed, 7 insertions, 7 deletions
diff --git a/PROTOCOL b/PROTOCOL
index 08b16dc16..64b194cd3 100644
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -86,9 +86,9 @@ Note that this is not a general defence against compromised clients
86 86
875. connection: Tunnel forward extension "tun@openssh.com" 875. connection: Tunnel forward extension "tun@openssh.com"
88 88
89OpenSSH supports layer 2 and layer 3 tunneling via the "tun@openssh.com" 89OpenSSH supports layer 2 and layer 3 tunnelling via the "tun@openssh.com"
90channel type. This channel type supports forwarding of network packets 90channel type. This channel type supports forwarding of network packets
91with datagram boundaries entact between endpoints equipped with 91with datagram boundaries intact between endpoints equipped with
92interfaces like the BSD tun(4) device. Tunnel forwarding channels are 92interfaces like the BSD tun(4) device. Tunnel forwarding channels are
93requested by the client with the following packet: 93requested by the client with the following packet:
94 94
@@ -142,13 +142,13 @@ The contents of the "data" field for layer 3 packets is:
142 uint32 packet length 142 uint32 packet length
143 byte[packet length] frame 143 byte[packet length] frame
144 144
145The "frame" field contains an IEEE 802.3 ethernet frame, including 145The "frame" field contains an IEEE 802.3 Ethernet frame, including
146header. 146header.
147 147
1486. sftp: Reversal of arguments to SSH_FXP_SYMLINK 1486. sftp: Reversal of arguments to SSH_FXP_SYMLINK
149 149
150When OpenSSH's sftp-server was implemented, the order of the arguments 150When OpenSSH's sftp-server was implemented, the order of the arguments
151to the SSH_FXP_SYMLINK method was inadvertendly reversed. Unfortunately, 151to the SSH_FXP_SYMLINK method was inadvertently reversed. Unfortunately,
152the reversal was not noticed until the server was widely deployed. Since 152the reversal was not noticed until the server was widely deployed. Since
153fixing this to follow the specification would cause incompatibility, the 153fixing this to follow the specification would cause incompatibility, the
154current order was retained. For correct operation, clients should send 154current order was retained. For correct operation, clients should send
@@ -177,7 +177,7 @@ Each extension reports its integer version number as an ASCII encoded
177string, e.g. "1". The version will be incremented if the extension is 177string, e.g. "1". The version will be incremented if the extension is
178ever changed in an incompatible way. The server MAY advertise the same 178ever changed in an incompatible way. The server MAY advertise the same
179extension with multiple versions (though this is unlikely). Clients MUST 179extension with multiple versions (though this is unlikely). Clients MUST
180check the version number before attemping to use the extension. 180check the version number before attempting to use the extension.
181 181
1828. sftp: Extension request "posix-rename@openssh.com" 1828. sftp: Extension request "posix-rename@openssh.com"
183 183
@@ -207,7 +207,7 @@ pathname, and is formatted as follows:
207 string "statvfs@openssh.com" 207 string "statvfs@openssh.com"
208 string path 208 string path
209 209
210The "fstatvfs@openssh.com" operates on an open filehandle: 210The "fstatvfs@openssh.com" operates on an open file handle:
211 211
212 uint32 id 212 uint32 id
213 string "fstatvfs@openssh.com" 213 string "fstatvfs@openssh.com"
@@ -237,4 +237,4 @@ The values of the f_flag bitmask are as follows:
237This extension is advertised in the SSH_FXP_VERSION hello with version 237This extension is advertised in the SSH_FXP_VERSION hello with version
238"2". 238"2".
239 239
240$OpenBSD: PROTOCOL,v 1.7 2008/06/12 05:15:41 djm Exp $ 240$OpenBSD: PROTOCOL,v 1.8 2008/06/28 07:25:07 djm Exp $