Historique des commits

Auteur SHA1 Message Date
  Alexandre Julliard 1381be977b server: Add sys/types.h include in a few more files. il y a 3 ans
  Alexandre Julliard c954e5b9e6 server: Avoid using wine/port.h. il y a 3 ans
  Alexandre Julliard d6ef9401b3 server: Use the object type information to implement access mapping. il y a 3 ans
  Alexandre Julliard 4d646de90d server: Add generic mapping masks for all object types. il y a 3 ans
  Alexandre Julliard dc4e881834 server: Add support for object counts in the object type information. il y a 3 ans
  Alexandre Julliard c6f2aacb57 server: Add a type descriptor to all server objects. il y a 3 ans
  Paul Gofman ae106feed2 server: Do not dereference symlinks specified as root directory. il y a 4 ans
  Alexandre Julliard 50e2c62a60 server: Initialize the object permanent flag. il y a 4 ans
  Alexandre Julliard ab9ded062f server: Restart search from the start when releasing permanent objects at exit. il y a 4 ans
  Alexandre Julliard 3b3c8619c8 server: Keep permanent objects on the standard object list. il y a 4 ans
  Alexandre Julliard 25692223f1 server: Rename make_object_static() to make_object_permanent(). il y a 4 ans
  Alexandre Julliard 82c84548eb server: Use OBJ_PERMANENT for permanent objects. il y a 4 ans
  Alexandre Julliard 2e51f9aae3 server: Add an object operation to retrieve an object name. il y a 4 ans
  Zebediah Figura 77e74fb1db ntdll: Implement NtMakeTemporaryObject(). il y a 4 ans
  Zebediah Figura c7032e9222 server: Implement OBJ_PERMANENT. il y a 4 ans
  Alexandre Julliard 6db1232567 server: Add a helper function for hashing a Unicode string. il y a 4 ans
  Alexandre Julliard 5721d5f8da server: Add a helper function for case-insensitive Unicode string comparisons. il y a 4 ans
  Alexandre Julliard 7b41b7510f server: Add a helper function for splitting a path into individual elements. il y a 4 ans
  Alexandre Julliard 78846662ec server: Use byte length in dump_strW() for consistency. il y a 4 ans
  Zebediah Figura 2b9c7f8bfb server: Make free_object() static. il y a 4 ans
  Jacek Caban b2a546c92d server: Introduce kernel_object struct for generic association between server and kernel objects. il y a 5 ans
  Michael Müller 187b53e5a5 server: Do not set SE_{D, S}ACL_PRESENT if no {D, S}ACL was set. il y a 7 ans
  Michael Müller af2d01c2fa server: Implement changing the label of a security descriptor. il y a 7 ans
  Sebastian Lackner 332d592158 server: Explicitly mark memory as undefined in mem_alloc wrapper. il y a 7 ans
  Alexandre Julliard 3ea7f7d2f4 server: Set the security descriptor at object creation.time. il y a 8 ans
  Alexandre Julliard 7ad32cf56a server: Allow lookup_name to distinguish the case of an empty path. il y a 8 ans
  Sebastian Lackner f7915d4e43 server: Fix memory leak of object name structure. il y a 8 ans
  Alexandre Julliard 7a5b14d456 server: Add a function to open a named object inside any parent, not only directories. il y a 8 ans
  Alexandre Julliard 0458a7d0e3 server: Use the lookup_name operation when creating a named object. il y a 8 ans
  Alexandre Julliard bfd0dff215 server: Add a function to lookup an object by name inside any parent, not only directories. il y a 8 ans