Sebastian Lackner
|
848af6a0bb
server: Introduce refcounting for registry notifications.
|
9 years ago |
Sebastian Lackner
|
8278794754
server: Allow multiple registry notifications for the same key.
|
9 years ago |
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
|
5721d5f8da
server: Add a helper function for case-insensitive Unicode string comparisons.
|
4 years ago |
Alexandre Julliard
|
faaea5cd00
server: Add a helper function for creating a Unicode string.
|
4 years ago |
Alexandre Julliard
|
78846662ec
server: Use byte length in dump_strW() for consistency.
|
4 years ago |
Alexandre Julliard
|
fc17535eb9
server: No longer depend on libwine.
|
5 years ago |
Jacek Caban
|
b2a546c92d
server: Introduce kernel_object struct for generic association between server and kernel objects.
|
5 years ago |
Alexandre Julliard
|
156965eae9
server: Create the windows directories at startup if necessary.
|
5 years ago |
Michael Stefaniuc
|
9e365e4ecc
server: Use the ARRAY_SIZE() macro.
|
6 years ago |
Daniel Lehman
|
1353d02904
server: Notify parents of registry value changes.
|
6 years ago |
Daniel Lehman
|
47df3778aa
server: Fix copy & paste for number of subkeys.
|
7 years ago |
Sebastian Lackner
|
808619b72d
server: Allow to create win32 prefix when directory already exists.
|
8 years ago |
Alexandre Julliard
|
3cde722e3a
server: Implement object type for registry keys.
|
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
|
008f14f03f
server: Directly return a structure in get_req_unicode_str().
|
8 years ago |
Sebastian Lackner
|
a52a117f80
server: Add missing check for objattr variable in load_registry wineserver call (Coverity).
|
8 years ago |
Alexandre Julliard
|
cd6e9c38e4
server: Fix constraints on the length of NT object names.
|
8 years ago |
Alexandre Julliard
|
b99d1525de
server: Pass full object attributes in the load_registry request.
|
8 years ago |
Alexandre Julliard
|
d01deff9cf
server: Pass full object attributes in the create_key request.
|
8 years ago |
Sebastian Lackner
|
96f4f53937
server: Do not require SeBackupPrivilege in load_registry and unload_registry.
|
9 years ago |
Jacek Caban
|
731d09fa9d
server: Store all 32 bits of value type.
|
9 years ago |
Jacek Caban
|
5eb3035374
ntdll: Added KeyCachedInformation key info class implementation.
|
9 years ago |
Jacek Caban
|
3d5db6bdf5
server: Return KeyFullInformation maximal string lengths in bytes.
|
9 years ago |
Jacek Caban
|
e0d51609a1
server: Notify parent key when subkey is created.
|
9 years ago |
Jacek Caban
|
deba2faf60
server: Reset event in set_registry_notification.
|
9 years ago |
Jacek Caban
|
7d66a01fc2
ntdll: Return STATUS_PENDING in NtNotifyChangeKey if async notify is performed.
|
9 years ago |