2004-01-27 |
Francois Gouget | Add missing '\n's to debug traces. |
blob | commitdiff | raw |
2003-12-30 |
Juan Lang | Read the Policy{Account,Primary}DomainInformation from... |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Ulrich Czekalla | Added stubs for AccessCheckByType, AddAuditAccessAce, |
blob | commitdiff | raw | diff to current |
2003-10-01 |
Jon Griffiths | Documentation updates. |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Mike McCormack | Created stub functions for advapi32.GetExplicitEntriesF... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Mike McCormack | Stubs for advapi32 functions InitiateSystemShutdownEx... |
blob | commitdiff | raw | diff to current |
2003-08-11 |
Mike McCormack | Stubs for BuildTrusteeWithSid(A/W). |
blob | commitdiff | raw | diff to current |
2003-07-24 |
Mike McCormack | Implemented LookupPrivilegeValueA/W. |
blob | commitdiff | raw | diff to current |
2003-06-16 |
<ma@technoprint.ch> | Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAc... |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Mike McCormack | Stubs for AccessCheckAndAuditAlarmA/W. |
blob | commitdiff | raw | diff to current |
2003-05-01 |
Robert Shearman | - Implemented RtlAddAccessAllowedAce, RtlAddAccessDenie... |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Jon Griffiths | Documentation updates. |
blob | commitdiff | raw | diff to current |
2003-01-24 |
Alexandre Julliard | Removed no longer needed inclusion of heap.h. |
blob | commitdiff | raw | diff to current |
2003-01-23 |
Matthew Davison | Removed calls to HEAP_strdupAtoW. |
blob | commitdiff | raw | diff to current |
2003-01-20 |
Matthew Davison | Remove some calls to HEAP_strdupAtoW from advapi32. |
blob | commitdiff | raw | diff to current |
2002-12-19 |
Chris Morgan | Stub for GetSecurityInfoExW(). |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Andreas Mohr | - actually use PLUID |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Michael Stefaniuc | Compile the advapi32 dll with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Patrik Stridvall | Don't use wine/unicode.h in the header files, include... |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Andriy Palamarchuk | Make LsaOpenPolicy return success. |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Andriy Palamarchuk | LsaNtStatusToDosError implementation. |
blob | commitdiff | raw | diff to current |
2002-08-26 |
Andriy Palamarchuk | SetTokenInformation stub implementation, a few other... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-04-19 |
Leo van den Berg | Added stubs for AbortSystemShutdown[AW] and PrivilegeCheck. |
blob | commitdiff | raw | diff to current |
2002-04-03 |
Huw D M Davies | Added ImpersonateLoggedOnUser stub. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-31 |
Alexandre Julliard | Authors: Dmitry Timoshkov <dmitry@codeweavers.com>... |
blob | commitdiff | raw | diff to current |
2001-08-09 |
Andreas Mohr | Spelling fixes. |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
blob | commitdiff | raw | diff to current |
2000-10-15 |
Marcus Meissner | Stubbed LookupAccountNameA. |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Replaced VERSION_* calls by exported API equivalents. |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-12 |
Dimitrie Paun | Cleaned up debug channels a bit. |
blob | commitdiff | raw | diff to current |
2000-02-25 |
Juergen Schmied | Added AddAccessAllowedAce. |
blob | commitdiff | raw | diff to current |
2000-02-16 |
Alexandre Julliard | Moved SystemHeap allocations to the process heap. |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Juergen Schmied | - implementation of RtlReg* (read access), RtlEvent... |
blob | commitdiff | raw | diff to current |
1999-12-11 |
Juergen Schmied | Stubs for LsaFreeMemory, LsaQueryInformationPolicy... |
blob | commitdiff | raw | diff to current |
1999-12-08 |
Dimitrie O. Paun | Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. |
blob | commitdiff | raw | diff to current |
1999-10-23 |
Gerard Patel | Stub OpenThreadToken & OpenProcessToken for failure... |
blob | commitdiff | raw | diff to current |
1999-07-18 |
Ian Schmidt | Added pointer validation and additional sanity check... |
blob | commitdiff | raw | diff to current |
1999-07-12 |
Eric Pouech | Compiler warnings fix. |
blob | commitdiff | raw | diff to current |
1999-07-10 |
Ian Schmidt | Added stub for SetThreadToken(), required by Office... |
blob | commitdiff | raw | diff to current |
1999-07-04 |
Patrik Stridvall | Fixed/moved/added missing/wrong function prototypes. |
blob | commitdiff | raw | diff to current |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-03-14 |
Jim Aston | Renamed wintypes.h to windef.h. |
blob | commitdiff | raw | diff to current |
1999-03-09 |
Juergen Schmied | Make more functions just calling down to ntdll. |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Juergen Schmied | - made the security functions consistent. advapi calls... |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Jeff Garzik | Added missing string.h include. |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
blob | commitdiff | raw | diff to current |
1999-02-12 |
Juergen Schmied | Small fixes to compile with the headers (mostly nt... |
blob | commitdiff | raw | diff to current |
1999-02-10 |
Andreas Mohr | Two ADVAPI32 stubs: ImpersonateSelf32 and AccessCheck32... |
blob | commitdiff | raw | diff to current |
1999-02-09 |
Marcus Meissner | Some small bugfixes, added more PE relocation types... |
blob | commitdiff | raw | diff to current |
1999-01-31 |
Juergen Schmied | Stub for GetSecurityDescriptorControl. |
blob | commitdiff | raw | diff to current |
1999-01-30 |
Matthew Becker | Doc updates. |
blob | commitdiff | raw | diff to current |
1999-01-28 |
Matthew Becker | Documentation standardizations. |
blob | commitdiff | raw | diff to current |
1999-01-26 |
Marcus Meissner | Added GetSecurityDescriptorOwner/Group, RevertToSelf... |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Alexandre Julliard | Group commit for recovery after disk crash. |
blob | commitdiff | raw | diff to current |
1999-01-03 |
Juergen Schmied | Moved ADVAPI32 files to dlls/advapi32. |
blob | commitdiff | raw | diff to current |
|