Implement passing ACLs to CreateProcess.

This commit is contained in:
Erich E. Hoover
2014-07-11 12:57:10 -06:00
parent 9d3369d7a6
commit 180fa60a17
7 changed files with 762 additions and 2 deletions

3
debian/changelog vendored
View File

@@ -1,4 +1,5 @@
wine-compholio (1.7.22) UNRELEASED; urgency=low
* Implement passing ACLs to CreateProcess.
* Removed several patches (accepted upstream).
* Added NT4 support to the process ACL tests.
* Implement RegSetKeySecurity on top of NtSetSecurityObject.
@@ -8,7 +9,7 @@ wine-compholio (1.7.22) UNRELEASED; urgency=low
* Updated main extended attributes patch to include BSD support.
* Return NULL-terminated list of arguments in CommandLineToArgvW.
* Updated main extended attributes patch to include additional data checks.
-- Erich E. Hoover <erich.e.hoover@gmail.com> Tue, 08 Jul 2014 14:32:30 -0600
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 11 Jul 2014 12:55:54 -0600
wine-compholio (1.7.21) unstable; urgency=low
* Remove several patches (accepted upstream).