projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ntdll: Do not execute callbacks past DeleteTimer(INVALID_HANDLE_VALUE).
[wine]
/
dlls
/
ntdll
/
reg.c
2012-03-13
Ken Thomases
ntdll: Fix status returned for too-long registry value...
blob
|
commitdiff
|
raw
2010-04-02
Alexandre Julliard
server: Update the registry key and value name length...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-16
Alexandre Julliard
ntdll: Fix the return value of NtOpenKey for some inval...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-16
Alexandre Julliard
ntdll: Fix the return status of NtQueryValueKey for...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-18
Alexandre Julliard
ntdll: Fix the NtCreateEvent prototype.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-30
Rob Shearman
ntdll: Fix typo in RTL_ReportRegistryValue which caused...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-15
Marcus Meissner
ntdll: Check for NULL attr in NtOpenKey (Coverity).
blob
|
commitdiff
|
raw
|
diff to current
2009-10-26
André Hentschel
ntdll: Implement KeyNameInformation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-11
Dmitry Timoshkov
ntdll: RtlpNtQueryValueKey takes 5 parameters.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-23
Michael Stefaniuc
ntdll: Remove superfluous pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-16
Alexandre Julliard
ntdll: Improve debugging helper for object attributes...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-08
Alexandre Julliard
server: Add functions for conversions between server...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-06
Alexandre Julliard
server: Convert the registry key modification time...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-24
Michael Stefaniuc
ntdll: Don't cast void pointers to other pointer types.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-24
Andrew Talbot
ntdll: Sign-compare warnings fix.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-09
Austin English
Spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-10
Andrew Talbot
ntdll: Assign to structs instead of using memcpy.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-07
Rob Shearman
ntdll: Fix NtQueryValueKey for KeyValueBasicInformation.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-07
Rob Shearman
ntdll: Fix the Data and Name returned by NtQueryValueKe...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-31
Rob Shearman
ntdll: Set the DataLength field of the information...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-31
Andrew Talbot
ntdll: Remove unneeded casts.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-26
Gerald Pfeifer
ntdll: Fix computation in enumerate_key().
blob
|
commitdiff
|
raw
|
diff to current
2007-10-17
Alexandre Julliard
ntdll: Fixed typo in RTL_GetKeyHandle (spotted by Sean...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-23
Dmitry Timoshkov
ntdll: Fix compilation warnings in 64-bit mode.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-21
Vitaliy Margolen
ntdll: Implement RtlWriteRegistryValue and forward...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-05
Bang Jun-Young
ntdll: Fix NtUnloadKey to match the DDK.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-18
Hans Leidekker
ntdll: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-20
Paul Vriens
ntdll: Fixed conditional expression (Coverity).
blob
|
commitdiff
|
raw
|
diff to current
2006-07-05
Paul Vriens
ntdll: Fix possible TRACE crash.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-30
Paul Vriens
ntdll: Fix return codes for NtCreateKey (with tests).
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-05
Michael Stefaniuc
Don't check pointers for NULL before RtlFreeHeap. It...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-17
Mike McCormack
ntdll: Use FILE_OPEN instead of OPEN_EXISTING when...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-09
Alexandre Julliard
server: Added object attributes to a few more requests.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-08
Alexandre Julliard
ntdll: Check for failure to get the user path in RtlOpe...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-28
Ge van Geldorp
Match PSDK STATUS_* definitions.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-09
Markus Amsler
Improve c2man Documented-Total count.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-11
Alexandre Julliard
Use an SID instead of the user name for the path of the
blob
|
commitdiff
|
raw
|
diff to current
2005-06-24
Mike McCormack
Add prototype and fix RtlpNtCreateKey.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-21
Mike McCormack
Don't include winbase.h or winerror.h when not necessary.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-17
Mike McCormack
Use HANDLE instead of HKEY in the NT API.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-10
Mike McCormack
Dependency fixes for winternl.h.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-16
Robert Shearman
Implement RegNotifyChangeKeyValue on top of NtNotifyCha...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-30
Robert Shearman
Move save_registry and unload_key server calls to ntdll.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-29
James Hawkins
- Implement NtLoadKey.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-17
Ivan Leo Puoti
Add parameter checking and remove last fixme.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-14
Ivan Leo Puoti
Make Rtl*Registry* functions case insensitive.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-02
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-15
Ivan Leo Puoti
Move Rtl*Registry* structs, defines and prototypes...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-14
Ivan Leo Puoti
Add implementation for RtlQueryRegistryValues, RtlCheck...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-17
Jon Griffiths
Remove unneeded headers to reduce unneeded rebuilds.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-13
Hans Leidekker
Fix signed/unsigned comparison warnings.
blob
|
commitdiff
|
raw
|
diff to current
2004-05-07
Alexandre Julliard
Use the Unix codepage to convert the user name to Unicode.
blob
|
commitdiff
|
raw
|
diff to current
2004-03-12
Alexandre Julliard
Get rid of ntdll_get_process_heap and ntdll_get_process...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-03
Mike Hearn
Implemented RegFlushKey and NtFlushKey.
blob
|
commitdiff
|
raw
|
diff to current
2003-12-04
Jon Griffiths
Implement the Rtlp* registry functions.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-14
Alexandre Julliard
Avoid GetProcessHeap() inside ntdll.
blob
|
commitdiff
|
raw
|
diff to current
2002-12-05
Patrik Stridvall
Replace 0x%p with %p.
blob
|
commitdiff
|
raw
|
diff to current
2002-11-21
Andrew John Hughes
Build ntdll with -DSTRICT.
blob
|
commitdiff
|
raw
|
diff to current
2002-10-25
Alexandre Julliard
Made the ntdll registry functions use HKEY instead...
blob
|
commitdiff
|
raw
|
diff to current
2002-09-13
Alexandre Julliard
Handle special registry root keys directly in advapi32...
blob
|
commitdiff
|
raw
|
diff to current
2002-09-13
Alexandre Julliard
RtlFormatCurrentUserKeyPath: return path containing...
blob
|
commitdiff
|
raw
|
diff to current
2002-09-12
Alexandre Julliard
Fixed warnings caused by new winternl.h.
blob
|
commitdiff
|
raw
|
diff to current
2002-09-12
Patrik Stridvall
Moved all the content of the DDK files ntdef.h and...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-31
Vincent Béron
Removed trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2002-04-26
Alexandre Julliard
Better support for configure detection of missing types...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-30
Alexandre Julliard
Redesign of the server communication protocol to allow...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-24
Alexandre Julliard
Fixed registry routines broken by the structure sizes...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-23
Dmitry Timoshkov
Fixed packing and layout of many system structures.
blob
|
commitdiff
|
raw
|
diff to current
2001-11-06
Francois Gouget
Don't prefix %p with 0x.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-19
Alexandre Julliard
Moved server.h to include/wine.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-11
Patrik Stridvall
Documentation fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-20
Patrik Stridvall
Documentation ordinal fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-19
Patrik Stridvall
Documentation ordinal fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-04-10
Alexandre Julliard
Fixed handling of \\Registry prefix.
blob
|
commitdiff
|
raw
|
diff to current
2001-02-27
Alexandre Julliard
New set of macros for server calls; makes requests...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-12
Andreas Mohr
- TRACE opened registry handles
blob
|
commitdiff
|
raw
|
diff to current
2001-01-26
James Juran
Add <string.h> to files that needed it.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-05
Alexandre Julliard
Added handle_t type to server interface so that we...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-15
Alexandre Julliard
Converted enum_key_value request to the new request...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-01
Patrik Stridvall
Added/modified documentation for function arguments.
blob
|
commitdiff
|
raw
|
diff to current
2000-10-15
Alexandre Julliard
Fixed a few prototypes.
blob
|
commitdiff
|
raw
|
diff to current
2000-10-13
Uwe Bonnes
Make reg the default output chanel.
blob
|
commitdiff
|
raw
|
diff to current
2000-10-02
Alexandre Julliard
Convert NtQueryKey and NtEnumerateKey to the new reques...
blob
|
commitdiff
|
raw
|
diff to current
2000-10-01
Alexandre Julliard
Converted some of the registry server requests to the...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-26
Alexandre Julliard
Simplified root key handling now that the server suppor...
blob
|
commitdiff
|
raw
|
diff to current
2000-07-29
Alexandre Julliard
Removed a few external dependencies from ntdll.
blob
|
commitdiff
|
raw
|
diff to current
2000-06-13
Alexandre Julliard
Use the Unicode string functions from wine/unicode...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-26
Patrik Stridvall
Fixed ANSI C violations.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-25
Dmitry Timoshkov
Do not overwrite the valid ObjectAttributes->RootDirectory.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-24
Alexandre Julliard
Changed the server to return STATUS_* error codes.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-23
Juergen Schmied
- implementation of RtlReg* (read access), RtlEvent...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-24
Patrik Stridvall
Added spec file declarations for already implemented...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-23
Alexandre Julliard
Converted to the new debug interface, using script...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-19
Patrik Stridvall
New debug scheme with explicit debug channels declaration.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-09
Juergen Schmied
- sorted API by groups
blob
|
commitdiff
|
raw
|
diff to current
1999-02-26
Alexandre Julliard
Large-scale renaming of all Win32 functions and types...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-17
Marcus Meissner
Optimized include/*.h: (recursively) include all header...
blob
|
commitdiff
|
raw
|
diff to current
next