Make definition files optional, move revision numbers to corresponding .patch files.

This commit is contained in:
Sebastian Lackner
2014-11-15 10:33:43 +01:00
parent 723bc23e50
commit 7a419c031a
136 changed files with 80 additions and 454 deletions

View File

@@ -2,7 +2,7 @@ From d1b9346061b979dfa089e690f29618d67aff1c3d Mon Sep 17 00:00:00 2001
From: Sebastian Lackner <sebastian@fds-team.de>
Date: Wed, 15 Oct 2014 10:02:22 +0200
Subject: server: Support for thread and process security descriptors in
new_process wineserver call.
new_process wineserver call. (try 2)
Based on a patch by Joris van der Wel.

View File

@@ -2,7 +2,7 @@ From 116bf59039367e09f1409e5a4df5f64d9667749f Mon Sep 17 00:00:00 2001
From: Sebastian Lackner <sebastian@fds-team.de>
Date: Wed, 15 Oct 2014 10:02:27 +0200
Subject: kernel32: Implement passing security descriptors from CreateProcess
to the wineserver.
to the wineserver. (try 2)
Based on a patch by Joris van der Wel.

View File

@@ -1,4 +1 @@
Author: Joris van der Wel / Sebastian Lackner
Subject: Implement passing ACLs to CreateProcess.
Revision: 2
Fixes: [22006] Support for process ACLs