Jinoh Kang
|
a4ffa1e7e2
ntdll: Implement NtCompareObjects.
|
3 éve |
Alexandre Julliard
|
1381be977b
server: Add sys/types.h include in a few more files.
|
3 éve |
Alexandre Julliard
|
c954e5b9e6
server: Avoid using wine/port.h.
|
3 éve |
Zebediah Figura
|
a17469b165
server: Call the close_handle callback and release_object_from_handle() in the same loop.
|
3 éve |
Zebediah Figura
|
e759da260e
server: Use a separate request to retrieve the object name.
|
3 éve |
Zebediah Figura
|
5df0f5f6fb
ntdll: Use a kernel APC to call NtDuplicateObject() if DUPLICATE_CLOSE_SOURCE is used on another process.
|
3 éve |
Zebediah Figura
|
33a80885ce
ntdll: Fill the object type index in System(Extended)HandleInformation.
|
3 éve |
Zebediah Figura
|
1f1d4da5f6
ntdll: Fill the handle attributes in System(Extended)HandleInformation.
|
3 éve |
Alexandre Julliard
|
584427fc89
server: Avoid redefining the DuplicateHandle() constants.
|
3 éve |
Alexandre Julliard
|
d6ef9401b3
server: Use the object type information to implement access mapping.
|
3 éve |
Alexandre Julliard
|
dc4e881834
server: Add support for object counts in the object type information.
|
3 éve |
Alexandre Julliard
|
c6f2aacb57
server: Add a type descriptor to all server objects.
|
3 éve |
Nikolay Sivov
|
2a7a1bbee2
server: Handle duplicate handles when inheriting them for the new process.
|
4 éve |
Nikolay Sivov
|
fde5967f72
server: Inherit standard handles together with explicit handle list.
|
4 éve |
Zebediah Figura
|
fa1b0fcf6c
server: Check duplicated handle access against the calling thread token and target process token.
|
4 éve |
Alexandre Julliard
|
25692223f1
server: Rename make_object_static() to make_object_permanent().
|
4 éve |
Alexandre Julliard
|
2e51f9aae3
server: Add an object operation to retrieve an object name.
|
4 éve |
Nikolay Sivov
|
c58a10c163
server: Implement inherited handles list.
|
4 éve |
Zebediah Figura
|
24021931a8
server: Remove no longer used enumerate_handles().
|
4 éve |
Zebediah Figura
|
77e74fb1db
ntdll: Implement NtMakeTemporaryObject().
|
4 éve |
Jacek Caban
|
b2a546c92d
server: Introduce kernel_object struct for generic association between server and kernel objects.
|
5 éve |
Michael Müller
|
187b53e5a5
server: Do not set SE_{D, S}ACL_PRESENT if no {D, S}ACL was set.
|
7 éve |
Michael Müller
|
af2d01c2fa
server: Implement changing the label of a security descriptor.
|
7 éve |
Michael Müller
|
2ebe679638
server: Implement querying the security label of a security descriptor.
|
7 éve |
Michael Müller
|
0e49e0541f
server: Give all access rights when opening an object with MAXIMUM_ALLOWED.
|
7 éve |
Alexandre Julliard
|
10a38ef056
server: Require a directory as root to open an object with a name.
|
8 éve |
Michael Müller
|
18a8636ebe
server: Add support for Win8 pseudo handles.
|
8 éve |
Alexandre Julliard
|
39e60dc680
server: Support opening objects from any root, not only directories.
|
8 éve |
Alexandre Julliard
|
f55db7882d
server: Add link_name and unlink_name object operations.
|
8 éve |
Alexandre Julliard
|
37503be654
server: Fix checks for a valid directory in object attributes.
|
8 éve |