ole32: Move private data structure out of header file.
[wine] / dlls / advapi32 /
2009-01-26  James Hawkinsadvapi32: Skip tests if the default provider cannot...
2009-01-26  Alasdair Sinclairadvapi32/tests: Fix missing void in empty parameter...
2009-01-21  Alexandre Julliardadvapi32: Fix GetServiceDisplayNameW behavior to pass...
2009-01-21  Alexandre Julliardadvapi32: Fix GetServiceKeyNameW behavior to pass the...
2009-01-21  Alexandre Julliardadvapi32/tests: Add some more tests for GetServiceDispl...
2009-01-20  Alexandre Julliardadvapi32/tests: Add some more tests for GetServiceKeyName.
2009-01-20  Alexandre Julliardadvapi32/tests: Improve error reporting in the service...
2009-01-19  Alexandre Julliardadvapi32/tests: Fix some service test failures on NT4...
2009-01-19  Alexandre Julliardadvapi32: Get rid of the client-side service handle...
2009-01-19  Alexandre Julliardadvapi32: Reimplemented QueryServiceConfig2W in service...
2009-01-15  Nikolay Sivovadvapi32: Added SaferCreateLevel stub.
2009-01-15  Nikolay Sivovadvapi32/tests: Test for enumeration order preservation...
2009-01-14  Nikolay Sivovntdll: Check pointers in NtAccessCheck to prevent acces...
2009-01-13  Michael Stefaniucadvapi32/tests: Remove superfluous pointer casts.
2009-01-08  Alexandre Julliardadvapi32: Fix pointer cast warnings on 64-bit.
2009-01-06  Paul Vriensadvapi32/tests: Fix two test failures on Vista and...
2009-01-04  Michael Stefaniucinclude: Change RPC_STATUS from long to LONG for Win64...
2009-01-02  James Hawkinsadvapi32: Request the owner and group token size instea...
2009-01-02  Andrew Talbotadvapi32: Remove unused function.
2008-12-29  Francois Gougetadvapi32/tests: Add a trailing '\n' to ok() calls.
2008-12-26  Andrey Turkinadvapi32: Implement CredReadDomainCredentials stub...
2008-12-17  Maarten Lankhorstntdll: Make all exported wine functions CDECL.
2008-12-11  Ricardo Filipeadvapi32: Add stub for UnregisterTraceGuids.
2008-12-10  Paul Vriensadvapi32/tests: Fix a test failure on NT4.
2008-12-10  Paul Vriensadvapi32/tests: Only skip tests on NT4.
2008-12-09  Paul Vriensadvapi32/tests: Fix some test failures on NT4.
2008-12-08  Paul Vriensadvapi32/tests: Fix a few test failures on NT4.
2008-12-01  Paul Vriensadvapi32/tests: Fix some crashes on NT4.
2008-11-26  Alexandre Julliardadvapi32: Reimplemented ChangeServiceConfig2W in servic...
2008-11-25  Paul Vriensadvapi32/tests: Fix a test failure on NT4.
2008-11-24  Lei Zhangadvapi32: Allow opening HKEY_CLASSES_ROOT subkeys with...
2008-11-24  Ricardo Filipeadvapi32: Removed dead assignments (llvm/clang).
2008-11-21  Francois Gougetadvapi32/tests: Check how the registry APIs handle...
2008-11-21  Francois Gougetadvapi32/tests: Fix the line number reported by test_hk...
2008-11-21  Francois Gougetadvapi32/tests: Cleanup test_hkey_main_Value_[AW]().
2008-11-11  Kai Blinadvapi32: Implement LsaSetSecret stub.
2008-11-11  Paul Vriensadvapi32/tests: Fix valgrind warning.
2008-11-10  Alistair Leslie... advapi32: Correct off by one in LookupPrivilegeValueW.
2008-11-10  Detlef Riekenbergadvapi32/tests: Fix broken GetLastError tests.
2008-11-10  Detlef Riekenbergadvapi32/tests: Fix tests on win9x (GetFileSecurity...
2008-11-10  Alistair Leslie... advapi32: Correct spelling of SE_CHANGE_NOTIFY_PRIVILEGE.
2008-11-07  Alexandre Julliardadvapi32/tests: Avoid sizeof in traces.
2008-11-07  Paul Bryan Robertsserver: Clone file_get_sd() and file_set_fd() for direc...
2008-11-07  Paul Bryan Robertsadvapi32: Add TRACE to GetFileSecurity().
2008-11-07  Paul Bryan Robertsadvapi32/tests: Simple tests of GetFileSecurity()/SetFi...
2008-11-07  Nicolas Le Camadvapi32/tests: Run a test on more platforms.
2008-11-07  Nicolas Le Camadvapi32/tests: test_enum_provider_types test cleanup.
2008-10-31  Marcus Meissneradvapi32: Removed redundant NULL check.
2008-10-31  Juan Langadvapi32: Print error if opening /dev/urandom fails...
2008-10-28  Austin Englishadvapi32/tests: fix a couple failures on Vista.
2008-10-27  Michael Stefaniucadvapi32/tests: Use 0 instead of casting NULL to a...
2008-10-21  Paul Bryan Robertsadvapi32: LookupAccountNameW() - only first user accoun...
2008-10-21  Paul Bryan Robertsadvapi32: LookupAccountSidW() - handle first user account.
2008-10-21  Paul Bryan Robertsadvapi32: LookupAccountNameW() - NULL account name...
2008-10-21  Paul Bryan Robertsadvapi32: LookupAccountNameW() - use CreateWellKnownSid...
2008-10-21  Paul Bryan Robertsadvapi32: LookupAccountNameW() - correct call in SetEnt...
2008-10-21  Paul Bryan Robertsadvapi32: LookupAccountNameW() - use ACCOUNT_SIDS domai...
2008-10-21  Paul Bryan Robertsadvapi32: LookupAccountNameW() - return correct domain...
2008-10-21  Paul Bryan Robertsadvapi32: LookupAccountNameW() - passes expected SidTyp...
2008-10-21  Paul Bryan Robertsadvapi32: LookupAccountNameW() - add got clause to...
2008-10-20  Paul Bryan Robertsntdll: RtlSetControlSecurityDescriptor() implementation...
2008-10-17  Paul Bryan Robertsadvapi32: ConvertStringSecurityDescriptorToSecurityDesc...
2008-10-16  Michael Stefaniucadvapi32/tests: Remove superfluous casts of void pointe...
2008-10-15  Austin Englishadvapi32: Quiet a noisy fixme.
2008-10-08  Paul Vriensadvapi2/tests: Compare instead of assign.
2008-10-06  Marcus Meissneradvapi32: Check for NULL ptr.
2008-09-30  Rob Shearmanadvapi32: Output the last error when services tests...
2008-09-25  Alexandre Julliardadvapi32: Always pass a valid argv pointer to a service...
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.
next