Alexandre Julliard
|
b21a324070
server: Use the link_name operation to create named objects.
|
8 years ago |
Alexandre Julliard
|
f55db7882d
server: Add link_name and unlink_name object operations.
|
8 years ago |
Alexandre Julliard
|
d15f47412e
server: Always print the full path of objects when dumping them.
|
8 years ago |
Sebastian Lackner
|
52f9acedd2
server: Clear last error when creating object without name.
|
9 years ago |
Andrew Cook
|
5d85f57814
server: Track handle count of objects.
|
9 years ago |
Marcus Meissner
|
ea5808dff5
server: Initialize the _len parts to 0 (Coverity).
|
10 years ago |
Joris van der Wel
|
6d19aa83bf
server: A new function "set_sd_defaults_from_token".
|
10 years ago |
Joris van der Wel
|
0a4c7860f8
server: Setting a security descriptor should not replace an existing owner or group with a default, if only a DACL is being set.
|
10 years ago |
Joris van der Wel
|
11674b2f61
server: Any of the 4 SE_*_DEFAULTED controls should not be stored on objects, their usage is transient.
|
10 years ago |
Alexandre Julliard
|
d4cd051cef
server: Store abandoned state as a flag in the wait structure.
|
11 years ago |
Alexandre Julliard
|
39644bb309
server: Pass a wait queue entry to the signaled/satisfied object functions.
|
11 years ago |
Alexandre Julliard
|
62beef5a72
server: Add a helper function to compute an SID length.
|
11 years ago |
Alexandre Julliard
|
658dae988d
server: Add support for returning the object name in NtQueryObject.
|
15 years ago |
Alexandre Julliard
|
8382eb01b2
server: Return correct object types in the get_directory_entry request.
|
17 years ago |
Alexandre Julliard
|
a5e38b332d
server: Partial implementation of NtQueryDirectoryObject.
|
17 years ago |
Rob Shearman
|
c1707d8938
server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk.
|
17 years ago |
Rob Shearman
|
5af809abfd
server: Move set_security_object to handle.c and set_object_sd to object.c.
|
17 years ago |
Alexandre Julliard
|
7e71c1ddee
server: Add an open_file() function to the object operations.
|
17 years ago |
Vitaliy Margolen
|
5ec1718d74
server: Add security descriptor field to object struct.
|
18 years ago |
Andrew Talbot
|
76c556ad68
server: Cast-qual warnings fix.
|
18 years ago |
Alexandre Julliard
|
0f273c17ff
server: Added data_size_t type to represent sizes in the server protocol.
|
18 years ago |
Jonathan Ernst
|
360a3f9142
Update the address of the Free Software Foundation.
|
18 years ago |
Alexandre Julliard
|
b00fb174f6
server: New scheme for cleaning up objects on server exit.
|
18 years ago |
Alexandre Julliard
|
8cea993033
server: Added unlink_named_object function.
|
18 years ago |
Alexandre Julliard
|
a510a7e117
server: Added access rights mapping to file objects.
|
19 years ago |
Alexandre Julliard
|
28beba31d6
server: Added infrastructure for access rights mapping.
|
19 years ago |
Vitaliy Margolen
|
3c6bdcce53
Implement directory object in wineserver.
|
19 years ago |
Ge van Geldorp
|
1a1583a364
Match PSDK STATUS_* definitions.
|
19 years ago |
Vitaliy Margolen
|
baffcb95d3
Add name_lookup function in object_ops.
|
19 years ago |
Robert Lunnon
|
95414ef44c
Add stdarg.h where missing.
|
19 years ago |