CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/08/11 23:20:28
Modified files:
usr.bin/ssh : sftp-server.c PROTOCOL
Log message:
sftp-server: support home-directory request
Add support to the sftp-server for the home-directory extension defined
in draft-ietf-secsh-filexfer-extensions-00. This overlaps a bit with the
existing [email protected], but uses a more official protocol name,
and so is a bit more likely to be implemented by non-OpenSSH clients.
>From Mike Frysinger, ok dtucker@