diff options
author | Darren Tucker <dtucker@zip.com.au> | 2010-01-09 22:25:14 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2010-01-09 22:25:14 +1100 |
commit | a2e10485c5ef4b650536e156cc86d4bbd9bf146d (patch) | |
tree | d5d32594874c76b26fa1157d99f371e2f35612bf | |
parent | db7bf82544800c21a471a89781466bbf4ac08731 (diff) |
- djm@cvs.openbsd.org 2010/01/09 00:57:10
[PROTOCOL]
tweak language
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | PROTOCOL | 6 |
2 files changed, 6 insertions, 3 deletions
@@ -10,6 +10,9 @@ | |||
10 | [sftp-server.c sftp-server.8] | 10 | [sftp-server.c sftp-server.8] |
11 | add a 'read-only' mode to sftp-server(8) that disables open in write mode | 11 | add a 'read-only' mode to sftp-server(8) that disables open in write mode |
12 | and all other fs-modifying protocol methods. bz#430 ok dtucker@ | 12 | and all other fs-modifying protocol methods. bz#430 ok dtucker@ |
13 | - djm@cvs.openbsd.org 2010/01/09 00:57:10 | ||
14 | [PROTOCOL] | ||
15 | tweak language | ||
13 | 16 | ||
14 | 20091208 | 17 | 20091208 |
15 | - (dtucker) OpenBSD CVS Sync | 18 | - (dtucker) OpenBSD CVS Sync |
@@ -6,8 +6,8 @@ filexfer protocol described in: | |||
6 | 6 | ||
7 | http://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt | 7 | http://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt |
8 | 8 | ||
9 | Features from newer versions of the draft are not supported, unless | 9 | Newer versions of the draft will not be supported, though some features |
10 | explicitly implemented as extensions described below. | 10 | are individually implemented as extensions described below. |
11 | 11 | ||
12 | The protocol used by OpenSSH's ssh-agent is described in the file | 12 | The protocol used by OpenSSH's ssh-agent is described in the file |
13 | PROTOCOL.agent | 13 | PROTOCOL.agent |
@@ -251,4 +251,4 @@ The values of the f_flag bitmask are as follows: | |||
251 | Both the "statvfs@openssh.com" and "fstatvfs@openssh.com" extensions are | 251 | Both the "statvfs@openssh.com" and "fstatvfs@openssh.com" extensions are |
252 | advertised in the SSH_FXP_VERSION hello with version "2". | 252 | advertised in the SSH_FXP_VERSION hello with version "2". |
253 | 253 | ||
254 | $OpenBSD: PROTOCOL,v 1.13 2009/12/20 23:20:40 djm Exp $ | 254 | $OpenBSD: PROTOCOL,v 1.14 2010/01/09 00:57:10 djm Exp $ |