Alexandre Julliard
|
0458a7d0e3
server: Use the lookup_name operation when creating a named object.
|
8 years ago |
Alexandre Julliard
|
bfd0dff215
server: Add a function to lookup an object by name inside any parent, not only directories.
|
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
|
426c4a2f08
server: Pass full object attributes in the create_symlink request.
|
8 years ago |
Alexandre Julliard
|
c0ac2afb19
server: Create the null device and its symlink.
|
9 years ago |
Alexandre Julliard
|
ad53ffc9c0
server: Make async objects waitable.
|
9 years ago |
Andrew Cook
|
5d85f57814
server: Track handle count of objects.
|
9 years ago |
Erich E. Hoover
|
b121f27b72
server: Add blocked support for SIO_ADDRESS_LIST_CHANGE ioctl().
|
10 years ago |
Joris van der Wel
|
6d19aa83bf
server: A new function "set_sd_defaults_from_token".
|
10 years ago |
Alexandre Julliard
|
93fbb12e65
server: Implement waiting on keyed events.
|
11 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
|
de9f5b33b8
server: Store the wait structure in the wait entry and add an accessor function for the thread.
|
11 years ago |
Alexandre Julliard
|
dbf9d71ef8
server: Add support for keyed event objects.
|
11 years ago |
Alexandre Julliard
|
eb2fe39d63
server: Add support for opening a new file handle from a mapping object.
|
13 years ago |
Alexandre Julliard
|
ac69fcb14f
server: Check that the prefix type can support the client architecture.
|
14 years ago |
Alexandre Julliard
|
658dae988d
server: Add support for returning the object name in NtQueryObject.
|
15 years ago |
Alexandre Julliard
|
c6c335d70e
server: Make thread entry points client_ptr_t instead of void pointers.
|
16 years ago |
Alexandre Julliard
|
25e070c0ac
server: Use a unicode_str to represent atom names.
|
16 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
|
dd9e392796
server: Use the security descriptor passed in when creating events.
|
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
|
aaf477f292
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
|
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 |
Alexandre Julliard
|
c627601c3b
server: Convert the server start time to the abs_time_t type.
|
18 years ago |
Alexandre Julliard
|
0f273c17ff
server: Added data_size_t type to represent sizes in the server protocol.
|
18 years ago |