#include "tsecomm.c"
Go to the source code of this file.
Functions | |
BOOLEAN | TestSeInitialize () |
BOOLEAN | TestSeUnnamedCreate () |
BOOLEAN | TestSeNamedCreate () |
BOOLEAN | TestSeQuerySecurity () |
BOOLEAN | TestSeSetSecurity () |
BOOLEAN | TestSeAccess () |
BOOLEAN | TSeAcc () |
Variables | |
NTSTATUS | Status |
STRING | Event1Name |
STRING | Process1Name |
UNICODE_STRING | UnicodeEvent1Name |
UNICODE_STRING | UnicodeProcess1Name |
OBJECT_ATTRIBUTES | NullObjectAttributes |
HANDLE | Event1 |
OBJECT_ATTRIBUTES | Event1ObjectAttributes |
PSECURITY_DESCRIPTOR | Event1SecurityDescriptor |
PSID | Event1Owner |
PSID | Event1Group |
PACL | Event1Dacl |
PACL | Event1Sacl |
PACL | TDacl |
BOOLEAN | TDaclPresent |
BOOLEAN | TDaclDefaulted |
PACL | TSacl |
BOOLEAN | TSaclPresent |
BOOLEAN | TSaclDefaulted |
PSID | TOwner |
BOOLEAN | TOwnerDefaulted |
PSID | TGroup |
BOOLEAN | TGroupDefaulted |
HANDLE | Process1 |
OBJECT_ATTRIBUTES | Process1ObjectAttributes |
|
Definition at line 636 of file ctseacc.c. References ASSERT, DbgPrint, Event1, Event1ObjectAttributes, Event1SecurityDescriptor, FALSE, NT_SUCCESS, NtClose(), NtCreateEvent(), NtSetEvent(), NULL, RtlCreateSecurityDescriptor(), Status, and TRUE. Referenced by TSeAcc().
|
|
Definition at line 86 of file ctseacc.c. References Event1Name, Event1SecurityDescriptor, NT_SUCCESS, NULL, NullObjectAttributes, PagedPool, Process1Name, RtlAnsiStringToUnicodeString(), RtlInitString(), SEASSERT_SUCCESS, Status, TDacl, TRUE, TSacl, UnicodeEvent1Name, and UnicodeProcess1Name. Referenced by TSeAcc().
|
|
Definition at line 213 of file ctseacc.c. References ASSERT, DbgPrint, Event1, Event1ObjectAttributes, Event1SecurityDescriptor, FALSE, NT_SUCCESS, NtClose(), NtCreateEvent(), NULL, RtlCreateSecurityDescriptor(), RtlSetDaclSecurityDescriptor(), Status, TDacl, TRUE, and UnicodeEvent1Name. Referenced by TSeAcc().
|
|
Definition at line 415 of file ctseacc.c. References DbgPrint, and TRUE. Referenced by TSeAcc().
|
|
Definition at line 507 of file ctseacc.c. References DbgPrint, and TRUE. Referenced by TSeAcc().
|
|
Definition at line 129 of file ctseacc.c. References ASSERT, DbgPrint, Event1, Event1ObjectAttributes, FALSE, NT_SUCCESS, NtClose(), NtCreateEvent(), NULL, Status, and TRUE. Referenced by TSeAcc().
|
|
Definition at line 880 of file ctseacc.c. References DbgPrint, FALSE, TestSeAccess(), TestSeInitialize(), TestSeNamedCreate(), TestSeQuerySecurity(), TestSeSetSecurity(), TestSeUnnamedCreate(), and TRUE. Referenced by Test().
|
|
Definition at line 51 of file ctseacc.c. Referenced by TestSeAccess(), TestSeNamedCreate(), and TestSeUnnamedCreate(). |
|
|
|
|
|
Definition at line 46 of file ctseacc.c. Referenced by TestSeInitialize(). |
|
Definition at line 52 of file ctseacc.c. Referenced by TestSeAccess(), TestSeNamedCreate(), and TestSeUnnamedCreate(). |
|
|
|
|
|
Definition at line 53 of file ctseacc.c. Referenced by TestSeAccess(), TestSeInitialize(), and TestSeNamedCreate(). |
|
Definition at line 49 of file ctseacc.c. Referenced by TestSeInitialize(). |
|
|
|
Definition at line 46 of file ctseacc.c. Referenced by TestSeInitialize(). |
|
|
|
|
|
Definition at line 59 of file ctseacc.c. Referenced by TestSeAclRtl(), TestSeInitialize(), TestSeNamedCreate(), and TestSeSecurityDescriptor(). |
|
Definition at line 61 of file ctseacc.c. Referenced by TestSeSecurityDescriptor(). |
|
Definition at line 60 of file ctseacc.c. Referenced by TestSeSecurityDescriptor(). |
|
Definition at line 69 of file ctseacc.c. Referenced by TestSeSecurityDescriptor(). |
|
Definition at line 70 of file ctseacc.c. Referenced by TestSeSecurityDescriptor(). |
|
Definition at line 67 of file ctseacc.c. Referenced by TestSeSecurityDescriptor(). |
|
Definition at line 68 of file ctseacc.c. Referenced by TestSeSecurityDescriptor(). |
|
Definition at line 63 of file ctseacc.c. Referenced by TestSeInitialize(), and TestSeSecurityDescriptor(). |
|
Definition at line 65 of file ctseacc.c. Referenced by TestSeSecurityDescriptor(). |
|
Definition at line 64 of file ctseacc.c. Referenced by TestSeSecurityDescriptor(). |
|
Definition at line 47 of file ctseacc.c. Referenced by TestSeInitialize(), and TestSeNamedCreate(). |
|
Definition at line 47 of file ctseacc.c. Referenced by TestSeInitialize(). |