#include <ntlsa.h>
Go to the source code of this file.
Defines | |
#define | SepAdtEventOnSuccess(AuditEventType) |
#define | SepAdtEventOnFailure(AuditEventType) |
#define | SepAdtAuditingEvent(AuditEventType) |
#define | SepAdtAuditingEnabled() (SepAdtState.AuditingMode == TRUE) |
#define | SepAdtAuditingDisabled() (!SepAdtAuditingEnabled) |
Functions | |
BOOLEAN | SepAdtInitializePhase0 () |
BOOLEAN | SepAdtInitializePhase1 () |
VOID | SepAdtLogAuditRecord (IN PSE_ADT_PARAMETER_ARRAY AuditParameters) |
NTSTATUS | SepAdtCopyToLsaSharedMemory (IN HANDLE LsaProcessHandle, IN PVOID Buffer, IN ULONG BufferLength, OUT PVOID *LsaBufferAddress) |
Variables | |
POLICY_AUDIT_EVENTS_INFO | SepAdtState |
|
|
|
Definition at line 134 of file adt.h. Referenced by NtClose(), and SepRmSetAuditEventWrkr(). |
|
Value:
|
|
Value:
|
|
Value:
|
|
Definition at line 504 of file adtlog.c. References ASSERT, Buffer, NT_SUCCESS, NTSTATUS(), NULL, PAGED_CODE, and Status. Referenced by SepRmCallLsa().
|
|
|
|
Definition at line 85 of file adtinit.c. References L, PAGED_CODE, RtlInitUnicodeString(), SeSubsystemName, and TRUE. Referenced by SepInitializationPhase1().
|
|
Definition at line 52 of file adtlog.c. References _SEP_LSA_WORK_ITEM::CleanupFunction, _SEP_LSA_WORK_ITEM::CommandNumber, _SEP_LSA_WORK_ITEM::CommandParams, _SEP_LSA_WORK_ITEM::CommandParamsLength, _SEP_LSA_WORK_ITEM::CommandParamsMemoryType, ExAllocatePoolWithTag, ExFreePool(), FALSE, NT_SUCCESS, NTSTATUS(), NULL, PAGED_CODE, PagedPool, _SEP_LSA_WORK_ITEM::ReplyBuffer, _SEP_LSA_WORK_ITEM::ReplyBufferLength, SEP_LSA_WORK_ITEM, SepAdtMarshallAuditRecord(), SepAuditFailed(), SepAuditRecord, SepCrashOnAuditFail, SepQueueWorkItem(), Status, _SEP_LSA_WORK_ITEM::Tag, and TRUE. Referenced by SeAuditHandleDuplication(), SeAuditProcessCreation(), SeAuditProcessExit(), SepAdtCloseObjectAuditAlarm(), SepAdtDeleteObjectAuditAlarm(), SepAdtGenerateDiscardAudit(), SepAdtHandleAuditAlarm(), SepAdtObjectReferenceAuditAlarm(), SepAdtOpenObjectAuditAlarm(), SepAdtOpenObjectForDeleteAuditAlarm(), SepAdtPrivilegedServiceAuditAlarm(), and SepAdtPrivilegeObjectAuditAlarm().
|
|
|