advapi32/tests: Fix memory leak (found by Smatch).
[wine] / dlls / advapi32 / tests /
2007-10-22  Lionel Debrouxadvapi32/tests: Fix memory leak (found by Smatch).
2007-10-22  Mikołaj Zalewskiadvapi32: Make CreateWellKnownSid create domain sids...
2007-10-22  Mikołaj Zalewskiadvapi32: Add a test for CreateWellKnownSid and impleme...
2007-10-22  Mikołaj Zalewskiadvapi32/tests: Define OBJECT_BASIC_INFORMATION in...
2007-10-22  Mikołaj Zalewskiadvapi32/tests: Make the SDDL test pass under Vista.
2007-10-16  Rob Shearmanadvapi32: Don't link to CreateWellKnownSid at compile...
2007-10-16  Rob Shearmanserver: Fix token_access_check to allow full access...
2007-10-16  Rob Shearmanntdll: Fix the return code from RtlSetDaclSecurityDescr...
2007-10-16  Rob Shearmanadvapi32: Add tests for AccessCheck with NULL DACLs...
2007-10-11  Francois GougetAssorted spelling fixes.
2007-10-03  Lionel Debrouxadvapi32/tests: Fix a typo.
2007-10-03  Lionel Debrouxadvapi32/tests: Fix memory leaks (found by Smatch).
2007-09-28  Mikolaj Zalewskiadvapi32: Fix GetServiceDisplayNameA for cchBuffer...
2007-09-28  Mikolaj Zalewskiadvapi32: Implement GetPrivateObjectSecurity (with...
2007-09-28  Mikolaj Zalewskiadvapi32: In ConvertStringSecurityDescriptorToSecurityD...
2007-09-28  Mikolaj Zalewskiadvapi32/ntdll: GetSecurityDescriptorOwner/Group should...
2007-09-28  Mikolaj Zalewskiadvapi32/ntdll: MakeRelativeSD should preserve NULL...
2007-09-27  Mikolaj Zalewskiadvapi32: The lpServiceStartName should default to...
2007-09-26  Mikolaj Zalewskiadvapi32: Implement ConvertSecurityDescriptorToStringSe...
2007-09-25  Mikolaj Zalewskiadvapi32: Make ConvertStringSidToSid not to ignore...
2007-09-25  Mikolaj Zalewskiadvapi32: Fix a test.
2007-09-24  Mikołaj Zalewskiadvapi32: Add some more rights constants for ConvertStr...
2007-08-27  Paul Vriensadvapi32/tests: Don't use locale dependent string for...
2007-08-23  Juan Langadvapi32: Add more tests for CryptVerifySignatureW...
2007-08-17  Paul Vriensadvapi32/tests: Skip a test when not properly logged...
2007-08-14  Paul Vriensadvapi32/tests: Use GetModuleHandleA and skip.
2007-08-14  Paul Vriensadvapi32/tests: Make tests run again on win95.
2007-08-08  Paul Vriensadvapi32/tests: Fix typo.
2007-07-31  Paul Vriensadvapi32/service: Cater better for domain in test.
2007-07-31  Alexandre Julliardadvapi32/tests: Don't test the contents of an uninitial...
2007-07-31  Francois GougetAssorted spelling fixes.
2007-07-30  Paul Vriensadvapi32/service: Cater for domain in the test.
2007-07-30  Paul Vriensadvapi32/tests: Use skip when we don't have enough...
2007-07-30  Paul Vriensadvapi32/service: Fix GetServiceDisplayNameA for servic...
2007-07-30  Paul Vriensadvapi32/service: Test for too small buffer.
2007-07-30  Paul Vriensadvapi32/service: Set correct error when the service...
2007-07-27  Paul Vriensadvapi32/service: Fix buffersize calculations for GetSe...
2007-07-27  Paul Vriensadvapi32/service: Forward GetServiceDisplayNameA to...
2007-07-27  Paul Vriensadvapi32/service: Test GetServiceDisplayNameA for servi...
2007-07-27  Paul Vriensadvapi32/service: More tests for GetServiceDisplayName.
2007-07-25  Paul Vriensadvapi32/service: Add tests for GetServiceKeyName.
2007-07-25  Paul Vriensadvapi32/service: Close a handle on failure.
2007-07-25  Paul Vriensadvapi32/service: Add another test for GetServiceDispla...
2007-07-24  Paul Vriensadvapi32/service: Handle is checked before servicename.
2007-07-23  Paul Vriensadvapi32/service: Add tests for GetDisplayName.
2007-07-23  Paul Vriensadvapi32/tests: Run on NT4 again.
2007-07-20  Dmitry Timoshkovadvapi32: Rename the test to better represent the teste...
2007-07-20  Paul Vriensadvapi32/service: Some 'refcount' tests.
2007-07-19  Paul Vriensadvapi32/service: Some tests for DeleteService.
2007-07-19  Paul Vriensadvapi32/service: Check for duplicate displayname.
2007-07-19  Paul Vriensadvapi32/service: Cleanup (long lines and a typo).
2007-07-19  Rob Shearmanadvapi32: Add tests for ConvertStringSecurityDescriptor...
2007-07-18  Paul Vriensadvapi32/service: Test for duplicate displayname.
2007-07-16  Paul Vriensadvapi32/service: Check combination of service-type...
2007-07-13  Paul Vriensadvapi32/tests: Use skip instead of trace.
2007-07-13  Paul Vriensadvapi/service: Check servicetype and starttype.
2007-07-12  Paul Vriensadvapi/service: Check for empty servicename and binaryname.
2007-07-12  Paul Vriensadvapi/service: Check if we have enough access rights...
2007-07-12  Paul Vriensadvapi/service: First tests (and fixes) for CreateService.
2007-07-09  Paul Vriensadvapi32: Handle to Service Control Manager is checked...
2007-07-06  Paul Vriensadvapi32/tests: Add tests for CloseServiceHandle.
2007-07-06  Paul Vriensadvapi32/tests: Add tests for OpenServiceA.
2007-07-05  Francois GougetAssorted spelling fixes.
2007-07-05  Paul Vriensadvapi32/tests: Use skip for not implemented function.
2007-07-03  Paul Vriensadvapi32/tests: Use skip when we don't have enough...
2007-07-02  Paul Vriensadvapi32/tests: Add tests for OpenSCManagerA.
2007-06-28  Paul Vriensadvapi32/service: Make sure we fill all struct members.
2007-06-27  Paul Vriensadvapi32/tests: Add some service related tests.
2007-06-25  Rob Shearmanadvapi32: Always set the requested fields of the securi...
2007-06-21  Francois Gougetadvapi32: Add more RegGetValue() conformance tests...
2007-04-30  Stefan Leichteradvapi32: Fix initial cleanup of the registry keys...
2007-04-23  Stefan Leichteradvapi32: More tests for RegDeleteTreeA.
2007-04-18  Francois Gougetadvapi32/tests: Use memcmp() instead of strcmp() so...
2007-04-16  Francois Gougetadvapi32: Fix and extend the RegQueryValueEx() tests.
2007-04-12  Paul Vriensadvapi32/tests: Fix RegQueryValueExA test for win9x...
2007-04-11  Paul Vriensadvapi32/tests: Use skip when OpenSCManagerA is not...
2007-04-10  Paul Vriensadvapi32/tests: Make sure NT4 and W2K tests don't fail.
2007-04-05  Stefan Leichteradvapi32: Add some tests for RegDeleteTreeA.
2007-04-02  Paul Vriensadvapi32/tests: Some cleanup.
2007-04-02  Paul Vriensadvapi32/tests: Reopen the main handle if needed.
2007-03-30  Paul Vriensadvapi32/tests: Add check to see if SetEntriesInAclW...
2007-03-30  Paul Vriensadvapi32/tests: Add check to see if ImpersonateSelf...
2007-03-29  Paul Vriensadvapi32/tests: Add check to see if LookupAccountNameA...
2007-03-29  Paul Vriensadvapi32/tests: Move check for ERROR_CALL_NOT_IMPLEMENT...
2007-03-29  Paul Vriensadvapi32/tests: Use skip.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-20  Jacek Cabanadvapi: Improve SetEntriesInAclW stub.
2007-03-17  Detlef Riekenbergadvapi32/tests: DuplicateTokenEx is not present on...
2007-03-16  Paul Vriensadvapi32/tests: RegQueryValueW is not always implemented.
2007-03-16  Rob Shearmanadvapi32: Fix a failing test on Windows caused by the...
2007-03-14  Paul Vriensadvapi32/tests: No need to check return value of GetMod...
2007-03-13  Paul Vriensadvapi32/tests: Use GetModuleHandle and skip.
2007-03-13  Paul Vriensadvapi32/tests: Use GetModuleHandle and skip.
2007-03-12  Paul Vriensadvapi32/tests: Prepare for more tests and use skip.
2007-03-12  Andrew Talbotadvapi32: Constify some variables.
2007-03-08  Alexandre Julliardadvapi32: Fixed registry test that failed because of...
2007-03-05  Paul Vriensadvapi32/tests: Move skip to a more appropriate place.
2007-03-05  Paul Vriensadvapi32/tests: Don't use FreeLibrary with GetModuleHandle.
2007-03-05  Andrew Talbotadvapi32: Replace const pointer parameters with correct...
2007-03-05  Paul Vriensadvapi32/tests: Make use of skip.
next