Историја ревизија

Аутор SHA1 Порука Датум
  Alexandre Julliard 1381be977b server: Add sys/types.h include in a few more files. пре 3 година
  Alexandre Julliard c954e5b9e6 server: Avoid using wine/port.h. пре 3 година
  Alexandre Julliard d6ef9401b3 server: Use the object type information to implement access mapping. пре 3 година
  Alexandre Julliard 4d646de90d server: Add generic mapping masks for all object types. пре 3 година
  Alexandre Julliard c6f2aacb57 server: Add a type descriptor to all server objects. пре 3 година
  Alexandre Julliard 2e51f9aae3 server: Add an object operation to retrieve an object name. пре 4 година
  Jacek Caban b2a546c92d server: Introduce kernel_object struct for generic association between server and kernel objects. пре 5 година
  Daniel Lehman 142730ea66 ntdll: Add NtQueryMutant. пре 8 година
  Alexandre Julliard 3ea7f7d2f4 server: Set the security descriptor at object creation.time. пре 8 година
  Alexandre Julliard ff9d90bbb0 server: Use a standard object for object attribute roots instead of a directory. пре 8 година
  Alexandre Julliard b21a324070 server: Use the link_name operation to create named objects. пре 8 година
  Alexandre Julliard f55db7882d server: Add link_name and unlink_name object operations. пре 8 година
  Alexandre Julliard 37503be654 server: Fix checks for a valid directory in object attributes. пре 8 година
  Alexandre Julliard 008f14f03f server: Directly return a structure in get_req_unicode_str(). пре 8 година
  Alexandre Julliard ed268bbf91 server: Use a common helper function to implement open object calls. пре 8 година
  Alexandre Julliard d15f47412e server: Always print the full path of objects when dumping them. пре 8 година
  Alexandre Julliard 9504e2addf server: Add a helper function to validate and return object attributes. пре 9 година
  Alexandre Julliard 7350682aa6 server: Store the attributes in the object_attributes structure. пре 9 година
  Dmitry Timoshkov 422116490b server: Fix generic access mapping for a mutex. пре 10 година
  Alexandre Julliard d4cd051cef server: Store abandoned state as a flag in the wait structure. пре 11 година
  Alexandre Julliard 39644bb309 server: Pass a wait queue entry to the signaled/satisfied object functions. пре 11 година
  Dmitry Timoshkov 4b058e6e79 server: OpenMutex should perform a real access check instead of validating access flags. пре 12 година
  Bernhard Loos 527a985a3d server: Correct mapping of mutex access rights. пре 13 година
  Bernhard Loos 0d36c27e3b server: ReleaseMutex doesn't need any access rights. пре 13 година
  Bernhard Loos 7b63fa658a server: Certain access flags are illegal for OpenMutex. пре 13 година
  Alexandre Julliard 8382eb01b2 server: Return correct object types in the get_directory_entry request. пре 17 година
  Rob Shearman 92db6d2c2f server: Don't do access checks on the security descriptors of newly created objects. пре 17 година
  Rob Shearman f98556c119 server: Add the name length to the object_attributes structure so that other variable length data can be present after object_attributes. пре 17 година
  Rob Shearman 1f86321964 server: Make create_mutex use struct object_attributes and set the security descriptor of mutex objects. пре 17 година
  Rob Shearman c1707d8938 server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk. пре 17 година