diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | PROTOCOL | 14 |
2 files changed, 11 insertions, 8 deletions
@@ -31,6 +31,9 @@ | |||
31 | - jmc@cvs.openbsd.org 2008/06/26 21:11:46 | 31 | - jmc@cvs.openbsd.org 2008/06/26 21:11:46 |
32 | [ssh.1] | 32 | [ssh.1] |
33 | add VisualHostKey to the list of options listed in -o; | 33 | add VisualHostKey to the list of options listed in -o; |
34 | - djm@cvs.openbsd.org 2008/06/28 07:25:07 | ||
35 | [PROTOCOL] | ||
36 | spelling fixes | ||
34 | 37 | ||
35 | 20080628 | 38 | 20080628 |
36 | - (djm) [RFC.nroff contrib/cygwin/Makefile contrib/suse/openssh.spec] | 39 | - (djm) [RFC.nroff contrib/cygwin/Makefile contrib/suse/openssh.spec] |
@@ -4451,4 +4454,4 @@ | |||
4451 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4454 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4452 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4455 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4453 | 4456 | ||
4454 | $Id: ChangeLog,v 1.5030 2008/06/29 14:04:31 djm Exp $ | 4457 | $Id: ChangeLog,v 1.5031 2008/06/29 14:04:57 djm Exp $ |
@@ -86,9 +86,9 @@ Note that this is not a general defence against compromised clients | |||
86 | 86 | ||
87 | 5. connection: Tunnel forward extension "tun@openssh.com" | 87 | 5. connection: Tunnel forward extension "tun@openssh.com" |
88 | 88 | ||
89 | OpenSSH supports layer 2 and layer 3 tunneling via the "tun@openssh.com" | 89 | OpenSSH supports layer 2 and layer 3 tunnelling via the "tun@openssh.com" |
90 | channel type. This channel type supports forwarding of network packets | 90 | channel type. This channel type supports forwarding of network packets |
91 | with datagram boundaries entact between endpoints equipped with | 91 | with datagram boundaries intact between endpoints equipped with |
92 | interfaces like the BSD tun(4) device. Tunnel forwarding channels are | 92 | interfaces like the BSD tun(4) device. Tunnel forwarding channels are |
93 | requested by the client with the following packet: | 93 | requested 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 | ||
145 | The "frame" field contains an IEEE 802.3 ethernet frame, including | 145 | The "frame" field contains an IEEE 802.3 Ethernet frame, including |
146 | header. | 146 | header. |
147 | 147 | ||
148 | 6. sftp: Reversal of arguments to SSH_FXP_SYMLINK | 148 | 6. sftp: Reversal of arguments to SSH_FXP_SYMLINK |
149 | 149 | ||
150 | When OpenSSH's sftp-server was implemented, the order of the arguments | 150 | When OpenSSH's sftp-server was implemented, the order of the arguments |
151 | to the SSH_FXP_SYMLINK method was inadvertendly reversed. Unfortunately, | 151 | to the SSH_FXP_SYMLINK method was inadvertently reversed. Unfortunately, |
152 | the reversal was not noticed until the server was widely deployed. Since | 152 | the reversal was not noticed until the server was widely deployed. Since |
153 | fixing this to follow the specification would cause incompatibility, the | 153 | fixing this to follow the specification would cause incompatibility, the |
154 | current order was retained. For correct operation, clients should send | 154 | current order was retained. For correct operation, clients should send |
@@ -177,7 +177,7 @@ Each extension reports its integer version number as an ASCII encoded | |||
177 | string, e.g. "1". The version will be incremented if the extension is | 177 | string, e.g. "1". The version will be incremented if the extension is |
178 | ever changed in an incompatible way. The server MAY advertise the same | 178 | ever changed in an incompatible way. The server MAY advertise the same |
179 | extension with multiple versions (though this is unlikely). Clients MUST | 179 | extension with multiple versions (though this is unlikely). Clients MUST |
180 | check the version number before attemping to use the extension. | 180 | check the version number before attempting to use the extension. |
181 | 181 | ||
182 | 8. sftp: Extension request "posix-rename@openssh.com" | 182 | 8. 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 | ||
210 | The "fstatvfs@openssh.com" operates on an open filehandle: | 210 | The "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: | |||
237 | This extension is advertised in the SSH_FXP_VERSION hello with version | 237 | This 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 $ |