Michael Müller
|
9c877b1441
server: Register types during startup.
|
7 years ago |
Sebastian Lackner
|
af245fbb87
server: Introduce a new alloc_handle object callback. (v2)
|
9 years ago |
Zebediah Figura
|
6f726b0ea0
server: Add an object operation to grab the esync file descriptor.
|
6 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 |
Alexandre Julliard
|
7e71c1ddee
server: Add an open_file() function to the object operations.
|
17 years ago |
Jonathan Ernst
|
360a3f9142
Update the address of the Free Software Foundation.
|
18 years ago |
Alexandre Julliard
|
03f46e1321
server: Added access rights mapping to synchronization objects.
|
19 years ago |