advapi32: EqualSid should set last error to ERROR_SUCCESS.
[wine] / dlls / advapi32 / security.c
2009-11-16  Rob Shearmanadvapi32: EqualSid should set last error to ERROR_SUCCESS.
2009-11-11  Rob Shearmanadvapi32: Use a duplicate of the process token if a...
2009-11-09  Rob Shearmanadvapi32: Implement CheckTokenMembership.
2009-10-22  Alexandre Julliardadvapi32: Fix lookup of the current user SID in SetEntr...
2009-10-13  Paul Vriensadvapi32: Skip leading spaces when parsing.
2009-10-12  Andrey Turkinadvapi32: Ignore invalid MultipleTrusteeOperation value...
2009-10-06  Alexandre Julliardadvapi32: Retrieve the current user SID from the server...
2009-08-17  Rein Klazesadvapi32: SetEntriesInAclW() should accept account...
2009-08-12  Stefan Leichteradvapi32: Add stub for SaferGetPolicyInformation.
2009-08-06  Hans Leidekkeradvapi32: Factor out lookup of local usernames and...
2009-06-29  Louis Lendersadvapi32: Add a few tests for GetSidSubAuthority and...
2009-06-16  Alexandre Julliardadvapi32: Fix self-relative security descriptor creatio...
2009-05-28  Aric Stewartadvapi: Correct buffer length in LookupAccountNameW.
2009-05-19  Aric Stewartadvapi32: Handle well qualified names in LookupAccountN...
2009-04-15  Hans Leidekkeradvapi32: Fix buffer size query for CreateWellKnownSid.
2009-04-01  Aric Stewartadvapi32: Handle fully qualified account names for...
2009-03-30  Aric Stewartadvapi32: Alias some sids in LookupAccountName and...
2009-03-25  Aric Stewartadvapi32: Stub TreeResetNamedSecurityInfo for the IE8...
2009-02-25  Paul Bryan Robertsadvapi32: Add stub for GetSecurityInfoExA.
2009-02-16  Michael Stefaniucadvapi32: Remove superfluous pointer casts.
2009-02-09  Marcus Meissneradvapi32: LookupAccountNameW removed redundant NULL...
2009-02-06  Marcus Meissneradvapi32: Fixed size of userName.
2009-02-05  Juan Langadvapi32: Support the computer name as an account name...
2009-02-04  Aric Stewartadvapi32: Add Security Label sids used by IE7.
2009-01-15  Nikolay Sivovadvapi32: Added SaferCreateLevel stub.
2008-11-10  Alistair Leslie... advapi32: Correct off by one in LookupPrivilegeValueW.
2008-11-07  Paul Bryan Robertsadvapi32: Add TRACE to GetFileSecurity().
2008-10-31  Marcus Meissneradvapi32: Removed redundant NULL check.
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-17  Paul Bryan Robertsadvapi32: ConvertStringSecurityDescriptorToSecurityDesc...
2008-10-15  Austin Englishadvapi32: Quiet a noisy fixme.
2008-10-06  Marcus Meissneradvapi32: Check for NULL ptr.
2008-08-28  Vijay Kiran Kamujuadvapi32: Add stub for ConvertToAutoInheritPrivateObjec...
2008-08-18  Dan Hipschmanadvapi32: Implement GetSecurityInfo.
2008-07-23  Andrew Talbotadvapi32: Sign-compare warnings fix.
2008-07-08  Andrew Talbotadvapi32: Remove unneeded address-of operator from...
2008-06-21  Louis Lendersadvapi32: Add stub for GetAuditedPermissionsFromAcl...
2008-03-22  Dan Hipschmanadvapi32: Add a stub for CreateRestrictedToken.
2008-01-23  Rob Shearmanadvapi32: Implement LookupAccountNameW for well-known...
2008-01-23  Rob Shearmanadvapi32: Implement SetEntriesInAclW.
2007-12-20  Alexandre Julliardadvapi32: Move the EnumDependentServicesA/W stubs in...
2007-12-03  Andrew Talbotadvapi32: Remove unneeded casts.
2007-11-29  Louis Lendersadvapi32: Add stub for CreateProcessWithLogonW.
2007-11-09  Francois GougetAssorted spelling fixes.
2007-11-06  Alexandre JulliardMake some variables static.
2007-10-26  Mikolaj Zalewskiadvapi32: Add a well known sid.
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-22  Mikołaj Zalewskiadvapi32: Make CreateWellKnownSid create domain sids...
2007-10-22  Mikołaj Zalewskiadvapi32: Add a test for CreateWellKnownSid and impleme...
2007-10-17  Bang Jun-youngadvapi32: Fix AdjustTokenPrivileges() to match the...
2007-10-15  Francois GougetBetter match the PSDK types and update win32.api to...
2007-10-04  Mikolaj Zalewskiadvapi32: security: Remove unneeded FIXME.
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: Implement GetPrivateObjectSecurity (with...
2007-09-28  Mikolaj Zalewskiadvapi32: In ConvertStringSecurityDescriptorToSecurityD...
2007-09-28  Mikolaj Zalewskiadvapi32: Make ConvertStringSecurityDescriptorToSecurit...
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-24  Mikołaj Zalewskiadvapi32: Add some more rights constants for ConvertStr...
2007-09-14  Rob Shearmanadvapi32: Fix ImpersonateNamedPipeClient to pass in...
2007-07-19  Rob Shearmanadvapi32: Set the right pointer so that StringAcl is...
2007-07-19  Rob Shearmanadvapi32: Don't crash in ConvertStringSecurityDescripto...
2007-07-19  Rob Shearmanadvapi32: Add the size of the security descriptor struc...
2007-07-19  Rob Shearmanadvapi32: Fix a typo in ParseStringAclToAcl which cause...
2007-07-19  Rob Shearmanadvapi32: Fix ComputeStringSidSize to work with SIDs...
2007-06-25  Rob Shearmanadvapi32: Always set the requested fields of the securi...
2007-05-04  Dmitry Timoshkovadvapi32: Add FILE_FLAG_BACKUP_SEMANTICS to the flags...
2007-04-30  Dan Kegeladvapi: Improve SetEntriesInAclA stub.
2007-04-23  Dmitry Timoshkovadvapi32: Thunk GetFileSecurityW to NtQuerySecurityObject.
2007-03-20  Jacek Cabanadvapi: Improve SetEntriesInAclW stub.
2007-03-13  Andrew Talbotadvapi32: Explicitly initialize nested array element.
2006-11-13  Francois GougetAdd some documentation headers to make winapi_check...
2006-10-03  Hans Leidekkeradvapi32: Win64 printf format warning fixes.
2006-09-25  Huw Daviesadvapi32: Fix ADVAPI_GetComputerSid to work correctly...
2006-08-26  Robert Reifadvapi32: Fix LookupAccountSid and tests to pass on...
2006-08-21  Robert Reifadvapi32: LookupAccountSid buffer size query fixes.
2006-08-14  Robert Reifadvapi32: Add more SIDs to AccountLookupSid.
2006-08-12  Robert Reifadvapi32: Add some more well known SIDs.
2006-08-04  Robert Reifadvapi32: Add a computer SID to the registry.
2006-07-31  Robert Reifadvapi32: Add computer sid support to LookupAccountSidW.
2006-07-31  Robert Reifadvapi32: Add more helper functions.
2006-07-31  Robert Reifadvapi32: Make ADVAPI_IsLocalComputer global and remove...
2006-07-29  Robert Reifadvapi32: Fix debugstr_sid to print unsigned SubAuthority.
2006-07-29  Robert Reifadvapi32: Move SID members from WELLKNOWNSID to MAX_SID.
2006-07-21  Robert Reifadvapi32: Partial LookupAccountSid implementation.
2006-07-17  Robert Reifadvapi32: Add CreateWellKnownSid and IsWellKnownSid.
2006-07-07  James Hawkinsadvapi32: Get the token type in ImpersonateLoggedOnUser.
next