- djm@cvs.openbsd.org 2010/01/09 00:57:10

[PROTOCOL]
     tweak language
This commit is contained in:
Darren Tucker 2010-01-09 22:25:14 +11:00
parent db7bf82544
commit a2e10485c5
2 changed files with 6 additions and 3 deletions

View File

@ -10,6 +10,9 @@
[sftp-server.c sftp-server.8] [sftp-server.c sftp-server.8]
add a 'read-only' mode to sftp-server(8) that disables open in write mode add a 'read-only' mode to sftp-server(8) that disables open in write mode
and all other fs-modifying protocol methods. bz#430 ok dtucker@ and all other fs-modifying protocol methods. bz#430 ok dtucker@
- djm@cvs.openbsd.org 2010/01/09 00:57:10
[PROTOCOL]
tweak language
20091208 20091208
- (dtucker) OpenBSD CVS Sync - (dtucker) OpenBSD CVS Sync

View File

@ -6,8 +6,8 @@ filexfer protocol described in:
http://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt http://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt
Features from newer versions of the draft are not supported, unless Newer versions of the draft will not be supported, though some features
explicitly implemented as extensions described below. are individually implemented as extensions described below.
The protocol used by OpenSSH's ssh-agent is described in the file The protocol used by OpenSSH's ssh-agent is described in the file
PROTOCOL.agent PROTOCOL.agent
@ -251,4 +251,4 @@ The values of the f_flag bitmask are as follows:
Both the "statvfs@openssh.com" and "fstatvfs@openssh.com" extensions are Both the "statvfs@openssh.com" and "fstatvfs@openssh.com" extensions are
advertised in the SSH_FXP_VERSION hello with version "2". advertised in the SSH_FXP_VERSION hello with version "2".
$OpenBSD: PROTOCOL,v 1.13 2009/12/20 23:20:40 djm Exp $ $OpenBSD: PROTOCOL,v 1.14 2010/01/09 00:57:10 djm Exp $