2005-09-16 |
Robert Shearman | Fix String SID parsing. |
blob | commitdiff | raw |
2005-08-22 |
Kevin Koltzau | Remove 'cast from pointer to integer of different size... |
blob | commitdiff | raw | diff to current |
2005-07-06 |
James Hawkins | Branch the LSA functions from security.c to lsa.c. |
blob | commitdiff | raw | diff to current |
2005-06-24 |
James Hawkins | - Define FSCTL_PIPE_IMPERSONATE. |
blob | commitdiff | raw | diff to current |
2005-06-23 |
James Hawkins | Add stub implementations for BuildSecurityDescriptorA/W. |
blob | commitdiff | raw | diff to current |
2005-06-23 |
James Hawkins | Forward AddAuditAccessAce to its Rtl counterpart. |
blob | commitdiff | raw | diff to current |
2005-06-21 |
James Hawkins | Implement IsTokenRestricted. |
blob | commitdiff | raw | diff to current |
2005-06-21 |
James Hawkins | Implement GetTrustee* functions. |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Robert Shearman | Implement RtlImpersonateSelf, RevertToSelf and MapGener... |
blob | commitdiff | raw | diff to current |
2005-06-17 |
James Hawkins | Forward GetPrivate/KernelObjectSecurity to NtQuerySecur... |
blob | commitdiff | raw | diff to current |
2005-06-15 |
Robert Shearman | MSDN states that DuplicateToken should create a new... |
blob | commitdiff | raw | diff to current |
2005-06-09 |
Mike McCormack | Make ADVAPI_IsLocalComputer static and simplify it... |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Robert Shearman | Implement PrivilegeCheck. |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Alexandre Julliard | Get rid of the remaining calls to strncpyW, and remove... |
blob | commitdiff | raw | diff to current |
2005-04-20 |
Francois Gouget | Tweak the API documentation to silence winapi_check... |
blob | commitdiff | raw | diff to current |
2005-04-13 |
Steven Edwards | Partially implement CreateProcessAsUser. |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Hans Leidekker | Implement GetNamedSecurityInfo. |
blob | commitdiff | raw | diff to current |
2005-03-29 |
Stefan Leichter | Fix GetFileSecurityW for not existing directories/files. |
blob | commitdiff | raw | diff to current |
2005-03-22 |
Jakob Eriksson | Eliminate HeapAlloc casts. |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Vincent Béron | Fixed some calling conventions. |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Jason Edmeades | Add stub for SetSecurityInfo. |
blob | commitdiff | raw | diff to current |
2005-03-05 |
Troy Rollo | Make GetFileSecurityW return a standard SECURITY_DESCRI... |
blob | commitdiff | raw | diff to current |
2005-02-11 |
Robert Shearman | - Implement AdjustTokenPrivileges, DuplicateTokenEx and |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Hans Leidekker | Stub implementations for GetKernelObjectSecurity, |
blob | commitdiff | raw | diff to current |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Alexandre Julliard | Fixed prototypes of a couple of ntdll functions. |
blob | commitdiff | raw | diff to current |
2004-12-21 |
Hans Leidekker | Stub implementations for AdjustTokenGroups, AreAllAcces... |
blob | commitdiff | raw | diff to current |
2004-12-08 |
Mike McCormack | Stub implementations for Lsa(Store/Retrieve)PrivateData. |
blob | commitdiff | raw | diff to current |
2004-12-06 |
Mike McCormack | Stub implementations for DecryptFile, EncryptFile and |
blob | commitdiff | raw | diff to current |
2004-11-04 |
Juan Lang | - implement LookupPrivilegeName |
blob | commitdiff | raw | diff to current |
2004-10-25 |
Juan Lang | Update comment for LsaOpenPolicy. |
blob | commitdiff | raw | diff to current |
2004-09-16 |
Juan Lang | - correct ConvertStringSidToSidW and ConvertSidToString... |
blob | commitdiff | raw | diff to current |
2004-09-07 |
Wolfgang Schwotzer | LookupAccountNameA stub always returns a valid SID. |
blob | commitdiff | raw | diff to current |
2004-08-26 |
Evan Deaubl | Added GetSecurityInfo stub. |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Mike McCormack | Make SetTokenInformation call NtSetInformationToken. |
blob | commitdiff | raw | diff to current |
2004-08-19 |
Mike McCormack | Fix BuildTrusteeWithSid, implement and test BuildTruste... |
blob | commitdiff | raw | diff to current |
2004-08-16 |
Mike McCormack | Implemented Get/SetFileSecurity A->W. |
blob | commitdiff | raw | diff to current |
2004-08-16 |
Mike McCormack | Declaration, implemention and test for BuildTrusteeWithSid. |
blob | commitdiff | raw | diff to current |
2004-08-16 |
Mike McCormack | Move declaration of LSA* structs to ntsecapi.h. |
blob | commitdiff | raw | diff to current |
2004-08-13 |
Francois Gouget | Fix the PSID and PSECURITY_DESCRIPTOR types. |
blob | commitdiff | raw | diff to current |
2004-08-13 |
Mike McCormack | Implement SetThreadToken using NtSetInformationThread. |
blob | commitdiff | raw | diff to current |
2004-08-09 |
Mike McCormack | Implement A->W call for SetNamedSecurityInfo. |
blob | commitdiff | raw | diff to current |
2004-08-09 |
Mike McCormack | Fix definition of LookupPrivilegeNameW and declare it. |
blob | commitdiff | raw | diff to current |
2004-08-09 |
Mike McCormack | Implemented ConvertSidToStringSidA/W. |
blob | commitdiff | raw | diff to current |
2004-08-06 |
Mike McCormack | Implement A->W call for GetNamedSecurityInfo. |
blob | commitdiff | raw | diff to current |
2004-07-07 |
Ge van Geldorp | Add missing privilege names. |
blob | commitdiff | raw | diff to current |
2004-05-25 |
William Lahti | Implemented AreAnyAccessesGranted. |
blob | commitdiff | raw | diff to current |
2004-04-28 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-04-23 |
Jon Griffiths | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Francois Gouget | Make Unicode strings static const. |
blob | commitdiff | raw | diff to current |
2004-01-27 |
Francois Gouget | Add missing '\n's to debug traces. |
blob | commitdiff | raw | diff to current |
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 |
next |