Zebediah Figura
|
5df0f5f6fb
ntdll: Use a kernel APC to call NtDuplicateObject() if DUPLICATE_CLOSE_SOURCE is used on another process.
|
3 years ago |
Zebediah Figura
|
33a80885ce
ntdll: Fill the object type index in System(Extended)HandleInformation.
|
3 years ago |
Zebediah Figura
|
1f1d4da5f6
ntdll: Fill the handle attributes in System(Extended)HandleInformation.
|
3 years ago |
Alexandre Julliard
|
584427fc89
server: Avoid redefining the DuplicateHandle() constants.
|
3 years ago |
Alexandre Julliard
|
d6ef9401b3
server: Use the object type information to implement access mapping.
|
3 years ago |
Alexandre Julliard
|
dc4e881834
server: Add support for object counts in the object type information.
|
3 years ago |
Alexandre Julliard
|
c6f2aacb57
server: Add a type descriptor to all server objects.
|
3 years ago |
Nikolay Sivov
|
2a7a1bbee2
server: Handle duplicate handles when inheriting them for the new process.
|
4 years ago |
Nikolay Sivov
|
fde5967f72
server: Inherit standard handles together with explicit handle list.
|
4 years ago |
Zebediah Figura
|
fa1b0fcf6c
server: Check duplicated handle access against the calling thread token and target process token.
|
4 years ago |
Alexandre Julliard
|
25692223f1
server: Rename make_object_static() to make_object_permanent().
|
4 years ago |
Alexandre Julliard
|
2e51f9aae3
server: Add an object operation to retrieve an object name.
|
4 years ago |
Nikolay Sivov
|
c58a10c163
server: Implement inherited handles list.
|
4 years ago |
Zebediah Figura
|
24021931a8
server: Remove no longer used enumerate_handles().
|
4 years ago |
Zebediah Figura
|
77e74fb1db
ntdll: Implement NtMakeTemporaryObject().
|
4 years ago |
Jacek Caban
|
b2a546c92d
server: Introduce kernel_object struct for generic association between server and kernel objects.
|
5 years ago |
Michael Müller
|
187b53e5a5
server: Do not set SE_{D, S}ACL_PRESENT if no {D, S}ACL was set.
|
7 years ago |
Michael Müller
|
af2d01c2fa
server: Implement changing the label of a security descriptor.
|
7 years ago |
Michael Müller
|
2ebe679638
server: Implement querying the security label of a security descriptor.
|
7 years ago |
Michael Müller
|
0e49e0541f
server: Give all access rights when opening an object with MAXIMUM_ALLOWED.
|
7 years ago |
Alexandre Julliard
|
10a38ef056
server: Require a directory as root to open an object with a name.
|
8 years ago |
Michael Müller
|
18a8636ebe
server: Add support for Win8 pseudo handles.
|
8 years ago |
Alexandre Julliard
|
39e60dc680
server: Support opening objects from any root, not only directories.
|
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
|
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 |