ntdll: Remove dead increments (clang).
[wine] / dlls / ntdll / tests / reg.c
2011-02-10  Austin Englishntdll/tests: Make sure return value is used (LLVM/Clang).
2010-03-04  Alexandre Julliardntdll/tests: Add tests for HKLM\Software\Classes Wow64...
2010-03-02  Alexandre Julliardserver: Initial support for Wow64 registry redirection.
2010-03-01  Alexandre Julliardntdll/tests: Add tests showing that NtCreateKey is...
2010-02-26  Alexandre Julliardntdll/tests: Add some test cases for Wow64 registry...
2010-02-24  Paul Vriensntdll/tests: Fix a crash on some Vista boxes.
2010-02-16  Alexandre Julliardntdll: Fix the return value of NtOpenKey for some inval...
2010-02-16  Alexandre Julliardntdll: Fix the return status of NtQueryValueKey for...
2010-02-15  Alexandre Julliardserver: Implement registry symlinks.
2010-02-15  Alexandre Julliardntdll/tests: Add more tests for registry symlinks.
2010-02-15  Alexandre Julliardntdll/tests: Use correct access rights in the NtOpenKey...
2010-02-15  Dan Kegelntdll: Fix leak in test_symlinks.
2010-02-12  Alexandre Julliardntdll/tests: Add tests for registry symlinks.
2010-02-12  Alexandre Julliardntdll/tests: Test NtOpenKey with an existing key.
2010-02-12  Alexandre Julliardntdll/tests: Fix a few function prototypes in the regis...
2009-12-15  Marcus Meissnerntdll: Check for NULL attr in NtOpenKey (Coverity).
2009-09-11  Dmitry Timoshkovntdll: RtlpNtQueryValueKey takes 5 parameters.
2009-03-23  Michael Stefaniucntdll: Remove superfluous pointer casts.
2009-01-29  Alexandre Julliardntdll/tests: Add a couple of status values seen on...
2008-12-04  Alexandre Julliardntdll/tests: Use the correct prototype for RtlAllocateH...
2008-11-21  Francois Gougetntdll/tests: Remove a redundant 'if'.
2008-11-19  Francois Gougetntdll/tests: Test how NT(Set, Query)ValueKey() handle...
2008-11-19  Francois Gougetntdll/tests: Fix typos in test_NtQueryValueKey().
2008-09-19  Alexandre Julliardntdll/tests: Fix a couple of tests failing on NT4.
2008-04-09  Austin EnglishSpelling fixes.
2008-01-07  Rob Shearmanntdll: Fix NtQueryValueKey for KeyValueBasicInformation.
2008-01-07  Rob Shearmanntdll: Fix the Data and Name returned by NtQueryValueKe...
2008-01-07  Rob Shearmanntdll: Add tests for the data and name returned by...
2007-12-31  Rob Shearmanntdll: Set the DataLength field of the information...
2007-12-31  Rob Shearmanntdll: Add some tests for NtQueryValueKey.
2007-04-04  Rob Shearmanntdll: Pass the correct value to NtClose in the tests.
2007-01-08  Francois Gougetntdll/tests: Replace an '#if 0' with an 'if (0)'.
2006-10-14  Michael Stefaniucntdll/tests: Win64 printf format warning fixes.
2006-09-20  Paul Vriensntdll: Fixed conditional expression (Coverity).
2006-07-10  Paul Vriensntdll/tests: Added some NULL testing.
2006-06-30  Paul Vriensntdll: Fix return codes for NtCreateKey (with tests).
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-27  Eric PouechFix a couple of bugs spotted by valgrind.
2005-08-11  Francois GougetRemove unneeded wine/library.h include.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-04-11  Paul VriensFlags should be or-ed.
2005-03-29  Jacek CabanFixed ntdll:reg test on win9x.
2005-02-15  Ivan Leo PuotiMove Rtl*Registry* structs, defines and prototypes...
2005-02-14  Alexandre JulliardBrad DeMorrow