rundll32: Check more heap allocation failure paths for consistency.
[wine] / dlls / advapi32 /
2010-04-26  Gerald Pfeiferadvapi32: Remove variable ret which is not really used...
2010-04-02  Mikhail Maroukhineadvapi32: Fix compiler warnings with flag -Wcast-qual.
2010-04-02  Alexandre Julliardserver: Disallow all operations on deleted registry...
2010-04-02  Alexandre Julliardadvapi32: Add support for the KEY_WOW64_32KEY flag...
2010-04-02  Alexandre Julliardadvapi32: Add support for the KEY_WOW64_32KEY flag...
2010-04-02  Alexandre Julliardadvapi32: Don't use the static Unicode buffer for value...
2010-04-01  Vincent Povirkadvapi32: Add test for RegDeleteValue.
2010-04-01  Vincent Povirkadvapi32: Add tests for registry keys that have been...
2010-03-29  Mikhail Maroukhineadvapi32: Fix compiler warnings with flag -Wcast-qual.
2010-03-22  Andrew Nguyeninclude: Add prototypes for RtlEncryptMemory and RtlDec...
2010-03-22  Andrew Nguyenadvapi32: Fix SystemFunction036 prototype to match...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Paul Vriensadvapi32/tests: Restore default cryptographic provider...
2010-03-04  Alexandre Julliardadvapi32/tests: Add a number of tests for Wow64 registr...
2010-03-01  Alexandre Julliardadvapi32: Create keys recursively if necessary.
2010-02-23  Alexandre Julliardadvapi32/tests: Fix a test failure on Wow64.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-19  Alexandre Julliardadvapi32/tests: Fix the ReadEventLog error checking.
2010-02-18  Alexandre Julliardadvapi32/tests: Avoid crashing if ReadEventLogA fails.
2010-02-18  Alexandre Julliardadvapi32: Implemented RegDeleteKeyExA/W.
2010-02-17  Dan Kegeladvapi32: Fix leak in test_symlinks.
2010-02-16  Alexandre Julliardntdll: Fix the return value of NtOpenKey for some inval...
2010-02-15  Alexandre Julliardadvapi32/tests: Add tests for registry symlinks at...
2010-02-15  Alexandre Julliardadvapi32: Add support for registry symlinks.
2010-02-02  Alexandre Julliardadvapi32/tests: Fix the service inactive state check...
2010-02-01  Maarten Lankhorstadvapi32: Fix RegGetValue on REG_BINARY data.
2010-01-18  Andrew Nguyenadvapi32/tests: Test SystemFunction036.
2010-01-18  James HawkinsRevert "advapi32: Free descriptor if it isn't returned...
2010-01-11  Nikolay Sivovadvapi32: Free descriptor if it isn't returned from...
2010-01-07  James Hawkinsadvapi32: Fix a few memory leaks. Use the correct API...
2010-01-07  Marcin Baczyńskiadvapi32/tests: Remove superfluous void* cast.
2009-12-11  Juan Langadvapi32/tests: Fix memory leaks in tests.
2009-12-08  Paul Vriensadapi32/tests: Fix test failures when the computername...
2009-12-07  Paul Chitescuadvapi32: Reduce registry access to MAXIMUM_ALLOWED...
2009-12-07  Paul Vriensadvapi32/tests: Fix some test failures when the compute...
2009-12-02  Rob Shearmanadvapi32: Fix memory leaks in security tests.
2009-12-02  Rob Shearmanadvapi32: Don't test the contents of memory outside...
2009-12-01  Hans Leidekkeradvapi32: Improve the stub for GetEffectiveRightsFromAclA.
2009-11-30  Paul Vriensadvapi32/tests: Add some EnumServicesStatus*W tests.
2009-11-24  Paul Vriensadvapi32/tests: Fix a test failure on W2K3 without...
2009-11-24  Paul Vriensadvapi32/tests: Fix an intermittent crash on NT4.
2009-11-23  Louis Lendersadvapi32: Don't delay import rpcrt4.
2009-11-23  Paul Vriensadvapi32/tests: Fix test failures on Vista and higher...
2009-11-20  Alexandre Julliardadvapi32/tests: Add some tests for creation of volatile...
2009-11-18  Austin Lundadvapi32/tests: Skip tests for ACL file info if ACL...
2009-11-17  Paul Vriensadvapi32/tests: Add some extra info to an ok() call.
2009-11-17  Paul Vriensadvapi32/tests: Fix some test failures on Vista without...
2009-11-17  Paul Vriensadvapi32/tests: Fix some test failures on NT4.
2009-11-17  Paul Vriensadvapi32/tests: Skip some tests on Win9x and WinMe.
2009-11-16  Paul Vriensadvapi32/tests: Fix a test failure with Wow64.
2009-11-16  Paul Vriensadvapi32/tests: Fix some test failures on 64bit systems.
2009-11-16  Detlef Riekenbergadvapi32: Dump the guid in a FIXME.
2009-11-16  Rob Shearmanadvapi32: EqualSid should set last error to ERROR_SUCCESS.
2009-11-16  Rob Shearmanadvapi32: Add tests for EqualSid.
2009-11-13  Paul Vriensadvapi32/tests: Add tests for reading and writing to...
2009-11-11  Rob Shearmanadvapi32: Use a duplicate of the process token if a...
2009-11-11  Rob Shearmanadvapi32: Fix CheckTokenMembership test on Windows.
2009-11-10  Paul Vriensadvapi32/tests: Run tests on Win9x/WinMe again.
2009-11-09  Rob Shearmanadvapi32: Implement CheckTokenMembership.
2009-11-09  Francois GougetAssorted spelling fixes.
2009-11-05  Paul Vriensadvapi32/tests: Fix a test failure on Vista+.
2009-11-04  Jeremy Whiteadvapi32/tests: Only release providers and free keys...
2009-11-04  Paul Vriensadvapi32/tests: Add some tests for handling a backup...
2009-11-04  Paul Vriensadvapi32: Add a input parameter check to ClearEventLog.
2009-11-04  Paul Vriensadvapi32/tests: Add some ClearEventLog tests.
2009-11-03  Jeremy Whiteadvapi32/tests: Prevent test failure when computer...
2009-11-03  Paul Vriensadvapi32: Add some input parameter checks to OpenBackup...
2009-11-03  Paul Vriensadvapi32/tests: Add some OpenBackupEventLog tests.
2009-11-03  Paul Vriensadvapi32/tests: Add some ReadEventLogA tests.
2009-10-30  Paul Vriensadvapi32: Add some input parameter checks to BackupEven...
2009-10-30  Paul Vriensadvapi32/tests: Add some BackupEventLog tests.
2009-10-29  Paul Vriensadvapi32: Add some input parameter checks to GetOldestE...
2009-10-29  Paul Vriensadvapi32/tests: Add some GetOldestEventLogRecord tests.
2009-10-29  Paul Vriensadvapi32: Add some input parameter checks to GetNumberO...
2009-10-29  Paul Vriensadvapi32/tests: Add some GetNumberOfEventLogRecords...
2009-10-28  Paul Vriensadvapi32: Add a stubbed GetEventLogInformation with...
2009-10-28  Paul Vriensadvapi32/tests: Add some GetEventLogInformation tests.
2009-10-27  Paul Vriensadvapi32/tests: Add a input parameter check (CloseEvent...
2009-10-27  Paul Vriensadvapi32/tests: Cope with empty servername.
2009-10-27  Paul Vriensadvapi32/tests: Add some input parameter checks.
2009-10-27  Paul Vriensadvapi32/tests: Add some basic eventlog tests.
2009-10-23  Juan Langadvapi32: Fix a comment typo.
2009-10-23  Paul Vriensadvapi32/tests: Fix some test failures on several platf...
2009-10-22  Alexandre Julliardadvapi32: Fix lookup of the current user SID in SetEntr...
2009-10-22  Juan Langrsaenh: Revert part of d3c482250a8232e9657ecefb3e61fff0...
2009-10-22  Juan Langrsaenh: Fail if CRYPT_IPSEC_HMAC_KEY is passed to Crypt...
2009-10-22  Juan Langrsaenh: Add more tests of the RC2 key length.
2009-10-14  Paul Vriensadvapi32/tests: Fix a test failure on Vista and higher.
2009-10-14  Paul Vriensadvapi32/tests: Fix a test failure on W2K and lower.
2009-10-13  Paul Vriensadvapi32/tests: Add some extra tests.
2009-10-13  Paul Vriensadvapi32: Skip leading spaces when parsing.
2009-10-13  Paul Vriensadvapi32/tests: Make some tests table driven.
2009-10-13  Dmitry Timoshkovrsaenh: Fix the accepted RC2 key length, based on a...
2009-10-12  Detlef Riekenbergadvapi32: Add stubs for ControlTrace[A|W].
2009-10-12  Detlef Riekenbergadvapi32: Add stub for EnableTrace.
2009-10-12  Detlef Riekenbergadvapi32: Add stubs for StartTrace[A|W].
2009-10-12  Detlef Riekenbergadvapi32: Add stubs for QueryAllTraces[A|W].
2009-10-12  Andrey Turkinadvapi32: Ignore invalid MultipleTrusteeOperation value...
2009-10-07  Alexandre Julliardadvapi32: Use strict prototypes in the VTableProvStruc...
2009-10-06  Alexandre Julliardadvapi32: Retrieve the current user SID from the server...
next