wined3d: Make some more ARB program functions private to the backend.
[wine] / dlls / advapi32 /
2008-09-19  Detlef Riekenbergadvapi32: Remove outdated comment.
2008-09-08  James Hawkinsadvapi32: ERROR_IO_PENDING is returned in Vista only...
2008-09-03  James Hawkinsadvapi32: Fix the process access rights value for Vista.
2008-09-03  James Hawkinsadvapi32: Fix a few test failures in Vista.
2008-09-02  Francois GougetAssorted spelling fixes.
2008-08-29  James Hawkinsadvapi32: Fix several failing tests in Vista.
2008-08-29  James Hawkinsadvapi32: Print the actual result of several failing...
2008-08-29  James Hawkinsadvapi32: Fix another set of failures on some Vista...
2008-08-29  James Hawkinsadvapi32: Fix a few failing tests in Vista.
2008-08-28  Vijay Kiran Kamujuadvapi32: Add stub for ConvertToAutoInheritPrivateObjec...
2008-08-27  Paul Vriensadvapi32/tests: Remove tests for calculation with drivers.
2008-08-26  Paul Vriensadvapi32/tests: Don't test unimplemented functions.
2008-08-26  Paul Vriensadvapi32/tests: SC_MANAGER_ENUMERATE_SERVICE is enough.
2008-08-25  Paul Vriensadvapi32/tests: Fix a crash.
2008-08-25  Paul Vriensadvapi32/tests: Remove duplicate test.
2008-08-22  Paul Vriensadvapi32/tests: Add tests for EnumServicesStatusExA.
2008-08-22  Paul Vriensadvapi32: Prevent a crash when passing an allowed NULL...
2008-08-22  Paul Vriensadvapi32/tests: Add tests for EnumServicesStatusA.
2008-08-22  Paul Vriensadvapi32/tests: Add tests for QueryServiceStatusEx.
2008-08-22  Paul Vriensadvapi32/tests: Add tests for QueryServiceStatus.
2008-08-22  Paul Vriensadvapi32/tests: Add helper function to get function...
2008-08-19  Michael Stefaniucadvapi/tests: CreateFile returns INVALID_HANDLE_VALUE...
2008-08-18  Alistair Leslie... advapi32: Fix test under w2k8.
2008-08-18  Alistair Leslie... advapi32: Fix two tests for w2k8.
2008-08-18  Dan Hipschmanadvapi32/tests: Add tests for GetSecurityInfo with...
2008-08-18  Dan Hipschmanadvapi32: Implement GetSecurityInfo.
2008-07-30  Detlef Riekenbergadvapi32/tests: Handle the results from Win9x in the...
2008-07-28  Andrew Talbotadvapi32: Remove unused variable.
2008-07-25  Mikołaj Zalewskiadvapi32: tests: Make WOW64 test pass under Win2k,...
2008-07-24  Mikołaj Zalewskiadvapi32: Remove access checks from advapi32 (makes...
2008-07-23  Andrew Talbotadvapi32: Sign-compare warnings fix.
2008-07-21  Mathias Koschadvapi32: Fix RegGetValue when dwFlags includes RRF_RT_ANY.
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-07-08  Andrew Talbotadvapi32: Remove unneeded address-of operator from...
2008-07-02  James Hawkinsadvapi32: Send in an empty string to RegSetValueEx...
2008-07-02  James Hawkinsadvapi32: Fix a failing test in win2k.
2008-06-30  James Hawkinsadvapi32: Fix a test failure on a non-admin XP system.
2008-06-25  Kai Blinadvapi32: Fix lsa tests for domain members.
2008-06-21  Louis Lendersadvapi32: Add stub for GetAuditedPermissionsFromAcl...
2008-06-18  Paul Vriensadvapi32/tests: Fix a test on NT4.
2008-06-11  Francois Gougetadvapi32/tests: Make sure Wine implements all tested...
2008-06-10  Francois Gougetadvapi32/tests: Don't allow Wine to reproduce Windows...
2008-05-27  Dan Kegeladvapi32: Don't test buffer length if buffer is null.
2008-05-22  Francois Gougetadvapi32/tests: Remove a stray reference to CryptReleas...
2008-05-20  Andrew Talbotadvapi32: Remove unused file-static variables.
2008-05-08  Alexandre Julliardservices: Send the service name in the control requests.
2008-05-07  Paul Vriensadvapi32/tests: Add another test.
2008-05-05  Andrew Talbotadvapi32: Avoid giving variables same name as library...
2008-05-01  Rob Shearmanadvapi32: Make sure not to return a credential with...
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-30  Andrew Talbotadvapi32: Use correct function pointer cast.
2008-04-29  Alexandre JulliardInclude wine/port.h everywhere we use exceptions.
2008-04-29  Lei Zhangadvapi32: Replace UuidToStringW call with a sprintfW.
2008-04-25  James Hawkinsadvapi32: Fix a test that fails in win2k3 SP2.
2008-04-21  James Hawkinsadvapi32: Fix a test that fails in win2k3.
2008-04-21  James Hawkinsadvapi32: Remove a test that fails on some systems.
2008-04-21  James Hawkinsadvapi32: Fix a test that fails on some versions of...
2008-04-18  Marcus Meissneradvapi32: Initialize hLock.
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...
next