2006-07-31 |
Robert Reif | advapi32: Add more helper functions. |
blob | commitdiff | raw |
2006-07-31 |
Robert Reif | advapi32: Make ADVAPI_IsLocalComputer global and remove... |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Robert Reif | advapi32: Fix debugstr_sid to print unsigned SubAuthority. |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Robert Reif | advapi32: Move SID members from WELLKNOWNSID to MAX_SID. |
blob | commitdiff | raw | diff to current |
2006-07-21 |
Robert Reif | advapi32: Partial LookupAccountSid implementation. |
blob | commitdiff | raw | diff to current |
2006-07-17 |
Robert Reif | advapi32: Add CreateWellKnownSid and IsWellKnownSid. |
blob | commitdiff | raw | diff to current |
2006-07-07 |
James Hawkins | advapi32: Get the token type in ImpersonateLoggedOnUser. |
blob | commitdiff | raw | diff to current |
2006-07-07 |
James Hawkins | advapi32: Add tests for LookupAccountSid. |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Robert Shearman | advapi32: Fix the parsing of string SIDs with multiple... |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Robert Shearman | advapi32: Replace some mixed tabs with spaces. |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Robert Shearman | advapi32: Support well-knowns SIDs in string SIDs. |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Robert Shearman | advapi32: Nul-terminate the domain string in LookupAcco... |
blob | commitdiff | raw | diff to current |
2006-06-12 |
Alexandre Julliard | advapi32: Make some variables static and/or const. |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-05-20 |
Paul Chitescu | advapi32: Add stub FileEncryptionStatus and declarations. |
blob | commitdiff | raw | diff to current |
2006-05-15 |
Francois Gouget | Fix some winapi_check documentation warnings. |
blob | commitdiff | raw | diff to current |
2006-05-10 |
Michael Stefaniuc | janitorial: Remove redundant NULL pointer checks before... |
blob | commitdiff | raw | diff to current |
2006-05-05 |
Robert Shearman | advapi32: Implement the majority of ImpersonateLoggedOn... |
blob | commitdiff | raw | diff to current |
2006-03-28 |
Alexandre Julliard | advapi32: Fixed compiler warnings. |
blob | commitdiff | raw | diff to current |
2006-03-28 |
Thomas Weidenmueller | advapi32: Fixed building TRUSTEEs with objects. |
blob | commitdiff | raw | diff to current |
2006-02-22 |
Ulrich Czekalla | advapi32: Add partial implementation of LookupAccountNameW. |
blob | commitdiff | raw | diff to current |
2006-02-02 |
Ulrich Czekalla | advapi32: Add stub for ObjectDeleteAuditAlarmW. |
blob | commitdiff | raw | diff to current |
2005-11-28 |
Ge van Geldorp | Match PSDK STATUS_* definitions. |
blob | commitdiff | raw | diff to current |
2005-11-21 |
Vincent Béron | Add/correct prototypes for some already defined functio... |
blob | commitdiff | raw | diff to current |
2005-11-12 |
Markus Amsler | Improve c2man Documented-Total count. Changes: |
blob | commitdiff | raw | diff to current |
2005-11-10 |
Francois Gouget | Remove spaces before '\n' in traces. |
blob | commitdiff | raw | diff to current |
2005-11-04 |
Markus Amsler | Improve c2man Documented-Total count. |
blob | commitdiff | raw | diff to current |
2005-09-16 |
Robert Shearman | Fix String SID parsing. |
blob | commitdiff | raw | diff to current |
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 |
next |