Alexandre Julliard
|
28beba31d6
server: Added infrastructure for access rights mapping.
|
19 yıl önce |
Alexandre Julliard
|
24560e70bb
server: Make alloc_handle use attributes instead of inherit flag.
|
19 yıl önce |
Alexandre Julliard
|
3764da68de
server: Move handle allocation out of open_object_dir.
|
19 yıl önce |
Vitaliy Margolen
|
f676bc8d85
Move event and mutex objects into directory name space.
|
19 yıl önce |
Ge van Geldorp
|
1a1583a364
Match PSDK STATUS_* definitions.
|
19 yıl önce |
Vitaliy Margolen
|
baffcb95d3
Add name_lookup function in object_ops.
|
19 yıl önce |
Robert Lunnon
|
95414ef44c
Add stdarg.h where missing.
|
19 yıl önce |
Vitaliy Margolen
|
893987b871
Return correct error on name collision when creating new named
|
19 yıl önce |
Alexandre Julliard
|
ead9b062e3
Added a struct unicode_str to encapsulate object names.
|
19 yıl önce |
Vitaliy Margolen
|
3585f2fa77
Pass object attributes to create_named_object & find_object.
|
19 yıl önce |
Vitaliy Margolen
|
a996000ad5
- Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an
|
19 yıl önce |
Alexandre Julliard
|
b9b1ea9c9f
Added a close_handle method to the object operations, and use it to
|
19 yıl önce |
Mike McCormack
|
f92fff66a2
Implemented NtSignalAndWaitForSingleObject.
|
19 yıl önce |
Alexandre Julliard
|
20894e2ffb
Convert the per-thread mutex list to a standard list.
|
20 yıl önce |
Eric Pouech
|
44158dd690
- moved event, semaphore, mutex implementation from kernel32 to ntdll
|
20 yıl önce |
Alexandre Julliard
|
cf27a7fa3b
Changed fd operations to take a struct fd instead of a struct object.
|
22 yıl önce |
Alexandre Julliard
|
863637b158
Started moving functions that deal with Unix file descriptors to a
|
22 yıl önce |
Alexandre Julliard
|
435e2e63f4
winnt.h should not be self-contained, it must depend on windef.h so
|
22 yıl önce |
Alexandre Julliard
|
526a28de51
Added support for multiple object namespaces, and a bunch functions
|
22 yıl önce |
Alexandre Julliard
|
5769d1de00
Better support for configure detection of missing types, added check
|
22 yıl önce |
Alexandre Julliard
|
0799c1a780
Added LGPL standard comment, and copyright notices where necessary.
|
23 yıl önce |
Mike McCormack
|
6f011c0847
- move async activation into the server
|
23 yıl önce |
Alexandre Julliard
|
9caa71eef4
Redesign of the server communication protocol to allow arbitrary sized
|
23 yıl önce |
Alexandre Julliard
|
8081e5a1e5
Added handle_t type to server interface so that we can make handles
|
24 yıl önce |
Alexandre Julliard
|
1ab243bac1
Merged the get_read_fd and get_write_fd requests.
|
24 yıl önce |
Alexandre Julliard
|
9c2370bd75
Added exception handling wrapper to a number of server requests.
|
24 yıl önce |
Alexandre Julliard
|
ef88637f5b
Made request tracing more robust against bogus lengths.
|
24 yıl önce |
Alexandre Julliard
|
cb1fc735f0
Changed the server to return STATUS_* error codes.
|
25 yıl önce |
Alexandre Julliard
|
1dca5e24c7
Moved poll handling to the generic part of the server objects.
|
25 yıl önce |
Alexandre Julliard
|
d16319ce22
Store all object names as Unicode in the server.
|
25 yıl önce |