Zebediah Figura
|
236d5d0476
server: Implement reading multiple entries in NtQueryDirectoryObject.
|
2 years ago |
Alexandre Julliard
|
990cc1c64b
server: Define a server-side structure for SID.
|
2 years ago |
Alexandre Julliard
|
c36f81fa75
server: Define a server-side structure for ACL.
|
2 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 |
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
|
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 |
Paul Gofman
|
ae106feed2
server: Do not dereference symlinks specified as root directory.
|
4 years ago |
Alexandre Julliard
|
50e2c62a60
server: Initialize the object permanent flag.
|
4 years ago |
Alexandre Julliard
|
ab9ded062f
server: Restart search from the start when releasing permanent objects at exit.
|
4 years ago |
Alexandre Julliard
|
3b3c8619c8
server: Keep permanent objects on the standard object list.
|
4 years ago |
Alexandre Julliard
|
25692223f1
server: Rename make_object_static() to make_object_permanent().
|
4 years ago |
Alexandre Julliard
|
82c84548eb
server: Use OBJ_PERMANENT for permanent objects.
|
4 years ago |
Alexandre Julliard
|
2e51f9aae3
server: Add an object operation to retrieve an object name.
|
4 years ago |
Zebediah Figura
|
77e74fb1db
ntdll: Implement NtMakeTemporaryObject().
|
4 years ago |
Zebediah Figura
|
c7032e9222
server: Implement OBJ_PERMANENT.
|
4 years ago |
Alexandre Julliard
|
6db1232567
server: Add a helper function for hashing a Unicode string.
|
4 years ago |
Alexandre Julliard
|
5721d5f8da
server: Add a helper function for case-insensitive Unicode string comparisons.
|
4 years ago |
Alexandre Julliard
|
7b41b7510f
server: Add a helper function for splitting a path into individual elements.
|
4 years ago |
Alexandre Julliard
|
78846662ec
server: Use byte length in dump_strW() for consistency.
|
4 years ago |
Zebediah Figura
|
2b9c7f8bfb
server: Make free_object() static.
|
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 |
Sebastian Lackner
|
332d592158
server: Explicitly mark memory as undefined in mem_alloc wrapper.
|
7 years ago |
Alexandre Julliard
|
3ea7f7d2f4
server: Set the security descriptor at object creation.time.
|
8 years ago |
Alexandre Julliard
|
7ad32cf56a
server: Allow lookup_name to distinguish the case of an empty path.
|
8 years ago |
Sebastian Lackner
|
f7915d4e43
server: Fix memory leak of object name structure.
|
8 years ago |