[BACK]Return to PROTOCOL CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/PROTOCOL between version 1.16 and 1.17

version 1.16, 2010/08/31 11:54:45 version 1.17, 2010/12/04 00:18:01
Line 275 
Line 275 
 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".
   
   10. sftp: Extension request "hardlink@openssh.com"
   
   This request is for creating a hard link to a regular file. This
   request is implemented as a SSH_FXP_EXTENDED request with the
   following format:
   
           uint32          id
           string          "hardlink@openssh.com"
           string          oldpath
           string          newpath
   
   On receiving this request the server will perform the operation
   link(oldpath, newpath) and will respond with a SSH_FXP_STATUS message.
   This extension is advertised in the SSH_FXP_VERSION hello with version
   "1".
   
 $OpenBSD$  $OpenBSD$

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17