]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windows/winsecur.c
GTK2: Return 2.20 compatibility back
[PuTTY.git] / windows / winsecur.c
2017-02-05 Simon Tathamclang-specific pragmas to suppress -Wmissing-braces.
2017-02-03 Simon TathamA bunch of further warning fixes in the Windows code.
2017-02-03 Simon TathamMissing initialisation in winsecur.c.
2017-02-01 Simon TathamFix error reporting pointer parameters in winsecur.c.
2017-01-29 Simon TathamTurn off Windows process ACL restriction by default.
2016-04-10 Jacob NevinsSpecify integer type for access rights.
2016-04-03 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2016-04-03 Owen DunnAllow PROCESS_QUERY_INFORMATION access to our process.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamMake get_user_sid() return the cached copy if one alrea...
2016-02-29 Simon TathamRemove some unused variables.
2016-02-29 Simon TathamPut back in a missing dynamic-load wrapper on SetSecuri...
2016-02-29 Simon TathamMake our process's ACL more restrictive.
2016-02-29 Owen DunnMove SID-getting code into a separate function so it...
2016-01-26 Simon TathamRemove some unused variables.
2015-12-16 Simon TathamPut back in a missing dynamic-load wrapper on SetSecuri...
2015-11-27 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2015-11-24 Owen DunnMake our process's ACL more restrictive.
2015-11-22 Owen DunnMove SID-getting code into a separate function so it...
2014-05-13 Simon TathamExplicitly set the owning SID in make_private_security_...
2013-11-25 Simon TathamSwitch to using SIDs in make_private_security_descriptor().
2013-11-22 Simon TathamSetEntriesInAcl returns its error code directly.
2013-11-22 Simon TathamPass the right number of entries to SetEntriesInAcl!
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-11-17 Simon TathamMove the dynamic loading of advapi into its own module.