[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.41 and 1.42

version 1.41, 2021/02/18 02:49:35 version 1.42, 2021/08/09 23:47:44
Line 525 
Line 525 
 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.9. sftp: Extension request "expand-path@openssh.com"
   
   This request supports canonicalisation of relative paths and
   those that need tilde-expansion, i.e. "~", "~/..." and "~user/..."
   These paths are expanded using shell-like rules and the resultant
   path is canonicalised similarly to SSH2_FXP_REALPATH.
   
   It is implemented as a SSH_FXP_EXTENDED request with the following
   format:
   
           uint32          id
           string          "expand-path@openssh.com"
           string          path
   
   Its reply is the same format as that of SSH2_FXP_REALPATH.
   
   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.41  
changed lines
  Added in v.1.42