Michael Müller : server: Implement changing the label of a security descriptor.
Module: wine Branch: master Commit: af2d01c2fac1065382d162cdc7c6b2390e0b4b22 URL: http://source.winehq.org/git/wine.git/?a=commit;h=af2d01c2fac1065382d162cdc7... Author: Michael Müller <michael(a)fds-team.de> Date: Wed Jun 14 20:20:41 2017 +0200 server: Implement changing the label of a security descriptor. Signed-off-by: Matteo Bruni <mbruni(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/advapi32/tests/security.c | 151 ++++++++++++++++++++++++++++++++++++++++- dlls/ntdll/sec.c | 3 +- server/handle.c | 3 +- server/object.c | 16 ++++- server/security.h | 1 + server/token.c | 69 +++++++++++++++++++ 6 files changed, 239 insertions(+), 4 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=af2d01c2fac1065382d162...
participants (1)
-
Alexandre Julliard