Fixed warnings with gcc option "-Wwrite-strings".
[wine] / dlls / advapi32 / security.c
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.
1999-01-30  Matthew BeckerDoc updates.
1999-01-28  Matthew BeckerDocumentation standardizations.
1999-01-26  Marcus MeissnerAdded GetSecurityDescriptorOwner/Group, RevertToSelf...
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-03  Juergen SchmiedMoved ADVAPI32 files to dlls/advapi32.