Elizabeth Figura
|
68754fe170
server: Add an object operation to retrieve a fast synchronization object.
|
3 gadi atpakaļ |
Jinoh Kang
|
9090229e67
server: Use the token owner instead of the token user for default object owner.
|
2 gadi atpakaļ |
Alexandre Julliard
|
9c551448cb
server: Prevent infinite symlink recursion in lookup_named_object().
|
2 gadi atpakaļ |
Alexandre Julliard
|
248231468d
server: Avoid potential NULL dereference in create_named_object().
|
2 gadi atpakaļ |
Alexandre Julliard
|
990cc1c64b
server: Define a server-side structure for SID.
|
3 gadi atpakaļ |
Alexandre Julliard
|
c36f81fa75
server: Define a server-side structure for ACL.
|
3 gadi atpakaļ |
Alexandre Julliard
|
1381be977b
server: Add sys/types.h include in a few more files.
|
3 gadi atpakaļ |
Alexandre Julliard
|
c954e5b9e6
server: Avoid using wine/port.h.
|
3 gadi atpakaļ |
Alexandre Julliard
|
d6ef9401b3
server: Use the object type information to implement access mapping.
|
4 gadi atpakaļ |
Alexandre Julliard
|
4d646de90d
server: Add generic mapping masks for all object types.
|
4 gadi atpakaļ |
Alexandre Julliard
|
dc4e881834
server: Add support for object counts in the object type information.
|
4 gadi atpakaļ |
Alexandre Julliard
|
c6f2aacb57
server: Add a type descriptor to all server objects.
|
4 gadi atpakaļ |
Paul Gofman
|
ae106feed2
server: Do not dereference symlinks specified as root directory.
|
4 gadi atpakaļ |
Alexandre Julliard
|
50e2c62a60
server: Initialize the object permanent flag.
|
4 gadi atpakaļ |
Alexandre Julliard
|
ab9ded062f
server: Restart search from the start when releasing permanent objects at exit.
|
4 gadi atpakaļ |
Alexandre Julliard
|
3b3c8619c8
server: Keep permanent objects on the standard object list.
|
4 gadi atpakaļ |
Alexandre Julliard
|
25692223f1
server: Rename make_object_static() to make_object_permanent().
|
4 gadi atpakaļ |
Alexandre Julliard
|
82c84548eb
server: Use OBJ_PERMANENT for permanent objects.
|
4 gadi atpakaļ |
Alexandre Julliard
|
2e51f9aae3
server: Add an object operation to retrieve an object name.
|
4 gadi atpakaļ |
Zebediah Figura
|
77e74fb1db
ntdll: Implement NtMakeTemporaryObject().
|
4 gadi atpakaļ |
Zebediah Figura
|
c7032e9222
server: Implement OBJ_PERMANENT.
|
4 gadi atpakaļ |
Alexandre Julliard
|
6db1232567
server: Add a helper function for hashing a Unicode string.
|
4 gadi atpakaļ |
Alexandre Julliard
|
5721d5f8da
server: Add a helper function for case-insensitive Unicode string comparisons.
|
4 gadi atpakaļ |
Alexandre Julliard
|
7b41b7510f
server: Add a helper function for splitting a path into individual elements.
|
4 gadi atpakaļ |
Alexandre Julliard
|
78846662ec
server: Use byte length in dump_strW() for consistency.
|
4 gadi atpakaļ |
Zebediah Figura
|
2b9c7f8bfb
server: Make free_object() static.
|
5 gadi atpakaļ |
Jacek Caban
|
b2a546c92d
server: Introduce kernel_object struct for generic association between server and kernel objects.
|
5 gadi atpakaļ |
Michael Müller
|
187b53e5a5
server: Do not set SE_{D, S}ACL_PRESENT if no {D, S}ACL was set.
|
7 gadi atpakaļ |
Michael Müller
|
af2d01c2fa
server: Implement changing the label of a security descriptor.
|
7 gadi atpakaļ |
Sebastian Lackner
|
332d592158
server: Explicitly mark memory as undefined in mem_alloc wrapper.
|
8 gadi atpakaļ |