server: Use the security descriptor passed in when creating events.

Robert Shearman rob at codeweavers.com
Wed Oct 10 06:14:18 CDT 2007


Use a new object_attributes struct for passing the information about 
whether a security descriptor is specified or not to the server.
---
  dlls/ntdll/sync.c   |   82 
++++++++++++++++++++++++++++++++++++++++++++++++++-
  server/console.c    |    2 +-
  server/event.c      |   34 ++++++++++++++++++--
  server/named_pipe.c |    4 +-
  server/object.h     |    3 +-
  server/process.c    |    4 +-
  server/protocol.def |   21 +++++++++----
  server/security.h   |    1 +
  server/token.c      |   13 ++++++++
  server/trace.c      |   17 ++++++++++
  10 files changed, 163 insertions(+), 18 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cd2d1134ac671f6a637ccb685fe04d1f476628c8.diff
Type: text/x-patch
Size: 13605 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071010/de96fac0/attachment.bin 


More information about the wine-patches mailing list