ReactOS
0.4.15-dev-1623-g66cf1d2
|
#include <windows.h>
#include <strsafe.h>
#include <sddl.h>
#include "nfs41_ops.h"
#include "delegation.h"
#include "daemon_debug.h"
#include "util.h"
#include "upcall.h"
#include "nfs41_xdr.h"
Go to the source code of this file.
Macros | |
#define | ACLLVL 2 /* dprintf level for acl logging */ |
Variables | |
char | localdomain_name [NFS41_HOSTNAME_LEN] |
const nfs41_upcall_op | nfs41_op_getacl |
const nfs41_upcall_op | nfs41_op_setacl |
|
static |
Definition at line 163 of file acl.c.
Referenced by convert_nfs4acl_2_dacl().
|
static |
Definition at line 184 of file acl.c.
Referenced by handle_getacl().
Definition at line 80 of file acl.c.
Referenced by convert_nfs4acl_2_dacl(), and handle_getacl().
|
static |
Definition at line 52 of file acl.c.
Referenced by check_4_special_identifiers(), and map_name_2_sid().
Definition at line 155 of file acl.c.
Referenced by convert_nfs4acl_2_dacl(), GetShellSecurityDescriptor(), and handle_getacl().
|
static |
Definition at line 274 of file acl.c.
|
static |
Definition at line 690 of file acl.c.
Definition at line 445 of file acl.c.
Referenced by map_nfs4ace_who().
|
static |
Definition at line 513 of file acl.c.
Referenced by map_dacl_2_nfs4acl().
|
static |
Definition at line 614 of file acl.c.
Referenced by handle_setacl().
Definition at line 93 of file acl.c.
Referenced by convert_nfs4acl_2_dacl(), and handle_getacl().
|
static |
Definition at line 538 of file acl.c.
Referenced by handle_setacl(), and map_dacl_2_nfs4acl().
|
static |
Definition at line 405 of file acl.c.
|
static |
Definition at line 791 of file acl.c.
|
static |
Definition at line 38 of file acl.c.
|
static |
Definition at line 426 of file acl.c.
char localdomain_name[NFS41_HOSTNAME_LEN] |
Definition at line 49 of file nfs41_daemon.c.
Referenced by getdomainname(), and handle_setacl().
const nfs41_upcall_op nfs41_op_getacl |
const nfs41_upcall_op nfs41_op_setacl |