mshtml: Added IActiveScriptDebug32 stub implementation.
[wine] / dlls / advapi32 /
2008-04-11  Rob Shearmanadvapi32: Add exception handling around all service...
2008-04-11  James Hawkinsadvapi32: Fix a few tests that fail in win2k.
2008-04-09  Andrew Talbotadvapi32: Array parameters are passed to function as...
2008-04-07  Andrew Talbotadvapi32: Do not call MIDL_user_free() with pointer...
2008-04-02  Rob Shearmanwineboot: Start services.exe on startup instead of...
2008-04-01  Rob Shearmanadvapi32: Remove some unused services functions.
2008-03-31  Alexandre Julliardadvapi32: Silence the pipe read error in the normal...
2008-03-29  Rob Shearmanservices: Remove dependency on service name being deter...
2008-03-29  Rob Shearmanservices: Move ControlService and StartServiceW from...
2008-03-29  Rob Shearmanservices: Move LockServiceDatabase and UnlockServiceDat...
2008-03-29  Rob Shearmanservices: Move SetServiceStatus and QueryServiceStatusE...
2008-03-29  Mikołaj Zalewskiservices: Move GetServiceDisplayName to services.exe...
2008-03-29  Mikołaj Zalewskiservices: Move ChangeServiceConfigW implementation...
2008-03-29  Mikołaj Zalewskiservices: Move QueryServiceConfigW from advapi32.dll...
2008-03-29  Mikołaj Zalewskiservices: Move CreateService, OpenService and DeleteSer...
2008-03-29  Mikołaj Zalewskiservices: Start a local RPC server.
2008-03-27  Austin EnglishSpelling fixes.
2008-03-26  Stefan Leichteradvapi32: Partly implemented QueryServiceConfig2A/W.
2008-03-25  Juan Langadvapi32: Create MachineGuid value if it doesn't exist.
2008-03-25  Juan Langadvapi32: Test the MachineGuid value.
2008-03-22  Dan Hipschmanadvapi32: Add a stub for CreateRestrictedToken.
2008-03-19  Francois GougetAssorted spelling fixes.
2008-03-14  Paul Vriensadvapi/service: Give service its own debug channel.
2008-03-11  Alexandre Julliardadvapi32: Implemented RegOverridePredefKey.
2008-03-07  Paul Vriensadvapi32/tests: Fix a few typos.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-03  Paul Vriensadvapi32/tests: Skip not available functions.
2008-02-25  Paul Vriensadvapi32/tests: Don't crash on NT4, W2K and XP-SP1.
2008-02-22  Maarten Lankhorstadvapi: Check if service really exists before bombing...
2008-02-19  Francois Gougetadvapi32/tests: Check whether RegGetValue() '\0'-termin...
2008-02-19  Francois Gougetadvapi32/tests: Remove an obsolete comment: Wine's...
2008-02-19  Rob Shearmanadvapi32: Fix the AccessCheck tests so that the ACCESS_...
2008-02-18  Paul Vriensadvapi32/tests: Skip tests when our language isn't...
2008-02-18  Rob Shearmanadvapi32: Add tests for the off-by-one fixing behaviour...
2008-02-18  Rob Shearmanadvapi32: Document that the cbData parameter of RegSetV...
2008-02-18  Rob Shearmanadvapi32: Add tests for RegSetValueA/W.
2008-02-16  Juan Langadvapi32: Fix CryptVerifySignatureW test failures on...
2008-02-15  Francois Gougetadvapi32/tests: Check that a credential type is support...
2008-02-15  Francois Gougetadvapi32/tests: Factorize the password constants.
2008-02-15  Francois Gougetadvapi32: Add a rudimentary implementation of CredGetSe...
2008-02-15  Rob Shearmanadvapi32: The lpcbSecurityDescriptor parameter to RegGe...
2008-02-15  Paul Vriensadvapi32/tests: CryptVerifySignatureW is not implemente...
2008-02-12  Paul Vriensadvapi32/tests: Only use functions if they are implemented.
2008-02-07  Alexandre Julliardtests: Add a helper routine to wait for a child process...
2008-02-05  Stefan Leichteradvapi32: Fix the failing QueryServiceConfig2 test...
2008-02-04  Rob Shearmanadvapi32: Fix the size calculation in StartServiceW.
2008-01-25  Reece H. Dunnadvapi32: Fix some cred test failures on Vista and...
2008-01-24  Alexandre JulliardAvoid sizeof in traces.
2008-01-23  Francois Gougetadvapi32/tests: Add the trailing '\n' to an ok() call.
2008-01-23  Paul Vriensadvapi32/tests: Make tests run on win9x/NT4 again.
2008-01-23  Rob Shearmanadvapi32: Implement LookupAccountNameW for well-known...
2008-01-23  Rob Shearmanadvapi32: Add a test for LookupAccountNameA on a well...
2008-01-23  Rob Shearmanadvapi32: Implement SetEntriesInAclW.
2008-01-23  Rob Shearmanadvapi32: Add more tests for SetEntriesInAcl.
2008-01-22  Stefan Leichteradvapi32: Added some tests for QueryServiceConfig2A/W.
2008-01-18  Austin EnglishMisc spelling fixes.
2008-01-18  Francois Gougetadvapi32/tests: Actually test strings that expand to...
2008-01-11  Francois Gougetadvapi32: RegGetValueW() must return the required buffe...
2008-01-11  Francois Gougetadvapi32: RegGetValue() should not return an error...
2008-01-10  Paul Chitescuadvapi32: Accept a NULL lpServiceStatus in ControlService.
2008-01-08  Paul Vriensadvapi32/tests: Don't crash on win98.
2008-01-07  Alexandre Julliardadvapi32/tests: Print the correct size in an error...
2008-01-07  Alexandre Julliardadvapi32: Fix the length written to the pipe for the...
2008-01-04  Alexandre Julliardadvapi32: Don't wait for 20 seconds if a service fails...
2007-12-31  Andrew Talbotadvapi32: Remove unneeded casts.
2007-12-20  Alexandre Julliardadvapi32: Start non-interactive services in a separate...
2007-12-20  Alexandre Julliardadvapi32: Move the EnumDependentServicesA/W stubs in...
2007-12-19  Alexandre Julliardadvapi32: Return from StartServiceCtrlDispatcher when...
2007-12-19  Alexandre Julliardadvapi32: Replace the list of services with an array.
2007-12-19  Alexandre Julliardadvapi32: Use exponential backoff when waiting for...
2007-12-19  Alexandre Julliardadvapi32: Fix RegisterServiceCtrlHandler spec entry.
2007-12-19  Alexandre Julliardadvapi32: Reimplement RegisterServiceCtrlHandler on...
2007-12-14  Sam Dennisadvapi32: Fix undocumented behaviour in ReqQueryValueEx...
2007-12-07  Alexandre JulliardAvoid size_t types in traces.
2007-12-05  Tim Schwartzadvapi32: service_control_dispatcher(): Fixed invalid...
2007-12-03  Andrew Talbotadvapi32: Remove unneeded casts.
2007-11-29  Louis Lendersadvapi32: Add stub for CreateProcessWithLogonW.
2007-11-29  Andrew Talbotadvapi32: Fix a typo.
2007-11-28  Rob Shearmanadvapi32: Make the credential registry key stay around...
2007-11-28  Rob Shearmanadvapi32: Use the open_for_write parameter to open_cred...
2007-11-27  Rob Shearmanadvapi32: Add support for using the Mac Keychain servic...
2007-11-27  Rob Shearmanadvapi32: Fix a typo in CredEnumerateW.
2007-11-27  Rob Shearmanadvapi32: Move credential registry reading code to...
2007-11-19  Gerald Pfeiferadvapi32: Remove untriggerable check.
2007-11-12  Dan Kegeladvapi32: Fix buffer overrun in tests/registry.c:wine_d...
2007-11-09  Francois GougetAssorted spelling fixes.
2007-11-06  Alexandre JulliardMake some variables static.
2007-11-02  Paul Vriensadvapi32/tests: Make tests run on win98 again.
2007-10-31  Rob Shearmanadvapi32: Implement filter matching for CredEnumerate.
2007-10-31  Rob Shearmanadvapi32: Add tests for credential management functions.
2007-10-31  Rob Shearmanadvapi32: Implement ANSI credential management functions.
2007-10-31  Rob Shearmanadvapi32: Implement CredEnumerateW.
2007-10-31  Rob Shearmanadvapi32: Implement CredDeleteW.
2007-10-31  Rob Shearmanadvapi32: Implement CredReadW and CredFree.
2007-10-31  Rob Shearmanadvapi32: Implement CredWriteW.
2007-10-30  Dan Kegeladvapi32/tests: Fix undefined memory references in...
2007-10-26  Louis Lendersadvapi32: Export RegOverridePredefKey.
2007-10-26  Mikolaj Zalewskiadvapi32: Add a well known sid.
2007-10-26  Mikolaj Zalewskiadvapi32: Fix CreateWellKnownSid test on Windows XP.
2007-10-26  Rob Shearmanserver: Ignore ACEs with the INHERIT_ONLY_ACE flag...
next