advapi32: LookupAccountNameW() - return correct domain name length for not-so-well...
[wine] / dlls / advapi32 / security.c
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.
2006-07-07  James Hawkinsadvapi32: Add tests for LookupAccountSid.
2006-06-13  Robert Shearmanadvapi32: Fix the parsing of string SIDs with multiple...
2006-06-13  Robert Shearmanadvapi32: Replace some mixed tabs with spaces.
2006-06-13  Robert Shearmanadvapi32: Support well-knowns SIDs in string SIDs.
2006-06-13  Robert Shearmanadvapi32: Nul-terminate the domain string in LookupAcco...
2006-06-12  Alexandre Julliardadvapi32: Make some variables static and/or const.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Paul Chitescuadvapi32: Add stub FileEncryptionStatus and declarations.
2006-05-15  Francois GougetFix some winapi_check documentation warnings.
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-05-05  Robert Shearmanadvapi32: Implement the majority of ImpersonateLoggedOn...
2006-03-28  Alexandre Julliardadvapi32: Fixed compiler warnings.
2006-03-28  Thomas Weidenmuelleradvapi32: Fixed building TRUSTEEs with objects.
2006-02-22  Ulrich Czekallaadvapi32: Add partial implementation of LookupAccountNameW.
2006-02-02  Ulrich Czekallaadvapi32: Add stub for ObjectDeleteAuditAlarmW.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-21  Vincent BéronAdd/correct prototypes for some already defined functio...
2005-11-12  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-04  Markus AmslerImprove c2man Documented-Total count.
2005-09-16  Robert ShearmanFix String SID parsing.
2005-08-22  Kevin KoltzauRemove 'cast from pointer to integer of different size...
2005-07-06  James HawkinsBranch the LSA functions from security.c to lsa.c.
2005-06-24  James Hawkins- Define FSCTL_PIPE_IMPERSONATE.
2005-06-23  James HawkinsAdd stub implementations for BuildSecurityDescriptorA/W.
2005-06-23  James HawkinsForward AddAuditAccessAce to its Rtl counterpart.
2005-06-21  James HawkinsImplement IsTokenRestricted.
2005-06-21  James HawkinsImplement GetTrustee* functions.
2005-06-20  Robert ShearmanImplement RtlImpersonateSelf, RevertToSelf and MapGener...
2005-06-17  James HawkinsForward GetPrivate/KernelObjectSecurity to NtQuerySecur...
2005-06-15  Robert ShearmanMSDN states that DuplicateToken should create a new...
2005-06-09  Mike McCormackMake ADVAPI_IsLocalComputer static and simplify it...
2005-04-22  Robert ShearmanImplement PrivilegeCheck.
2005-04-21  Alexandre JulliardGet rid of the remaining calls to strncpyW, and remove...
next