=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/PROTOCOL,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/ssh/PROTOCOL 2008/05/16 08:30:42 1.1 +++ src/usr.bin/ssh/PROTOCOL 2008/05/17 01:31:56 1.2 @@ -1,8 +1,8 @@ This documents OpenSSH's deviations and extensions to the published SSH protocol. -Note that OpenSSH's sftp and sftp-server implement revision 3 of the the -SSH filexfer protocol described in: +Note that OpenSSH's sftp and sftp-server implement revision 3 of the SSH +filexfer protocol described in: http://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt @@ -22,7 +22,7 @@ This transport-layer compression method uses the zlib compression algorithm (identical to the "zlib" method in rfc4253), but delays the start of compression until after authentication has completed. This -avoid exposing compression code to attacks from unauthenticated users. +avoids exposing compression code to attacks from unauthenticated users. The method is documented in: @@ -37,7 +37,7 @@ while still keeping the channel open for the endpoint to send data to the peer. -This is desirable, since it saves the transmission of data the would +This is desirable, since it saves the transmission of data that would otherwise need to be discarded and it allows an endpoint to signal local processes of the condition, e.g. by closing the corresponding file descriptor. @@ -113,7 +113,7 @@ "1". 7. sftp: Extension requests "statvfs@openssh.com" and - "fstatvfs@openssh.com" + "fstatvfs@openssh.com" These requests correspond to the statvfs and fstatvfs POSIX system interfaces. The "statvfs@openssh.com" request operates on an explicit @@ -126,7 +126,7 @@ The "fstatvfs@openssh.com" operates on an open filehandle: uint32 id - string "statvfs@openssh.com" + string "fstatvfs@openssh.com" string handle These requests return a SSH_FXP_STATUS reply on failure. On success they @@ -150,5 +150,5 @@ #define SSH_FXE_STATVFS_ST_RDONLY 0x1 /* read-only */ #define SSH_FXE_STATVFS_ST_NOSUID 0x2 /* no setuid */ -$Id: PROTOCOL,v 1.1 2008/05/16 08:30:42 djm Exp $ +$Id: PROTOCOL,v 1.2 2008/05/17 01:31:56 djm Exp $