SFTP protocol extension to allow the server to expand ~-prefixed
authordjm <djm@openbsd.org>
Mon, 9 Aug 2021 23:47:44 +0000 (23:47 +0000)
committerdjm <djm@openbsd.org>
Mon, 9 Aug 2021 23:47:44 +0000 (23:47 +0000)
commite4383b479f48f8d2d6932c82e63ed23b49c0c9a2
tree08311aa6674d95e8a78b36a5b6b3fb30a1719494
parent87f870c24a9d08301079485dca92fa771f16495f
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@
usr.bin/ssh/PROTOCOL
usr.bin/ssh/misc.c
usr.bin/ssh/misc.h
usr.bin/ssh/scp.c
usr.bin/ssh/sftp-client.c
usr.bin/ssh/sftp-client.h
usr.bin/ssh/sftp-server.c