Michael Müller : ntdll: Implement NtFilterToken.

Alexandre Julliard julliard at winehq.org
Wed Sep 23 15:47:14 CDT 2020


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

Author: Michael Müller <michael at fds-team.de>
Date:   Tue Sep 22 17:31:15 2020 -0500

ntdll: Implement NtFilterToken.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/ntdll.spec          |  2 +-
 dlls/ntdll/unix/security.c     | 63 ++++++++++++++++++++++++++++++++
 include/wine/server_protocol.h | 21 ++++++++++-
 include/winnt.h                |  5 +++
 include/winternl.h             |  1 +
 server/named_pipe.c            |  2 +-
 server/process.c               |  2 +-
 server/protocol.def            | 10 ++++++
 server/request.h               |  8 +++++
 server/security.h              |  4 ++-
 server/token.c                 | 82 ++++++++++++++++++++++++++++++++++++++++--
 server/trace.c                 | 17 +++++++++
 12 files changed, 210 insertions(+), 7 deletions(-)

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



More information about the wine-cvs mailing list