Alexandre Julliard
|
1381be977b
server: Add sys/types.h include in a few more files.
|
3 years ago |
Alexandre Julliard
|
c954e5b9e6
server: Avoid using wine/port.h.
|
3 years ago |
Alexandre Julliard
|
d6ef9401b3
server: Use the object type information to implement access mapping.
|
3 years ago |
Alexandre Julliard
|
4d646de90d
server: Add generic mapping masks for all object types.
|
3 years ago |
Alexandre Julliard
|
c6f2aacb57
server: Add a type descriptor to all server objects.
|
3 years ago |
Alexandre Julliard
|
2e51f9aae3
server: Add an object operation to retrieve an object name.
|
4 years ago |
Jacek Caban
|
b2a546c92d
server: Introduce kernel_object struct for generic association between server and kernel objects.
|
5 years ago |
Daniel Lehman
|
142730ea66
ntdll: Add NtQueryMutant.
|
8 years ago |
Alexandre Julliard
|
3ea7f7d2f4
server: Set the security descriptor at object creation.time.
|
8 years ago |
Alexandre Julliard
|
ff9d90bbb0
server: Use a standard object for object attribute roots instead of a directory.
|
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
|
37503be654
server: Fix checks for a valid directory in object attributes.
|
8 years ago |
Alexandre Julliard
|
008f14f03f
server: Directly return a structure in get_req_unicode_str().
|
8 years ago |
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 |
Alexandre Julliard
|
9504e2addf
server: Add a helper function to validate and return object attributes.
|
8 years ago |
Alexandre Julliard
|
7350682aa6
server: Store the attributes in the object_attributes structure.
|
8 years ago |
Dmitry Timoshkov
|
422116490b
server: Fix generic access mapping for a mutex.
|
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 |
Dmitry Timoshkov
|
4b058e6e79
server: OpenMutex should perform a real access check instead of validating access flags.
|
12 years ago |
Bernhard Loos
|
527a985a3d
server: Correct mapping of mutex access rights.
|
13 years ago |
Bernhard Loos
|
0d36c27e3b
server: ReleaseMutex doesn't need any access rights.
|
13 years ago |
Bernhard Loos
|
7b63fa658a
server: Certain access flags are illegal for OpenMutex.
|
13 years ago |
Alexandre Julliard
|
8382eb01b2
server: Return correct object types in the get_directory_entry request.
|
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
|
f98556c119
server: Add the name length to the object_attributes structure so that other variable length data can be present after object_attributes.
|
17 years ago |
Rob Shearman
|
1f86321964
server: Make create_mutex use struct object_attributes and set the security descriptor of mutex objects.
|
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 |