the sftp code was one of my first contributions to OpenSSH and it
authordjm <djm@openbsd.org>
Fri, 8 Sep 2023 05:56:13 +0000 (05:56 +0000)
committerdjm <djm@openbsd.org>
Fri, 8 Sep 2023 05:56:13 +0000 (05:56 +0000)
commit19766334a853933b1a69938aae799a7959154ecf
treec5333e7a256040417afaacf2d278a3fc01424126
parent67dbd9f9a342957e687b430a633d833fa09882d8
the sftp code was one of my first contributions to OpenSSH and it
shows - the function names are terrible.

Rename do_blah() to sftp_blah() to make them less so.

Completely mechanical except for sftp_stat() and sftp_lstat() which
change from returning a pointer to a static variable (error-prone) to
taking a pointer to a caller-provided receiver.
usr.bin/ssh/scp.c
usr.bin/ssh/sftp-client.c
usr.bin/ssh/sftp-client.h
usr.bin/ssh/sftp-glob.c
usr.bin/ssh/sftp-usergroup.c
usr.bin/ssh/sftp.c