[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.38 and 1.39

version 1.38, 2020/07/05 23:59:45 version 1.39, 2021/02/12 03:49:09
Line 465 
Line 465 
 This extension is advertised in the SSH_FXP_VERSION hello with version  This extension is advertised in the SSH_FXP_VERSION hello with version
 "1".  "1".
   
   3.7. sftp: Extension request "lsetstat@openssh.com"
   
   This request is like the "setstat" command, but sets file attributes on
   symlinks.  It is implemented as a SSH_FXP_EXTENDED request with the
   following format:
   
           uint32          id
           string          "lsetstat@openssh.com"
           string          path
           ATTRS           attrs
   
   See the "setstat" command for more details.
   
   This extension is advertised in the SSH_FXP_VERSION hello with version
   "1".
   
 4. Miscellaneous changes  4. Miscellaneous changes
   
 4.1 Public key format  4.1 Public key format

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39