ole32: Add tests for passing invalid arguments to CoUnmarshalInterface.
[wine] / dlls / advapi32 /
2007-01-05  Francois Gougetadvapi32: Remove a useless macro.
2006-12-28  Rob Shearmanadvapi32: Change the test for the type parameter of...
2006-12-14  Francois Gougetadvapi32/tests: Replace an '#if 0' with an 'if (0)'.
2006-12-06  Paul Vriensadvapi32/tests: Free memory after use.
2006-12-05  Andrew Talbotadvapi32: Eliminate wild pointers.
2006-12-01  James Hawkinsadvapi32: Add tests for LookupAccountName.
2006-11-30  James Hawkinsadvapi32: Remove redundant NULL checks before CRYPT_Free.
2006-11-29  Dmitry Timoshkovadvapi32: Make some data const.
2006-11-13  Francois GougetAdd some documentation headers to make winapi_check...
2006-11-13  Andrew Talbotadvapi32: Constify a parameter.
2006-11-10  Alexandre Julliardadvapi32: Fixed last error check in RegSaveKey.
2006-11-08  Francois GougetFix ntsecapi.h so it does not depend on winternl.h.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-06  Andrey Turkinadvapi32: Test for OpenProcessToken with MAXIMUM_ALLOWE...
2006-10-23  Eric Pouechadvapi32: Fixed a couple items from previous patch...
2006-10-20  Eric Pouechadvapi32: Plug a couple of memory leaks.
2006-10-18  Alexandre Julliardadvapi32: Cast-qual warning fix.
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-12  Alexandre JulliardFixed some printf warnings caused by using sizeof.
2006-10-12  James Hawkinsadvapi32: Make internal functions static.
2006-10-06  James Hawkinsadvapi32: Remove redundant NULL check before SERV_free...
2006-10-04  Hans Leidekkeradvapi32/tests: Win64 printf format warning fixes.
2006-10-03  Hans Leidekkeradvapi32: Win64 printf format warning fixes.
2006-10-02  Paul Vriensadvapi32: Make sure it's a real cleanup.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-25  Huw Daviesadvapi32: Fix ADVAPI_GetComputerSid to work correctly...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-08  Francois GougetAssorted spelling fixes.
2006-09-07  Robert Reifadvapi32: Fix lsa tests on windows98.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-28  Andrew Talbotadvapi32/tests: Cast-qual warnings fix.
2006-08-28  Robert Reifadvapi32: Fix security tests to not crash on windows.
2006-08-26  Andrew Talbotadvapi32: Cast-qual warnings fix.
2006-08-26  Robert Reifadvapi32: Fix LookupAccountSid and tests to pass on...
2006-08-26  Robert Reifadvapi32: Fix lsa tests.
2006-08-24  Robert Reifadvapi32: Output information on failed LsaQueryInformat...
2006-08-21  Robert Reifadvapi32: LookupAccountSid buffer size query tests.
2006-08-21  Robert Reifadvapi32: LookupAccountSid buffer size query fixes.
2006-08-18  Robert Reifadvapi32: Fix test_LookupAccountSid to work on win9x.
2006-08-16  Robert Shearmanadvapi32: Add tests for RegQueryValueEx to show that...
2006-08-16  Robert Reifadvapi32: Fix LsaQueryInformationPolicy test to pass...
2006-08-14  Robert Reifadvapi32: Move duplicated code into function.
2006-08-14  Robert Reifadvapi32: Try again with different access mask if LsaOp...
2006-08-14  Robert Reifadvapi32: Add more LookupAccountSid tests.
2006-08-14  Robert Reifadvapi32: Add more SIDs to AccountLookupSid.
2006-08-14  Andrew Talbotadvapi32/tests: Write-strings warnings fix.
2006-08-12  Robert Reifadvapi32: Add some more well known SIDs.
2006-08-04  Robert Reifadvapi32: Add more SID tests.
2006-08-04  Robert Reifadvapi32: Add a computer SID to the registry.
2006-08-02  Robert Reifadvapi32: Check returned data from LsaQueryInformationP...
2006-08-02  Robert Reifadvapi32: LsaQueryInformationPolicy: do the right thing...
2006-08-01  Robert Reifadvapi32: More LsaQueryInformationPolicy tests.
2006-08-01  Robert Reifadvapi32: LsaQueryInformationPolicy update.
2006-07-31  Robert Reifadvapi32: Add computer sid support to LookupAccountSidW.
2006-07-31  Robert Reifadvapi32: Add more helper functions.
2006-07-31  Robert Reifadvapi32: Add string sid tests.
2006-07-31  Robert Reifadvapi32: Print more info about failed test.
2006-07-31  Robert Reifadvapi32: Make ADVAPI_IsLocalComputer global and remove...
2006-07-29  Robert Reifadvapi32: Fix debugstr_sid to print unsigned SubAuthority.
2006-07-29  Robert Reifadvapi32: Move SID members from WELLKNOWNSID to MAX_SID.
2006-07-21  Robert Reifadvapi32: Partial LookupAccountSid implementation.
2006-07-18  Andrew Talbotadvapi32/tests: Write-strings warnings fix.
2006-07-17  Robert Reifadvapi32: Add CreateWellKnownSid and IsWellKnownSid.
2006-07-12  Robert Reifadvapi32: Fix LsaQueryInformationPolicy HeapAlloc bug.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-11  Bang Jun-Youngadvapi32: Fix registry API prototypes to match the...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-07  James Hawkinsadvapi32: Get the token type in ImpersonateLoggedOnUser.
2006-07-07  James Hawkinsadvapi32: Add tests for LookupAccountSid.
2006-07-05  Robert Shearmanadvapi32: Fix the service function being called when...
2006-07-03  Robert Shearmanadvapi32: Implement RegisterServiceCtrlHandleExW.
2006-06-30  Robert Shearmanadvapi32: Implement RegDisablePredefinedCache.
2006-06-26  Ivan Leoadvapi32/tests: Fix a crash when ConvertSidToStringSidA...
2006-06-23  Juan Langadvapi: Add a stub for SystemFunction035.
2006-06-13  Alexandre Julliardadvapi32: Don't use sizeof in traces to avoid printf...
2006-06-13  Alexandre Julliardadvapi32/tests: Use lstrlenA instead of strlen in ok...
2006-06-13  Robert Shearmanadvapi32: Fix the parsing of string SIDs with multiple...
2006-06-13  Robert Shearmanadvapi32: Replace some mixed tabs with spaces.
2006-06-13  Robert Shearmanadvapi32: Support well-knowns SIDs in string SIDs.
2006-06-13  Robert Shearmanadvapi32: Nul-terminate the domain string in LookupAcco...
2006-06-12  Alexandre Julliardadvapi32: Make some variables static and/or const.
2006-06-12  Alexandre Julliardadvapi32: Added spec entry for GetEffectiveRightsFromAclW.
2006-06-10  Saulius Krasuckasadvapi32: Test RegSetValueEx[AW] for setting some seque...
2006-06-05  Mike McCormackadvapi32: Fix comment to match the function (thanks...
2006-06-05  Mike McCormackadvapi32: Implement and test SystemFunction031.
2006-06-05  Mike McCormackadvapi32: Implement and test SystemFunction030.
2006-06-02  Saulius Krasuckasadvapi32: Enable some tests and extend them to succeed...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-22  Saulius Krasuckasadvapi32: Skip token attribute testing if OpenProcessTo...
2006-05-22  Saulius Krasuckasadvapi32: Make test loadable on win9x.
2006-05-22  Mike McCormackadvapi32: Implement and test SystemFunction026+027.
2006-05-22  Mike McCormackadvapi32: Implement and test SystemFunction011.
2006-05-22  Mike McCormackadvapi32: Test and implement SystemFunction024/025.
2006-05-22  Mike McCormackadvapi32: Implement and test SystemFunction(012-023).
2006-05-22  Mike McCormackadvapi32: Implement and test SystemFunction010.
2006-05-22  Mike McCormackadvapi32: Implement and test SystemFunction009.
2006-05-20  Paul Chitescuadvapi32: Add stub FileEncryptionStatus and declarations.
next