Searched refs:build_sec_desc (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/smbd/
H A Dse_access_check_utils.h41 SEC_DESC *build_sec_desc(struct ace_entry *dacl, struct ace_entry *sacl,
H A Dse_access_check_allowall.c68 sd = build_sec_desc(acl_allowall, NULL, NULL_SID, NULL_SID);
H A Dse_access_check_denyall.c67 sd = build_sec_desc(acl_denyall, NULL, NULL_SID, NULL_SID);
H A Dse_access_check_allowsome.c85 sd = build_sec_desc(acl_allowsome, NULL, NULL_SID, NULL_SID);
H A Dse_access_check_denysome.c87 sd = build_sec_desc(acl_denysome, NULL, NULL_SID, NULL_SID);
H A Dse_access_check_empty.c90 sd = build_sec_desc(acl_empty, NULL, NULL_SID, NULL_SID);
H A Dse_access_check_printer.c193 sd = build_sec_desc(acl_printer, NULL, NULL_SID, NULL_SID);
H A Dse_access_check_utils.c100 SEC_DESC *build_sec_desc(struct ace_entry *dacl, struct ace_entry *sacl, function

Completed in 86 milliseconds