CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/08/09 17:47:44
Modified files:
usr.bin/ssh : misc.c misc.h scp.c sftp-client.c sftp-client.h
sftp-server.c PROTOCOL
Log message:
SFTP protocol extension to allow the server to expand ~-prefixed
paths, in particular ~user ones. Allows scp in sftp mode to accept
these paths, like scp in rcp mode does.
prompted by and much discussion deraadt@
ok markus@
