]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Make our process's ACL more restrictive.
authorOwen Dunn <owen@greenend.org.uk>
Tue, 24 Nov 2015 22:02:24 +0000 (22:02 +0000)
committerOwen Dunn <owen@greenend.org.uk>
Tue, 24 Nov 2015 22:02:24 +0000 (22:02 +0000)
commit48db456801cf90369330248075b7e480252696ff
tree469e4bacc54e38cc7f7bb99f8ca9201c4c027180
parentaba7234bc167c8c056a9ea4f939a6dcda10e84f3
Make our process's ACL more restrictive.

By default Windows processes have wide open ACLs which allow interference
by other processes running as the same user.  Adjust our ACL to make this
a bit harder.

Because it's useful to protect PuTTYtel as well, carve winsecur.c into
advapi functions and wincapi.c for crypt32 functions.
Recipe
windows/wincapi.c [new file with mode: 0644]
windows/wincapi.h [new file with mode: 0644]
windows/window.c
windows/winsecur.c
windows/winsecur.h
windows/winshare.c