Commit History

Author SHA1 Message Date
  Alexandre Julliard ed268bbf91 server: Use a common helper function to implement open object calls. 8 years ago
  Alexandre Julliard d15f47412e server: Always print the full path of objects when dumping them. 8 years ago
  Sebastian Lackner 08706ef357 server: Implement wineserver call for SystemHandleInformation. 9 years ago
  Andrew Cook 5d85f57814 server: Track handle count of objects. 9 years ago
  Alexandre Julliard 4654d871b2 server: Map new handle access even when not checking it. 11 years ago
  Piotr Caban 76bfbf43e9 server: Don't create new handle when DUP_HANDLE_CLOSE_SOURCE is used if possible. 11 years ago
  Dmitry Timoshkov 094e465790 server: A destroyed process handle table means that the process is terminating. 11 years ago
  Michael Stefaniuc 835171c2e0 server: Remove casts to the type of the casted expression. 13 years ago
  Bernhard Loos bf3c2a06f5 server: Check for STATUS_OBJECT_TYPE_MISMATCH before STATUS_ACCESS_DENIED in get_handle_obj. 13 years ago
  André Hentschel c7becc3015 server: Remove dead initializations (clang). 13 years ago
  Alexandre Julliard 350c0caba0 server: Always free the process handle table even if the process didn't start. 14 years ago
  Alexandre Julliard 658dae988d server: Add support for returning the object name in NtQueryObject. 15 years ago
  Alexandre Julliard 60efdd55ea server: Don't set last error in close_handle(), return the error code instead. 15 years ago
  Alexandre Julliard 1a6c472115 server: Don't set last error in get_handle(), move that into the callers. 15 years ago
  Alexandre Julliard 0d3d456bd0 server: Make object handles ints instead of pointers. 16 years ago
  Alexandre Julliard 9434e19965 server: Limit the number of allocated handles before running out of memory. 16 years ago
  Alexandre Julliard 8382eb01b2 server: Return correct object types in the get_directory_entry request. 17 years ago
  Alexandre Julliard d30b5742ed server: Implemented EnumWindowStations and EnumDesktops. 17 years ago
  Rob Shearman 92db6d2c2f server: Don't do access checks on the security descriptors of newly created objects. 17 years ago
  Rob Shearman 9980f478e2 server: Make sure to always initialise req_sd.owner_len and req_sd.group_len in the handler for the get_security_object call. 17 years ago
  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 years ago
  Rob Shearman 5356bfde2c server: Add a new get_security_object call for getting the security descriptor of an object. 17 years ago
  Rob Shearman 5af809abfd server: Move set_security_object to handle.c and set_object_sd to object.c. 17 years ago
  Alexandre Julliard 7e71c1ddee server: Add an open_file() function to the object operations. 17 years ago
  Andrew Talbot b1788c8462 server: Replace inline static with static inline. 17 years ago
  Rob Shearman 6a76a0ac7a server: Check object's security when creating handles. 18 years ago
  Vitaliy Margolen c04e7e7878 advapi32: Add more tests for granted access mask. Fix test on Wine. 18 years ago
  Vitaliy Margolen bae75024a4 server/ntdll: Simplistic implementation of NtQueryObject(ObjectBasicInformation). 18 years ago
  Alexandre Julliard 3410354d61 ntdll: Fix NtDuplicateObject to only close the file descriptor if it's in the same process. 18 years ago
  Alexandre Julliard 8700c4341b server: Get rid of the server-side file descriptor cache management. 18 years ago