Michael Müller : server: Implement support for creating a process with a specified token.

Alexandre Julliard julliard at winehq.org
Thu Sep 24 15:49:05 CDT 2020


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

Author: Michael Müller <michael at fds-team.de>
Date:   Wed Sep 23 23:44:55 2020 -0500

server: Implement support for creating a process with a specified token.

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

---

 dlls/advapi32/tests/security.c | 24 +++++++++++-------------
 dlls/ntdll/unix/process.c      |  2 +-
 include/wine/server_protocol.h |  4 +++-
 server/process.c               | 17 +++++++++++++----
 server/process.h               |  2 +-
 server/protocol.def            |  1 +
 server/request.c               |  2 +-
 server/request.h               | 21 +++++++++++----------
 server/security.h              |  1 +
 server/token.c                 |  5 +++++
 server/trace.c                 |  3 ++-
 11 files changed, 50 insertions(+), 32 deletions(-)

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



More information about the wine-cvs mailing list