Alexandre Julliard : server: Define a server-side structure for SID.

Alexandre Julliard julliard at winehq.org
Tue Jan 25 15:41:17 CST 2022


Module: wine
Branch: master
Commit: 990cc1c64ba48c0dfc3d01b610b5d56c50064b83
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=990cc1c64ba48c0dfc3d01b610b5d56c50064b83

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jan 25 12:27:28 2022 +0100

server: Define a server-side structure for SID.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/wine/server_protocol.h |  14 +-
 server/change.c                |   4 +-
 server/file.c                  |  42 +++---
 server/file.h                  |   4 +-
 server/handle.c                |   2 +-
 server/object.c                |   6 +-
 server/process.c               |  16 ++-
 server/protocol.def            |  18 ++-
 server/registry.c              |  32 ++---
 server/security.h              |  59 +++++----
 server/token.c                 | 286 ++++++++++++++++-------------------------
 server/trace.c                 |  54 ++++----
 12 files changed, 241 insertions(+), 296 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=990cc1c64ba48c0dfc3d01b610b5d56c50064b83



More information about the wine-cvs mailing list