advapi32: Implement CredReadDomainCredentials stub and tests.
[wine] / dlls / advapi32 /
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.
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.
next