mshtml: Updated French translation.
[wine] / dlls / advapi32 /
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...
2007-10-26  Rob Shearmanadvapi32: Fix the ACCESS_SYSTEM_SECURITY test by impers...
2007-10-26  Rob Shearmanadvapi32: Add a test for access checks with the INHERIT...
2007-10-25  Juan Langadvapi32: Add stubs for CredEnumerateA/W.
2007-10-25  Rob Shearmanadvapi32: Print out the unknown value for sid use in...
2007-10-23  Rob Shearmanntdll: Add a stub for RtlSetControlSecurityDescriptor.
2007-10-23  Francois GougetBetter match the PSDK types and update win32.api to...
2007-10-23  Rob Shearmanntdll: Fix RtlValidAcl to accept newer ACL revisions.
2007-10-23  Rob Shearmanadvapi32: Add some tests for ACL functions.
2007-10-23  Rob Shearmanadvapi32: Runtime link to CreateWellKnownSid in the...
2007-10-23  Hans Leidekkeradvapi32: Remove tests for the sha context structure.
2007-10-22  Lionel Debrouxadvapi32/tests: Fix memory leak (found by Smatch).
2007-10-22  Mikołaj Zalewskiadvapi32: Make CreateWellKnownSid create domain sids...
2007-10-22  Mikołaj Zalewskiadvapi32: Add a test for CreateWellKnownSid and impleme...
2007-10-22  Mikołaj Zalewskiadvapi32/tests: Define OBJECT_BASIC_INFORMATION in...
2007-10-22  Mikołaj Zalewskiadvapi32/tests: Make the SDDL test pass under Vista.
2007-10-17  Bang Jun-youngadvapi32: Fix AdjustTokenPrivileges() to match the...
2007-10-16  Rob Shearmanadvapi32: Don't link to CreateWellKnownSid at compile...
2007-10-16  Rob Shearmanserver: Fix token_access_check to allow full access...
2007-10-16  Rob Shearmanntdll: Fix the return code from RtlSetDaclSecurityDescr...
2007-10-16  Rob Shearmanadvapi32: Add tests for AccessCheck with NULL DACLs...
2007-10-15  Louis Lendersadvapi32: Improve stub for EnumServicesStatusExA a...
2007-10-15  Francois GougetBetter match the PSDK types and update win32.api to...
2007-10-11  Francois GougetAssorted spelling fixes.
2007-10-04  Mikolaj Zalewskiadvapi32: security: Remove unneeded FIXME.
2007-10-03  Lionel Debrouxadvapi32/tests: Fix a typo.
2007-10-03  Lionel Debrouxadvapi32/tests: Fix memory leaks (found by Smatch).
2007-10-03  Rob Shearmanadvapi32: Allow GetFileSecurityA/W to work on files...
2007-10-03  Rob Shearmanadvapi32: Implement SetFileSecurityW on top of NtSetSec...
2007-09-28  Mikolaj Zalewskiadvapi32: Fix GetServiceDisplayNameA for cchBuffer...
2007-09-28  Mikolaj Zalewskiadvapi32: Implement GetPrivateObjectSecurity (with...
2007-09-28  Mikolaj Zalewskiadvapi32: In ConvertStringSecurityDescriptorToSecurityD...
2007-09-28  Mikolaj Zalewskiadvapi32: Make ConvertStringSecurityDescriptorToSecurit...
2007-09-28  Mikolaj Zalewskiadvapi32/ntdll: GetSecurityDescriptorOwner/Group should...
2007-09-28  Mikolaj Zalewskiadvapi32/ntdll: MakeRelativeSD should preserve NULL...
2007-09-27  Mikolaj Zalewskiadvapi32: The lpServiceStartName should default to...
2007-09-27  Michael Stefaniucadvapi32: Move the storage specifier to the beginning...
2007-09-26  Mikolaj Zalewskiadvapi32: Make ConvertSidToStringSid use helper functio...
2007-09-26  Mikolaj Zalewskiadvapi32: Implement ConvertSecurityDescriptorToStringSe...
2007-09-25  Christian Gmeineradvapi32: fix some compiler warnings when using -Wsign...
2007-09-25  Mikolaj Zalewskiadvapi32: Make ConvertStringSidToSid not to ignore...
2007-09-25  Mikolaj Zalewskiadvapi32: Add AddAuditAccessAceEx.
2007-09-25  Mikolaj Zalewskiadvapi32: Fix a test.
2007-09-24  Mikołaj Zalewskiadvapi32: Add some more rights constants for ConvertStr...
2007-09-18  Francois Gougetadvapi32: Add and use LSTATUS.
2007-09-18  Mikolaj Zalewskiadvapi32: QueryObjectSecurity should return a self...
2007-09-14  Rob Shearmanadvapi32: Fix ImpersonateNamedPipeClient to pass in...
2007-09-12  Lionel Debrouxadvapi32: Replace SERV_free by HeapFree.
2007-08-27  Paul Vriensadvapi32/tests: Don't use locale dependent string for...
2007-08-23  Mikolaj Zalewskiadvapi32: Obtain the process id locally.
2007-08-23  Mikolaj Zalewskiadvapi32: Return an error if we try to start an already...
2007-08-23  Juan Langadvapi32: Add more tests for CryptVerifySignatureW...
2007-08-17  Paul Vriensadvapi32/tests: Skip a test when not properly logged...
2007-08-14  Paul Vriensadvapi32/tests: Use GetModuleHandleA and skip.
2007-08-14  Paul Vriensadvapi32/tests: Make tests run again on win95.
2007-08-08  Paul Vriensadvapi32/tests: Fix typo.
2007-07-31  Paul Vriensadvapi32/service: Cater better for domain in test.
2007-07-31  Alexandre Julliardadvapi32/tests: Don't test the contents of an uninitial...
2007-07-31  Francois GougetAssorted spelling fixes.
2007-07-31  Francois Gougetcrypt32: Fix the CryptReleaseContext() prototype.
2007-07-30  Paul Vriensadvapi32/service: Cater for domain in the test.
2007-07-30  Paul Vriensadvapi32/tests: Use skip when we don't have enough...
2007-07-30  Paul Vriensadvapi32/service: Be a bit more consistent.
2007-07-30  Paul Vriensadvapi32/service: Fix GetServiceDisplayNameA for servic...
2007-07-30  Paul Vriensadvapi32/service: Test for too small buffer.
2007-07-30  Paul Vriensadvapi32/service: Set correct error when the service...
2007-07-27  Paul Vriensadvapi32/service: Fix buffersize calculations for GetSe...
2007-07-27  Paul Vriensadvapi32/service: Forward GetServiceDisplayNameA to...
2007-07-27  Paul Vriensadvapi32/service: Test GetServiceDisplayNameA for servi...
2007-07-27  Paul Vriensadvapi32/service: More tests for GetServiceDisplayName.
2007-07-25  Paul Vriensadvapi32/service: Add tests for GetServiceKeyName.
2007-07-25  Paul Vriensadvapi32/service: Close a handle on failure.
2007-07-25  Paul Vriensadvapi32/service: Add another test for GetServiceDispla...
2007-07-24  Paul Vriensadvapi32/service: Handle is checked before servicename.
2007-07-23  Paul Vriensadvapi32/service: Add tests for GetDisplayName.
2007-07-23  Paul Vriensadvapi32/tests: Run on NT4 again.
next