Michael Müller
|
9c877b1441
server: Register types during startup.
|
7 years ago |
Sebastian Lackner
|
af245fbb87
server: Introduce a new alloc_handle object callback. (v2)
|
9 years ago |
Zebediah Figura
|
6f726b0ea0
server: Add an object operation to grab the esync file descriptor.
|
6 years ago |
Alexandre Julliard
|
8286b780a4
server: Don't use wine/unicode.h.
|
4 years ago |
Jacek Caban
|
b2a546c92d
server: Introduce kernel_object struct for generic association between server and kernel objects.
|
5 years ago |
Jacek Caban
|
6531f79d8d
server: Return proper object type for mailslot and device files.
|
5 years ago |
Jacek Caban
|
04094a6669
server: Use server_get_file_info for all info classes not implemented on client side.
|
6 years ago |
Jacek Caban
|
6b08e60f03
server: Introduce get_file_info request for server-side NtQueryInformationFile implementation.
|
6 years ago |
Jacek Caban
|
2ab2f31f18
server: Allow server side NtQueryVolumeInformationFile implementation.
|
7 years ago |
Jacek Caban
|
7b33613fc4
server: Make fd_queue_async infallible.
|
7 years ago |
Jacek Caban
|
a3acdf117f
server: Pass existing async object to fd_queue_async.
|
7 years ago |
Jacek Caban
|
a604db1261
server: Create async object in register_async handler.
|
7 years ago |
Jacek Caban
|
64dc8f5c48
server: Store iosb in async object.
|
8 years ago |
Jacek Caban
|
ad1e0609a0
server: Get rid of no loner used cancel_async from fd_ops.
|
8 years ago |
Alexandre Julliard
|
c7f16d6220
server: Add a helper function to create a symlink to an existing object.
|
8 years ago |
Alexandre Julliard
|
3ea7f7d2f4
server: Set the security descriptor at object creation.time.
|
8 years ago |
Alexandre Julliard
|
ff9d90bbb0
server: Use a standard object for object attribute roots instead of a directory.
|
8 years ago |
Alexandre Julliard
|
7ad32cf56a
server: Allow lookup_name to distinguish the case of an empty path.
|
8 years ago |
Alexandre Julliard
|
4e380b9e2b
server: Use the generic named object functions for mailslots.
|
8 years ago |
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
|
37503be654
server: Fix checks for a valid directory in object attributes.
|
8 years ago |
Alexandre Julliard
|
b47bd4555c
server: Fix initialization of mailslot objects that don't have a name.
|
8 years ago |
Alexandre Julliard
|
d15f47412e
server: Always print the full path of objects when dumping them.
|
8 years ago |
Alexandre Julliard
|
14825a7a55
server: Pass full object attributes in the create_mailslot request.
|
8 years ago |
Alexandre Julliard
|
837b39b202
server: Add read and write fd member functions.
|
9 years ago |
Alexandre Julliard
|
a2ca2ebd50
server: Change the removable fd flag to a cacheable flag to make it possible for fd users to set it dynamically.
|
14 years ago |
Alexandre Julliard
|
9ed42d2709
server: Get rid of the unused count parameter in fd_queue_async().
|
16 years ago |
Alexandre Julliard
|
8382eb01b2
server: Return correct object types in the get_directory_entry request.
|
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 |