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 |
|
Robert Shearman
|
f74b0adbca
|
Move save_registry and unload_key server calls to ntdll.
|
2005-03-30 10:21:15 +00:00 |
|
James Hawkins
|
580ded65e7
|
- Implement NtLoadKey.
- Forward RegLoadKey to NtLoadKey.
|
2005-03-29 11:38:58 +00:00 |
|
Ivan Leo Puoti
|
f70e80b311
|
Add parameter checking and remove last fixme.
|
2005-03-17 18:55:00 +00:00 |
|
Ivan Leo Puoti
|
9601b97cc3
|
Make Rtl*Registry* functions case insensitive.
|
2005-03-14 10:08:21 +00:00 |
|
Francois Gouget
|
fbb3343547
|
Assorted spelling fixes.
|
2005-03-02 13:53:50 +00:00 |
|
Ivan Leo Puoti
|
54d42573b1
|
Move Rtl*Registry* structs, defines and prototypes to winternl.h.
Fix two function declarations.
|
2005-02-15 20:47:24 +00:00 |
|
Ivan Leo Puoti
|
5251126f66
|
Add implementation for RtlQueryRegistryValues, RtlCheckRegistryKey and
RtlDeleteRegistryValue.
|
2005-02-14 21:07:33 +00:00 |
|
Jon Griffiths
|
49e13df700
|
Remove unneeded headers to reduce unneeded rebuilds.
|
2004-12-17 19:09:29 +00:00 |
|