advapi32: Constify some variables.
[wine] / dlls / advapi32 / tests / security.c
2009-03-04  Alexandre Julliardadvapi32/tests: GetTokenInformation apparently needs...
2009-02-26  Francois Gougetadvapi32/tests: Use win_skip() to skip over unimplement...
2009-02-13  Juan Langadvapi32: Fix a test failure on systems that are domain...
2009-02-05  Juan Langadvapi32: Support the computer name as an account name...
2009-02-05  Juan Langadvapi32: Test LookupAccountName with the computer...
2009-01-26  Alasdair Sinclairadvapi32/tests: Fix missing void in empty parameter...
2009-01-14  Nikolay Sivovntdll: Check pointers in NtAccessCheck to prevent acces...
2009-01-13  Michael Stefaniucadvapi32/tests: Remove superfluous pointer casts.
2009-01-02  James Hawkinsadvapi32: Request the owner and group token size instea...
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-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/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.
next