Forward GetPrivate/KernelObjectSecurity to NtQuerySecurityObject.
[wine] / dlls / advapi32 / security.c
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...
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-13  Steven EdwardsPartially implement CreateProcessAsUser.
2005-04-11  Hans LeidekkerImplement GetNamedSecurityInfo.
2005-03-29  Stefan LeichterFix GetFileSecurityW for not existing directories/files.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-21  Vincent BéronFixed some calling conventions.
2005-03-07  Jason EdmeadesAdd stub for SetSecurityInfo.
2005-03-05  Troy RolloMake GetFileSecurityW return a standard SECURITY_DESCRI...
2005-02-11  Robert Shearman- Implement AdjustTokenPrivileges, DuplicateTokenEx and
2005-01-03  Hans LeidekkerStub implementations for GetKernelObjectSecurity,
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Alexandre JulliardFixed prototypes of a couple of ntdll functions.
2004-12-21  Hans LeidekkerStub implementations for AdjustTokenGroups, AreAllAcces...
2004-12-08  Mike McCormackStub implementations for Lsa(Store/Retrieve)PrivateData.
2004-12-06  Mike McCormackStub implementations for DecryptFile, EncryptFile and
2004-11-04  Juan Lang- implement LookupPrivilegeName
2004-10-25  Juan LangUpdate comment for LsaOpenPolicy.
2004-09-16  Juan Lang- correct ConvertStringSidToSidW and ConvertSidToString...
2004-09-07  Wolfgang SchwotzerLookupAccountNameA stub always returns a valid SID.
2004-08-26  Evan DeaublAdded GetSecurityInfo stub.
2004-08-25  Mike McCormackMake SetTokenInformation call NtSetInformationToken.
2004-08-19  Mike McCormackFix BuildTrusteeWithSid, implement and test BuildTruste...
2004-08-16  Mike McCormackImplemented Get/SetFileSecurity A->W.
2004-08-16  Mike McCormackDeclaration, implemention and test for BuildTrusteeWithSid.
2004-08-16  Mike McCormackMove declaration of LSA* structs to ntsecapi.h.
2004-08-13  Francois GougetFix the PSID and PSECURITY_DESCRIPTOR types.
2004-08-13  Mike McCormackImplement SetThreadToken using NtSetInformationThread.
2004-08-09  Mike McCormackImplement A->W call for SetNamedSecurityInfo.
2004-08-09  Mike McCormackFix definition of LookupPrivilegeNameW and declare it.
2004-08-09  Mike McCormackImplemented ConvertSidToStringSidA/W.
2004-08-06  Mike McCormackImplement A->W call for GetNamedSecurityInfo.
2004-07-07  Ge van GeldorpAdd missing privilege names.
2004-05-25  William LahtiImplemented AreAnyAccessesGranted.
2004-04-28  Francois GougetAssorted spelling fixes.
2004-04-23  Jon GriffithsDocumentation fixes.
2004-04-20  Francois GougetMake Unicode strings static const.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2003-12-30  Juan LangRead the Policy{Account,Primary}DomainInformation from...
2003-11-11  Ulrich CzekallaAdded stubs for AccessCheckByType, AddAuditAccessAce,
2003-10-01  Jon GriffithsDocumentation updates.
2003-09-17  Mike McCormackCreated stub functions for advapi32.GetExplicitEntriesF...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Mike McCormackStubs for advapi32 functions InitiateSystemShutdownEx...
2003-08-11  Mike McCormackStubs for BuildTrusteeWithSid(A/W).
2003-07-24  Mike McCormackImplemented LookupPrivilegeValueA/W.
2003-06-16   <ma@technoprint.ch>Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAc...
2003-05-11  Mike McCormackStubs for AccessCheckAndAuditAlarmA/W.
2003-05-01  Robert Shearman- Implemented RtlAddAccessAllowedAce, RtlAddAccessDenie...
2003-03-18  Jon GriffithsDocumentation updates.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2003-01-20  Matthew DavisonRemove some calls to HEAP_strdupAtoW from advapi32.
2002-12-19  Chris MorganStub for GetSecurityInfoExW().
2002-12-16  Andreas Mohr- actually use PLUID
2002-10-25  Michael StefaniucCompile the advapi32 dll with -DSTRICT.
2002-10-23  Patrik StridvallDon't use wine/unicode.h in the header files, include...
2002-09-17  Andriy PalamarchukMake LsaOpenPolicy return success.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-06  Andriy PalamarchukLsaNtStatusToDosError implementation.
2002-08-26  Andriy PalamarchukSetTokenInformation stub implementation, a few other...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-19  Leo van den BergAdded stubs for AbortSystemShutdown[AW] and PrivilegeCheck.
2002-04-03  Huw D M DaviesAdded ImpersonateLoggedOnUser stub.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-31  Alexandre JulliardAuthors: Dmitry Timoshkov <dmitry@codeweavers.com>...
2001-08-09  Andreas MohrSpelling fixes.
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-10-15  Marcus MeissnerStubbed LookupAccountNameA.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-12  Dimitrie PaunCleaned up debug channels a bit.
2000-02-25  Juergen SchmiedAdded AddAccessAllowedAce.
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
1999-12-11  Juergen SchmiedStubs for LsaFreeMemory, LsaQueryInformationPolicy...
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-10-23  Gerard PatelStub OpenThreadToken & OpenProcessToken for failure...
1999-07-18  Ian SchmidtAdded pointer validation and additional sanity check...
1999-07-12  Eric PouechCompiler warnings fix.
1999-07-10  Ian SchmidtAdded stub for SetThreadToken(), required by Office...
1999-07-04  Patrik StridvallFixed/moved/added missing/wrong function prototypes.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-09  Juergen SchmiedMake more functions just calling down to ntdll.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Juergen Schmied- made the security functions consistent. advapi calls...
1999-02-19  Jeff GarzikAdded missing string.h include.
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-12  Juergen SchmiedSmall fixes to compile with the headers (mostly nt...
1999-02-10  Andreas MohrTwo ADVAPI32 stubs: ImpersonateSelf32 and AccessCheck32...
1999-02-09  Marcus MeissnerSome small bugfixes, added more PE relocation types...
1999-01-31  Juergen SchmiedStub for GetSecurityDescriptorControl.
next