Moved standard syslevel APIs declaration to winbase.h.
[wine] / dlls / advapi32 / security.c
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.