Rob Shearman : server: Add a new get_security_object call for getting the security descriptor of an object .

Alexandre Julliard julliard at winehq.org
Wed Oct 3 06:08:17 CDT 2007


Module: wine
Branch: master
Commit: 5356bfde2c7a150181b31b633474355bb8a99023
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5356bfde2c7a150181b31b633474355bb8a99023

Author: Rob Shearman <rob at codeweavers.com>
Date:   Tue Oct  2 15:55:13 2007 +0100

server: Add a new get_security_object call for getting the security descriptor of an object.

Use it to implement NtQuerySecurityObject.

---

 dlls/ntdll/om.c                |  208 ++++++++++++++--------------------------
 include/wine/server_protocol.h |   18 ++++-
 server/handle.c                |   65 +++++++++++++
 server/protocol.def            |    8 ++
 server/request.h               |    2 +
 server/trace.c                 |   16 +++
 6 files changed, 178 insertions(+), 139 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=5356bfde2c7a150181b31b633474355bb8a99023



More information about the wine-cvs mailing list