]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Log when -restrict-acl is in use.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 11 Feb 2017 00:44:00 +0000 (00:44 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 11 Feb 2017 00:44:00 +0000 (00:44 +0000)
commit9a2730806cdf2191cb8ea22c9090c2e20e3a25ba
treed9eb2b5232cebea9c07477f21e7168ee7830fc33
parent415224eab5791f504c08146db901fe87837a19f6
Log when -restrict-acl is in use.

Partly to reassure the user that they got what they asked for, and
partly so that's a clue for us in the logs when we get bug reports.

This involved repurposing platform_psftp_post_option_setup() (no longer
used since e22120fe) as platform_psftp_pre_conn_setup(), and moving it
to after logging is set up.
pscp.c
psftp.c
psftp.h
unix/uxsftp.c
windows/window.c
windows/winplink.c
windows/winsftp.c