advapi32/tests: Simple tests of GetFileSecurity()/SetFileSecurity().
[wine] / dlls / advapi32 / tests / security.c
2008-11-07  Paul Bryan Robertsadvapi32/tests: Simple tests of GetFileSecurity()/SetFi...
2008-10-28  Austin Englishadvapi32/tests: fix a couple failures on Vista.
2008-10-21  Paul Bryan Robertsadvapi32: LookupAccountNameW() - only first user accoun...
2008-10-21  Paul Bryan Robertsadvapi32: LookupAccountNameW() - NULL account name...
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-09-03  James Hawkinsadvapi32: Fix the process access rights value for Vista.
2008-08-29  James Hawkinsadvapi32: Fix several failing tests in Vista.
2008-08-26  Paul Vriensadvapi32/tests: Don't test unimplemented functions.
2008-08-19  Michael Stefaniucadvapi/tests: CreateFile returns INVALID_HANDLE_VALUE...
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-02  James Hawkinsadvapi32: Fix a failing test in win2k.
2008-04-11  James Hawkinsadvapi32: Fix a few tests that fail in win2k.
2008-03-19  Francois GougetAssorted spelling fixes.
2008-03-07  Paul Vriensadvapi32/tests: Fix a few typos.
2008-03-03  Paul Vriensadvapi32/tests: Skip not available functions.
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-07  Alexandre Julliardtests: Add a helper routine to wait for a child process...
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-08  Paul Vriensadvapi32/tests: Don't crash on win98.
2007-12-07  Alexandre JulliardAvoid size_t types in traces.
2007-11-02  Paul Vriensadvapi32/tests: Make tests run on win98 again.
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  Rob Shearmanadvapi32: Print out the unknown value for sid use in...
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-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-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-11  Francois GougetAssorted spelling fixes.
2007-10-03  Lionel Debrouxadvapi32/tests: Fix a typo.
2007-10-03  Lionel Debrouxadvapi32/tests: Fix memory leaks (found by Smatch).
2007-09-28  Mikolaj Zalewskiadvapi32: Implement GetPrivateObjectSecurity (with...
2007-09-28  Mikolaj Zalewskiadvapi32: In ConvertStringSecurityDescriptorToSecurityD...
2007-09-28  Mikolaj Zalewskiadvapi32/ntdll: GetSecurityDescriptorOwner/Group should...
2007-09-28  Mikolaj Zalewskiadvapi32/ntdll: MakeRelativeSD should preserve NULL...
2007-09-26  Mikolaj Zalewskiadvapi32: Implement ConvertSecurityDescriptorToStringSe...
2007-09-25  Mikolaj Zalewskiadvapi32: Make ConvertStringSidToSid not to ignore...
2007-09-24  Mikołaj Zalewskiadvapi32: Add some more rights constants for ConvertStr...
2007-08-27  Paul Vriensadvapi32/tests: Don't use locale dependent string for...
2007-08-17  Paul Vriensadvapi32/tests: Skip a test when not properly logged...
2007-08-14  Paul Vriensadvapi32/tests: Make tests run again on win95.
2007-08-08  Paul Vriensadvapi32/tests: Fix typo.
2007-07-31  Francois GougetAssorted spelling fixes.
2007-07-23  Paul Vriensadvapi32/tests: Run on NT4 again.
2007-07-20  Dmitry Timoshkovadvapi32: Rename the test to better represent the teste...
2007-07-19  Rob Shearmanadvapi32: Add tests for ConvertStringSecurityDescriptor...
2007-07-05  Paul Vriensadvapi32/tests: Use skip for not implemented function.
2007-06-25  Rob Shearmanadvapi32: Always set the requested fields of the securi...
2007-03-30  Paul Vriensadvapi32/tests: Add check to see if SetEntriesInAclW...
2007-03-30  Paul Vriensadvapi32/tests: Add check to see if ImpersonateSelf...
2007-03-29  Paul Vriensadvapi32/tests: Add check to see if LookupAccountNameA...
2007-03-29  Paul Vriensadvapi32/tests: Move check for ERROR_CALL_NOT_IMPLEMENT...
2007-03-29  Paul Vriensadvapi32/tests: Use skip.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-20  Jacek Cabanadvapi: Improve SetEntriesInAclW stub.
2007-03-17  Detlef Riekenbergadvapi32/tests: DuplicateTokenEx is not present on...
2007-03-16  Rob Shearmanadvapi32: Fix a failing test on Windows caused by the...
2007-02-28  Vitaliy Margolenntdll: More error checking. Properly handle NULL ACLs.
2007-02-21  Rob Shearmanserver: Add get_token_impersonation_level server call...
2007-02-21  Rob Shearmanserver: Check object's security when creating handles.
2007-02-16  Rob Shearmanserver: Track the impersonation level of tokens.
2007-02-15  Rob Shearmanadvapi32: Add tests for token impersonation levels...
2007-02-15  Rob Shearmanadvapi32: Add some more tests for AccessCheck that...
2007-02-15  Vitaliy Margolenadvapi32: Add more tests for DuplicateHandle security.
2007-01-25  Vitaliy Margolenadvapi32: Add more tests for granted access mask. Fix...
2007-01-25  Vitaliy Margolenadvapi32: Add few more tests for token access check...
2006-12-06  Paul Vriensadvapi32/tests: Free memory after use.
2006-12-01  James Hawkinsadvapi32: Add tests for LookupAccountName.
2006-11-08  Francois GougetFix ntsecapi.h so it does not depend on winternl.h.
2006-11-06  Andrey Turkinadvapi32: Test for OpenProcessToken with MAXIMUM_ALLOWE...
2006-10-20  Eric Pouechadvapi32: Plug a couple of memory leaks.
2006-10-04  Hans Leidekkeradvapi32/tests: Win64 printf format warning fixes.
2006-08-28  Robert Reifadvapi32: Fix security tests to not crash on windows.
2006-08-26  Robert Reifadvapi32: Fix LookupAccountSid and tests to pass on...
2006-08-21  Robert Reifadvapi32: LookupAccountSid buffer size query tests.
2006-08-18  Robert Reifadvapi32: Fix test_LookupAccountSid to work on win9x.
2006-08-14  Robert Reifadvapi32: Try again with different access mask if LsaOp...
2006-08-14  Robert Reifadvapi32: Add more LookupAccountSid tests.
2006-08-14  Andrew Talbotadvapi32/tests: Write-strings warnings fix.
2006-08-04  Robert Reifadvapi32: Add more SID tests.
next