#include <stdio.h>
#include "sep.h"
#include <zwapi.h>
#include "ttoken.c"
Go to the source code of this file.
Functions | |
BOOLEAN | SeTest () |
int | main (int argc, char *argv[]) |
BOOLEAN | TestMakeSystemToken () |
BOOLEAN | TestTokenCopy () |
BOOLEAN | TestTokenSize () |
BOOLEAN | TestDefaultObjectMethod () |
BOOLEAN | TestCaptureSecurityDescriptor () |
BOOLEAN | TestAssignSecurity () |
BOOLEAN | TestAccessCheck () |
BOOLEAN | TestGenerateMessage () |
|
Definition at line 39 of file tse.c. References KiSystemStartup(), SeTest(), TestFunction, and VOID().
|
|
Definition at line 53 of file tse.c. References DbgPrint, FALSE, TestAccessCheck(), TestAssignSecurity(), TestCaptureSecurityDescriptor(), TestDefaultObjectMethod(), TestGenerateMessage(), TestMakeSystemToken(), TestTokenCopy(), TestTokenSize(), and TRUE. Referenced by main().
|
|
Definition at line 503 of file tse.c. References DbgPrint, ExAllocatePool, FALSE, Fred, NULL, PagedPool, SeAccessCheck(), Token, TRUE, and UserMode. Referenced by SeMain(), and SeTest().
|
|
Definition at line 360 of file tse.c. References DbgPrint, ExAllocatePool, FALSE, Fred, KernelMode, NT_SUCCESS, NTSTATUS(), NULL, PagedPool, SeAssignSecurity(), Status, Token, TRUE, and UserMode. Referenced by SeTest().
|
|
Definition at line 296 of file tse.c. References Barney, Dacl, DbgPrint, ExAllocatePool, ExFreePool(), FALSE, KernelMode, NT_SUCCESS, NTSTATUS(), PagedPool, Pebbles, SeCaptureSecurityDescriptor(), Status, TRUE, and UserMode. Referenced by SeTest().
|
|
Definition at line 205 of file tse.c. References Buffer, DbgPrint, DeleteSecurityDescriptor, ExAllocatePool, ExFreePool(), FALSE, Fred, NT_SUCCESS, NTSTATUS(), NULL, PagedPool, QuerySecurityDescriptor, SeDefaultObjectMethod(), SetSecurityDescriptor, Status, TRUE, and Wilma. Referenced by SeTest().
|
|
Definition at line 575 of file tse.c. References TRUE. Referenced by SeMain(), and SeTest().
|
|
Definition at line 105 of file tse.c. References DbgPrint, ExFreePool(), FALSE, PagedPool, SeMakeSystemToken(), Size, Token, and TRUE. Referenced by SeTest().
|
|
Definition at line 131 of file tse.c. References DbgPrint, ExAllocatePool, ExFreePool(), FALSE, Fred, NT_SUCCESS, NTSTATUS(), PagedPool, Status, and TRUE. Referenced by SeTest().
|
|
Definition at line 177 of file tse.c. References DbgPrint, ExAllocatePool, ExFreePool(), FALSE, PagedPool, Token, TRUE, and Wilma. Referenced by SeTest().
|