Interlocked LONG* gcc warning fixes.
[wine] / dlls / advapi32 / tests / security.c
2005-06-29  James Hawkins- Fix calculation of generic pointers.
2005-06-28  Alexandre JulliardMark as todo a couple of tests that currently fail.
2005-06-27  Robert ShearmanTest ACCESS_SYSTEM_SECURITY AccessCheck behaviour.
2005-06-22  Felix NawothnigSkip ACL tests on Win9x.
2005-06-09  Robert ShearmanAdded test for AccessCheck.
2005-06-09  Mike McCormackFix some warnings.
2005-03-31  Stefan LeichterFix GetFileSecurityA test on Win98.
2005-03-29  Stefan LeichterFix GetFileSecurityW for not existing directories/files.
2005-03-28  Stefan LeichterAdded a test for GetFileSecurityA.
2005-03-22  Jakob ErikssonFix for NT4 behaviour.
2005-03-14  Alexandre JulliardAvoid accessing an uninitialized string in the failure...
2005-03-05  Jakob ErikssonAccount for permissions on Win2k.
2005-02-14  Francois GougetCast the GetProcAddress() return value to avoid warning...
2005-02-14  Vincent BéronSuppress a warning.
2005-02-14  Stefan LeichterMake advapi32_test.exe loadable on NT 3.51.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-11-04  Juan Lang- implement LookupPrivilegeName
2004-11-03  Jakob ErikssonAllocateAndInitializeSid does not work on Win98.
2004-09-16  Juan Lang- correct ConvertStringSidToSidW and ConvertSidToString...
2004-08-19  Mike McCormackFix BuildTrusteeWithSid, implement and test BuildTruste...
2004-08-16  Mike McCormackDeclaration, implemention and test for BuildTrusteeWithSid.
2004-08-09  Mike McCormackAdded a test for ConvertSidToStringSidW.