Searched refs:ace_entry (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/smbd/
H A Dse_access_check_utils.h29 struct ace_entry { struct
40 SEC_ACL *build_acl(struct ace_entry *ace_list);
41 SEC_DESC *build_sec_desc(struct ace_entry *dacl, struct ace_entry *sacl,
H A Dse_access_check_utils.c55 /* Construct an ACL from a list of ace_entry structures */
57 SEC_ACL *build_acl(struct ace_entry *ace_list)
100 SEC_DESC *build_sec_desc(struct ace_entry *dacl, struct ace_entry *sacl,
H A Dse_access_check_allowall.c30 struct ace_entry acl_allowall[] = {
H A Dse_access_check_denyall.c30 struct ace_entry acl_denyall[] = {
H A Dse_access_check_allowsome.c30 struct ace_entry acl_allowsome[] = {
H A Dse_access_check_denysome.c30 struct ace_entry acl_denysome[] = {
H A Dse_access_check_empty.c30 struct ace_entry acl_empty[] = {
H A Dse_access_check_printer.c30 struct ace_entry acl_printer[] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dposix_acls.c118 static uint32 get_entry_val(canon_ace *ace_entry) argument
120 switch (ace_entry->owner_type) {
122 DEBUG(10,("get_entry_val: uid = %u\n", (unsigned int)ace_entry->unix_ug.uid ));
123 return (uint32)ace_entry->unix_ug.uid;
125 DEBUG(10,("get_entry_val: gid = %u\n", (unsigned int)ace_entry->unix_ug.gid ));
126 return (uint32)ace_entry->unix_ug.gid;
290 static BOOL get_inherited_flag(struct pai_val *pal, canon_ace *ace_entry, BOOL default_ace) argument
299 if (ace_entry->owner_type == paie->owner_type &&
300 get_entry_val(ace_entry) == get_pai_entry_val(paie))

Completed in 111 milliseconds