#include <nt.h>
#include "sep.h"
#include "adt.h"
#include "adtp.h"
Go to the source code of this file.
Functions | |
BOOLEAN | SepAdtValidateAuditBounds (ULONG Upper, ULONG Lower) |
BOOLEAN | SepAdtInitializePhase1 () |
VOID | SepAdtInitializeBounds (VOID) |
NTSTATUS | SepAdtInitializeCrashOnFail (VOID) |
BOOLEAN | SepAdtInitializePrivilegeAuditing (VOID) |
VOID | SepAdtInitializeAuditingOptions (VOID) |
|
Definition at line 425 of file adtinit.c. References ASSERT, CHAR, _SEP_AUDIT_OPTIONS::DoNotAuditCloseObjectEvents, KeyName, L, NT_SUCCESS, NtClose(), NtOpenKey(), NtQueryValueKey(), NTSTATUS(), NULL, PAGED_CODE, RtlInitUnicodeString(), SepAuditOptions, Status, TRUE, and ValueName. Referenced by SeRmInitPhase1().
|
|
Definition at line 117 of file adtinit.c. References ExAllocatePool, ExFreePool(), KeyName, L, _SEP_AUDIT_BOUNDS::LowerBound, NT_SUCCESS, NtClose(), NtOpenKey(), NtQueryValueKey(), NTSTATUS(), NULL, ObjectAttributes, PAGED_CODE, PagedPool, PSEP_AUDIT_BOUNDS, RtlInitUnicodeString(), SEP_AUDIT_BOUNDS, SepAdtMaxListLength, SepAdtMinListLength, SepAdtValidateAuditBounds(), Status, _SEP_AUDIT_BOUNDS::UpperBound, and ValueName. Referenced by SepRmSetAuditEventWrkr().
|
|
Definition at line 242 of file adtinit.c. References ASSERT, CHAR, FALSE, KeyName, L, NT_SUCCESS, NtClose(), NtOpenKey(), NtQueryValueKey(), NTSTATUS(), NULL, RtlInitUnicodeString(), SepCrashOnAuditFail, Status, TRUE, and ValueName. Referenced by SeRmInitPhase1().
|
|
Definition at line 85 of file adtinit.c. References L, PAGED_CODE, RtlInitUnicodeString(), SeSubsystemName, and TRUE. Referenced by SepInitializationPhase1().
|
|
Definition at line 329 of file adtinit.c. References ASSERT, CHAR, FALSE, FULL_PRIVILEGE_AUDITING, KeyName, L, NT_SUCCESS, NtClose(), NtOpenKey(), NtQueryValueKey(), NTSTATUS(), NULL, PAGED_CODE, RtlInitUnicodeString(), SepInitializePrivilegeFilter(), Status, and ValueName. Referenced by SeRmInitPhase1().
|
|
Definition at line 39 of file adtinit.c. References FALSE, PAGED_CODE, and TRUE. Referenced by SepAdtInitializeBounds().
|