d3dx9: Add support for D3DFMT_A32B32G32R32F.
[wine] / dlls / advapi32 / security.c
2013-01-02  Andrew Talbotadvapi32: Avoid signed-unsigned integer comparisons.
2012-12-14  Erich Hooveradvapi32: Support service objects in GetSecurityInfo.
2012-12-03  Erich Hooveradvapi32: Return immediately for unsupported [Get|Set...
2012-11-28  Erich Hooveradvapi: Implement GetNamedSecurityInfoW on top of GetSe...
2012-11-28  Erich Hooveradvapi: Implement SetNamedSecurityInfoW on top of SetSe...
2012-11-16  Erich Hooveradvapi32: Implement SetSecurityInfo on top of NtSetSecu...
2012-11-13  Detlef Riekenbergadvapi32: Allow string alias for common RID in sid...
2012-10-03  Marcus Meissneradvapi32: Free wstr in error case to avoid leak (Coverity).
2012-09-14  Andrew Eikumadvapi32: Implement CreateProcessAsUserA.
2012-09-14  Andrew Eikumadvapi32: Consolidate helper function.
2012-03-30  Hans Leidekkeradvapi32: Return a fake security descriptor from Create...
2011-10-06  Marko Nikolicadvapi32: Removed sign comparison warning.
2011-08-02  Nikolay Sivovadvapi32: Fix CheckTokenMemberShip for primary tokens.
2011-05-18  Andrew Nguyenadvapi32: Add stubs for GetNamedSecurityInfoExA/W.
2011-04-04  Owen Rudgeadvapi32: Add basic SaferSetLevelInformation stub.
2011-03-16  Francois Gougetadvapi32: Make trustee_name_A_to_W() and free_trustee_n...
2011-03-02  Hans Leidekkeradvapi32: Use a fixed computer SID that matches local...
2011-01-12  Andrew Nguyenadvapi32: Convert the trustee name buffer based on...
2011-01-03  Damian Dixonadvapi32: Implement SetEntriesInAclA by calling SetEntr...
2010-12-10  Hans Leidekkeradvapi32: Return the computer name as referenced domain...
2010-09-21  Hans Leidekkeradvapi32: Fix handling of zero account and domain size...
2010-08-24  Alexandre Goujonadvapi32: Fix GetNamedSecurityInfo with NULL descriptor.
2010-07-28  Andrew Talbotadvapi32: Constify some variables.
2010-07-26  Andrew Talbotadvapi32: Constify some variables.
2010-07-20  Hans Leidekkeradvapi32: Stub out the Safer* functions a bit more.
2010-01-18  James HawkinsRevert "advapi32: Free descriptor if it isn't returned...
2010-01-11  Nikolay Sivovadvapi32: Free descriptor if it isn't returned from...
2009-12-01  Hans Leidekkeradvapi32: Improve the stub for GetEffectiveRightsFromAclA.
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...
next