Commit History

Author SHA1 Message Date
  Michael Müller ae0677eec5 server: Rename ObjectType to Type. 7 years ago
  Michael Müller 9c877b1441 server: Register types during startup. 7 years ago
  Sebastian Lackner 9c488966fc server: Add a helper function set_sd_from_token_internal to merge two security descriptors. 9 years ago
  Sebastian Lackner af245fbb87 server: Introduce a new alloc_handle object callback. (v2) 9 years ago
  Alexandre Julliard 6db1232567 server: Add a helper function for hashing a Unicode string. 4 years ago
  Alexandre Julliard 5721d5f8da server: Add a helper function for case-insensitive Unicode string comparisons. 4 years ago
  Alexandre Julliard 7b41b7510f server: Add a helper function for splitting a path into individual elements. 4 years ago
  Alexandre Julliard 78846662ec server: Use byte length in dump_strW() for consistency. 4 years ago
  Zebediah Figura 2b9c7f8bfb server: Make free_object() static. 4 years ago
  Jacek Caban b2a546c92d server: Introduce kernel_object struct for generic association between server and kernel objects. 5 years ago
  Michael Müller 187b53e5a5 server: Do not set SE_{D, S}ACL_PRESENT if no {D, S}ACL was set. 7 years ago
  Michael Müller af2d01c2fa server: Implement changing the label of a security descriptor. 7 years ago
  Sebastian Lackner 332d592158 server: Explicitly mark memory as undefined in mem_alloc wrapper. 7 years ago
  Alexandre Julliard 3ea7f7d2f4 server: Set the security descriptor at object creation.time. 8 years ago
  Alexandre Julliard 7ad32cf56a server: Allow lookup_name to distinguish the case of an empty path. 8 years ago
  Sebastian Lackner f7915d4e43 server: Fix memory leak of object name structure. 8 years ago
  Alexandre Julliard 7a5b14d456 server: Add a function to open a named object inside any parent, not only directories. 8 years ago
  Alexandre Julliard 0458a7d0e3 server: Use the lookup_name operation when creating a named object. 8 years ago
  Alexandre Julliard bfd0dff215 server: Add a function to lookup an object by name inside any parent, not only directories. 8 years ago
  Alexandre Julliard b21a324070 server: Use the link_name operation to create named objects. 8 years ago
  Alexandre Julliard f55db7882d server: Add link_name and unlink_name object operations. 8 years ago
  Alexandre Julliard d15f47412e server: Always print the full path of objects when dumping them. 8 years ago
  Sebastian Lackner 52f9acedd2 server: Clear last error when creating object without name. 9 years ago
  Andrew Cook 5d85f57814 server: Track handle count of objects. 9 years ago
  Marcus Meissner ea5808dff5 server: Initialize the _len parts to 0 (Coverity). 10 years ago
  Joris van der Wel 6d19aa83bf server: A new function "set_sd_defaults_from_token". 10 years ago
  Joris van der Wel 0a4c7860f8 server: Setting a security descriptor should not replace an existing owner or group with a default, if only a DACL is being set. 10 years ago
  Joris van der Wel 11674b2f61 server: Any of the 4 SE_*_DEFAULTED controls should not be stored on objects, their usage is transient. 10 years ago
  Alexandre Julliard d4cd051cef server: Store abandoned state as a flag in the wait structure. 11 years ago
  Alexandre Julliard 39644bb309 server: Pass a wait queue entry to the signaled/satisfied object functions. 11 years ago