Rob Shearman
|
92db6d2c2f
server: Don't do access checks on the security descriptors of newly created objects.
|
17 years ago |
Rob Shearman
|
f98556c119
server: Add the name length to the object_attributes structure so that other variable length data can be present after object_attributes.
|
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 |
Alexandre Julliard
|
7e71c1ddee
server: Add an open_file() function to the object operations.
|
17 years ago |
Alexandre Julliard
|
5558652ea3
server: Don't report a fatal protocol error for things that we can recover from.
|
18 years ago |
Jonathan Ernst
|
360a3f9142
Update the address of the Free Software Foundation.
|
18 years ago |
Alexandre Julliard
|
03f46e1321
server: Added access rights mapping to synchronization objects.
|
19 years ago |
Alexandre Julliard
|
28beba31d6
server: Added infrastructure for access rights mapping.
|
19 years ago |
Alexandre Julliard
|
24560e70bb
server: Make alloc_handle use attributes instead of inherit flag.
|
19 years ago |
Alexandre Julliard
|
3764da68de
server: Move handle allocation out of open_object_dir.
|
19 years ago |
Vitaliy Margolen
|
f676bc8d85
Move event and mutex objects into directory name space.
|
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 |
Vitaliy Margolen
|
893987b871
Return correct error on name collision when creating new named
|
19 years ago |
Alexandre Julliard
|
ead9b062e3
Added a struct unicode_str to encapsulate object names.
|
19 years ago |
Vitaliy Margolen
|
3585f2fa77
Pass object attributes to create_named_object & find_object.
|
19 years ago |
Vitaliy Margolen
|
a996000ad5
- Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an
|
19 years ago |
Alexandre Julliard
|
b9b1ea9c9f
Added a close_handle method to the object operations, and use it to
|
19 years ago |
Mike McCormack
|
f92fff66a2
Implemented NtSignalAndWaitForSingleObject.
|
19 years ago |
Eric Pouech
|
44158dd690
- moved event, semaphore, mutex implementation from kernel32 to ntdll
|
20 years ago |
Alexandre Julliard
|
cf27a7fa3b
Changed fd operations to take a struct fd instead of a struct object.
|
22 years ago |
Alexandre Julliard
|
863637b158
Started moving functions that deal with Unix file descriptors to a
|
22 years ago |
Alexandre Julliard
|
435e2e63f4
winnt.h should not be self-contained, it must depend on windef.h so
|
22 years ago |
Alexandre Julliard
|
526a28de51
Added support for multiple object namespaces, and a bunch functions
|
22 years ago |
Alexandre Julliard
|
5188574984
Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h.
|
22 years ago |
Alexandre Julliard
|
5769d1de00
Better support for configure detection of missing types, added check
|
22 years ago |
Alexandre Julliard
|
0799c1a780
Added LGPL standard comment, and copyright notices where necessary.
|
23 years ago |
Mike McCormack
|
6f011c0847
- move async activation into the server
|
23 years ago |