#include <stdio.h>
#include <string.h>
#include <nt.h>
#include <ntrtl.h>
#include "sep.h"
#include "ttoken.c"
Go to the source code of this file.
Functions | |
VOID | RtlDumpAcl (IN PACL Acl) |
main (int argc, char *argv[], char *envp[]) | |
VOID | SeMain () |
BOOLEAN | TestCreateAcl () |
BOOLEAN | TestQueryInformationAcl () |
BOOLEAN | TestSetInformationAcl () |
BOOLEAN | TestAddAce () |
BOOLEAN | TestDeleteAce () |
BOOLEAN | TestGetAce () |
BOOLEAN | TestAccessCheck () |
BOOLEAN | TestGenerateMessage () |
|
Definition at line 39 of file tseum.c. References DbgPrint, NTSTATUS(), NtTerminateProcess(), NULL, SeMain(), Status, and VOID().
|
|
Referenced by main(), and TestSeAclRtl(). |
|
Definition at line 78 of file tseum.c. References DbgPrint, TestAccessCheck(), TestAddAce(), TestCreateAcl(), TestDeleteAce(), TestGenerateMessage(), TestGetAce(), TestQueryInformationAcl(), and TestSetInformationAcl(). Referenced by main().
|
|
Definition at line 502 of file tseum.c. References DbgPrint, FALSE, Fred, NT_SUCCESS, NtAccessCheck(), NTSTATUS(), NULL, Status, Token, and TRUE.
|
|
Definition at line 282 of file tseum.c. References DbgPrint, FALSE, _STANDARD_ACE::Header, _STANDARD_ACE::Mask, NT_SUCCESS, NTSTATUS(), RtlAddAce(), RtlCreateAcl(), STANDARD_ACE, Status, and TRUE. Referenced by SeMain().
|
|
Definition at line 134 of file tseum.c. References Buffer, DbgPrint, FALSE, NT_SUCCESS, NTSTATUS(), RtlCreateAcl(), Status, and TRUE. Referenced by SeMain().
|
|
Definition at line 402 of file tseum.c. References Buffer, DbgPrint, FALSE, Fred, NT_SUCCESS, NTSTATUS(), RtlDeleteAce(), Status, and TRUE. Referenced by SeMain().
|
|
Definition at line 574 of file tseum.c. References TRUE.
|
|
Definition at line 451 of file tseum.c. References Buffer, DbgPrint, FALSE, Fred, NT_SUCCESS, NTSTATUS(), RtlGetAce(), Status, and TRUE. Referenced by SeMain().
|
|
Definition at line 184 of file tseum.c. References Buffer, DbgPrint, FALSE, Fred, NT_SUCCESS, NTSTATUS(), RtlQueryInformationAcl(), Status, and TRUE. Referenced by SeMain().
|
|
Definition at line 239 of file tseum.c. References Buffer, DbgPrint, FALSE, Fred, NT_SUCCESS, NTSTATUS(), RtlSetInformationAcl(), Status, and TRUE. Referenced by SeMain().
|