Elizabeth Figura
|
68754fe170
server: Add an object operation to retrieve a fast synchronization object.
|
3 years ago |
Jinoh Kang
|
a4ef56e1d9
server: Check for DELETE access in NtMakeTemporaryObject().
|
11 months ago |
Jinoh Kang
|
e368515eef
server: Generalize server request make_temporary to set_object_permanence.
|
11 months ago |
Eric Pouech
|
1c7e1f1fc6
server: Implement support for DUPLICATE_SAME_ATTRIBUTES in DuplicateHandle().
|
1 year ago |
Paul Gofman
|
57095a91b0
server: Cancel socket asyncs when the last handle in process is closed.
|
1 year ago |
Alexandre Julliard
|
990cc1c64b
server: Define a server-side structure for SID.
|
3 years ago |
Alexandre Julliard
|
c36f81fa75
server: Define a server-side structure for ACL.
|
3 years ago |
Jinoh Kang
|
a4ffa1e7e2
ntdll: Implement NtCompareObjects.
|
3 years ago |
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 |
Zebediah Figura
|
a17469b165
server: Call the close_handle callback and release_object_from_handle() in the same loop.
|
3 years ago |
Zebediah Figura
|
e759da260e
server: Use a separate request to retrieve the object name.
|
3 years ago |
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.
|
4 years ago |
Zebediah Figura
|
1f1d4da5f6
ntdll: Fill the handle attributes in System(Extended)HandleInformation.
|
4 years ago |
Alexandre Julliard
|
584427fc89
server: Avoid redefining the DuplicateHandle() constants.
|
4 years ago |
Alexandre Julliard
|
d6ef9401b3
server: Use the object type information to implement access mapping.
|
4 years ago |
Alexandre Julliard
|
dc4e881834
server: Add support for object counts in the object type information.
|
4 years ago |
Alexandre Julliard
|
c6f2aacb57
server: Add a type descriptor to all server objects.
|
4 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 |