winmm: GetDeviceID only considers a single name per entry.
[wine] / dlls / advapi32 /
2010-08-31  Alexandre Julliardadvapi32: Use int64 in the spec file for 64-bit integers.
2010-08-24  Alexandre Goujonadvapi32: Fix GetNamedSecurityInfo with NULL descriptor.
2010-08-18  Marko Nikolicadvapi32/tests: Removed sign comparison warnings in...
2010-08-18  Austin Lundadvapi32/tests: Add more error reporting for ReportEven...
2010-08-18  Austin Lundadvapi32: Add magic codes to HCRYPTKEY and HCRYPTHASH.
2010-07-28  Andrew Talbotadvapi32: Constify some variables.
2010-07-26  Marko Nikolicadvapi32: Removed sign comparison warning.
2010-07-26  Andrew Talbotadvapi32: Constify some variables.
2010-07-26  Harry JefferyFixed various spelling mistakes.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-20  Alexandre Goujonadvapi32: Fix cred domain according to tests.
2010-07-20  Hans Leidekkeradvapi32: Stub out the Safer* functions a bit more.
2010-07-19  Marko Nikolicadvapi32/tests: Removed sign comparison warning in...
2010-06-30  Marko Nikolicadvapi32/tests: Removed sign comparison warning in...
2010-06-29  Marko Nikolicadvapi32/tests: Replaced function lstrlen with strlen...
2010-06-21  Alexandre Julliardadvapi32: Make rpcrt4 a delayed import to work around...
2010-06-21  Marko Nikolicadvapi32/tests Fixed test macro in ConvertSecurityDescr...
2010-06-21  Marko Nikolicadvapi32/tests: Fixed -Wsign-compare warnings in securi...
2010-06-10  Alexandre Julliardadvapi32: Fix Unicode string lengths in LsaLookupSids.
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.
next