Jacek Caban
|
5eb3035374
|
ntdll: Added KeyCachedInformation key info class implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-12 22:17:02 +09:00 |
Jacek Caban
|
0b33b80f6e
|
ntdll: Added a few registry stubs.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-10 11:53:20 +09:00 |
Jacek Caban
|
7bd852c6ce
|
ntdll: Added NtNotifyChangeMultipleKeys implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-09 23:16:45 +09:00 |
Jacek Caban
|
7d66a01fc2
|
ntdll: Return STATUS_PENDING in NtNotifyChangeKey if async notify is performed.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-09 23:16:44 +09:00 |
Jacek Caban
|
a0d0d0dd0a
|
ntdll: Fixed argument order in NtNotifyChangeKey.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-06 23:20:50 +09:00 |
Jacek Caban
|
4269423ee4
|
ntdll: Added NtOpenKeyEx implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-05 20:22:37 +09:00 |
Sebastian Lackner
|
2daca626d4
|
ntdll: Implement [Nt|Zw]QueryLicenseValue.
|
2015-03-13 21:53:25 +09:00 |
Ken Thomases
|
97645d7a1a
|
ntdll: Fix status returned for too-long registry value names.
|
2012-03-13 10:28:10 +01:00 |
Alexandre Julliard
|
935cc7987d
|
server: Update the registry key and value name length limits to the now documented values.
|
2010-04-02 11:48:50 +02:00 |
Alexandre Julliard
|
0e98500e43
|
ntdll: Fix the return value of NtOpenKey for some invalid parameters.
|
2010-02-16 14:32:26 +01:00 |
Alexandre Julliard
|
2530304f1c
|
ntdll: Fix the return status of NtQueryValueKey for a too small buffer.
|
2010-02-16 14:28:41 +01:00 |
Alexandre Julliard
|
3b67ad9bd4
|
ntdll: Fix the NtCreateEvent prototype.
It takes an event type, not a manual reset flag.
|
2010-01-18 20:34:54 +01:00 |
Rob Shearman
|
3d0f56fb37
|
ntdll: Fix typo in RTL_ReportRegistryValue which caused a counted string to be passed into QueryFunction which expects a nul-terminated string.
|
2009-12-30 16:16:07 +01:00 |
Marcus Meissner
|
afd4aed5fc
|
ntdll: Check for NULL attr in NtOpenKey (Coverity).
|
2009-12-15 16:09:11 +01:00 |
André Hentschel
|
3259c81e10
|
ntdll: Implement KeyNameInformation.
|
2009-10-26 11:40:29 +01:00 |
Dmitry Timoshkov
|
049bbe3f12
|
ntdll: RtlpNtQueryValueKey takes 5 parameters.
|
2009-09-11 12:16:37 +02:00 |
Michael Stefaniuc
|
d2f6f56873
|
ntdll: Remove superfluous pointer casts.
|
2009-03-23 12:40:53 +01:00 |
Alexandre Julliard
|
912d98c2ae
|
ntdll: Improve debugging helper for object attributes structure.
|
2009-02-16 11:46:44 +01:00 |
Alexandre Julliard
|
d1b3d484f7
|
server: Add functions for conversions between server object handles and pointer-style handles.
|
2008-12-08 16:05:17 +01:00 |
Alexandre Julliard
|
3343c408cb
|
server: Convert the registry key modification time to a win32-style time.
|
2008-12-06 17:29:01 +01:00 |
Michael Stefaniuc
|
26bba27dc0
|
ntdll: Don't cast void pointers to other pointer types.
|
2008-10-24 14:25:01 +02:00 |
Andrew Talbot
|
a63749cce0
|
ntdll: Sign-compare warnings fix.
|
2008-10-24 14:25:00 +02:00 |
Austin English
|
05faae7b5a
|
Spelling fixes.
|
2008-04-09 12:07:39 +02:00 |
Andrew Talbot
|
5ecd33e2f9
|
ntdll: Assign to structs instead of using memcpy.
|
2008-03-10 11:23:30 +01:00 |
Rob Shearman
|
526cb8c375
|
ntdll: Fix NtQueryValueKey for KeyValueBasicInformation.
Add some tests for this.
|
2008-01-07 21:17:10 +01:00 |
Rob Shearman
|
e958a570e5
|
ntdll: Fix the Data and Name returned by NtQueryValueKey for KeyValueFullInformation.
|
2008-01-07 21:17:10 +01:00 |
Rob Shearman
|
ec3448ff8c
|
ntdll: Set the DataLength field of the information field in NtQueryValueKey to how much data should be returned, not what was actually returned.
|
2007-12-31 17:29:47 +01:00 |
Andrew Talbot
|
1ebe82af65
|
ntdll: Remove unneeded casts.
|
2007-12-31 16:45:22 +01:00 |
Gerald Pfeifer
|
15f8b80ba7
|
ntdll: Fix computation in enumerate_key().
|
2007-11-26 14:01:50 +01:00 |
Alexandre Julliard
|
89b4872805
|
ntdll: Fixed typo in RTL_GetKeyHandle (spotted by Sean Chu).
|
2007-10-17 12:37:44 +02:00 |
Dmitry Timoshkov
|
e142779b09
|
ntdll: Fix compilation warnings in 64-bit mode.
|
2007-05-23 13:10:20 +02:00 |
Vitaliy Margolen
|
311c001654
|
ntdll: Implement RtlWriteRegistryValue and forward ntoskrnl to it.
|
2007-05-21 17:03:00 +02:00 |
Bang Jun-Young
|
fdff5c3a3a
|
ntdll: Fix NtUnloadKey to match the DDK.
|
2007-02-05 12:26:01 +01:00 |
Hans Leidekker
|
f7b0ba7aa7
|
ntdll: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |
Paul Vriens
|
e94df274ce
|
ntdll: Fixed conditional expression (Coverity).
|
2006-09-20 20:03:27 +02:00 |
Paul Vriens
|
2e3e74ebd0
|
ntdll: Fix possible TRACE crash.
|
2006-07-05 12:10:09 +02:00 |
Paul Vriens
|
8a42a8c11a
|
ntdll: Fix return codes for NtCreateKey (with tests).
|
2006-06-30 20:43:41 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Michael Stefaniuc
|
7a8818e717
|
Don't check pointers for NULL before RtlFreeHeap. It is redundant.
|
2006-05-05 20:59:50 +02:00 |
Mike McCormack
|
9c58884161
|
ntdll: Use FILE_OPEN instead of OPEN_EXISTING when calling NtCreateFile.
|
2006-01-17 13:12:43 +01:00 |
Alexandre Julliard
|
03b040c51d
|
server: Added object attributes to a few more requests.
|
2005-12-09 14:52:04 +01:00 |
Alexandre Julliard
|
0603559de2
|
ntdll: Check for failure to get the user path in RtlOpenCurrentUser.
Fixed the return value type.
|
2005-12-08 11:53:42 +01:00 |
Ge van Geldorp
|
1a1583a364
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
Markus Amsler
|
ae542af541
|
Improve c2man Documented-Total count.
|
2005-11-09 10:30:57 +00:00 |
Alexandre Julliard
|
c33bd1b71b
|
Use an SID instead of the user name for the path of the
HKEY_CURRENT_USER key (based on an old patch by Juan Lang).
|
2005-07-11 20:42:12 +00:00 |
Mike McCormack
|
261a8b5e9a
|
Add prototype and fix RtlpNtCreateKey.
|
2005-06-24 11:34:31 +00:00 |
Mike McCormack
|
04f9f1b066
|
Don't include winbase.h or winerror.h when not necessary.
|
2005-06-21 09:52:40 +00:00 |
Mike McCormack
|
5b2d5fd758
|
Use HANDLE instead of HKEY in the NT API.
|
2005-06-17 13:58:33 +00:00 |
Mike McCormack
|
950e5e626c
|
Dependency fixes for winternl.h.
|
2005-06-10 19:33:47 +00:00 |
Robert Shearman
|
efbea2e2bc
|
Implement RegNotifyChangeKeyValue on top of NtNotifyChangeKey.
|
2005-05-16 14:08:11 +00:00 |