Alexandre Julliard : server: Define a server-side structure for ACL.
Module: wine Branch: master Commit: c36f81fa750591fc395a66d5323ff032e85b762b URL: https://source.winehq.org/git/wine.git/?a=commit;h=c36f81fa750591fc395a66d53... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jan 25 12:10:40 2022 +0100 server: Define a server-side structure for ACL. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/wine/server_protocol.h | 15 ++++- server/file.c | 24 ++++---- server/handle.c | 6 +- server/object.c | 10 ++-- server/process.c | 16 +++--- server/protocol.def | 17 ++++-- server/registry.c | 16 +++--- server/security.h | 14 ++--- server/token.c | 125 +++++++++++++++++++++-------------------- server/trace.c | 21 +++---- 10 files changed, 144 insertions(+), 120 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c36f81fa750591fc395a6...
participants (1)
-
Alexandre Julliard