Home
last modified time | relevance | path

Searched refs:acl_type (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/sysutils/py-salt/salt-3004.1/tests/unit/states/
H A Dtest_linux_acl.py31 acl_type = "users"
40 {name: {acl_type: [{}]}},
51 {name: {acl_type: ""}},
308 acl_type = "users"
340 acl_type = "user"
349 acl_type: [
359 acl_type: [
368 acl_type: [
534 acl_type = "users"
544 acl_type: [
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dlinux_acl.py100 acl_type = vals["type"]
106 if acl_type == "acl":
108 elif acl_type == "default":
117 if acl_type == "acl":
194 def _acl_prefix(acl_type): argument
196 if acl_type.startswith("d"):
198 acl_type = acl_type.replace("default:", "")
199 acl_type = acl_type.replace("d:", "")
200 if acl_type == "user" or acl_type == "u":
202 elif acl_type == "group" or acl_type == "g":
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dlinux_acl.py120 _acl_type = acl_type
191 "acl_type": acl_type,
215 acl_type,
320 _acl_type = acl_type
418 _acl_type = acl_type
430 if acl_type == "user":
447 acl_type
579 acl_type,
611 "acl_type": acl_type,
635 acl_type,
[all …]
/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/wire/
H A Dacl.h57 typedef struct acl_struct acl_type; typedef
59 acl_type* next;
84 extern acl_type* acl_create(char* address,
95 extern acl_type* acl_find(acl_type* acl, struct sockaddr_storage* addr,
122 extern void acl_cleanup(acl_type* acl);
H A Dacl.c125 acl_type*
130 acl_type* acl = NULL; in acl_create()
132 CHECKALLOC(acl = (acl_type*) malloc(sizeof(acl_type))); in acl_create()
277 acl_addr_matches(acl_type* acl, struct sockaddr_storage* addr) in acl_addr_matches()
367 acl_tsig_matches(acl_type* acl, tsig_rr_type* tsig) in acl_tsig_matches()
436 acl_type*
437 acl_find(acl_type* acl, struct sockaddr_storage* addr, tsig_rr_type* trr) in acl_find()
439 acl_type* find = acl; in acl_find()
456 acl_cleanup(acl_type* acl) in acl_cleanup()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/asa/tests/unit/modules/network/asa/
H A Dtest_asa_acls.py110 acl_type="extended",
127 acl_type="extended",
159 acl_type="extended",
178 acl_type="extended",
223 acl_type="extended",
268 acl_type="extended",
285 acl_type="extended",
314 acl_type="extended",
331 acl_type="extended",
363 acl_type="extended",
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/
H A Darchive_write_disk_acl.c266 if (acl_type == ACE_T) in set_acl()
268 else if (acl_type == ACLENT_T) in set_acl()
276 acl->acl_type = acl_type; in set_acl()
302 if (acl->acl_type == ACE_T) { in set_acl()
349 if (acl->acl_type == ACE_T) in set_acl()
358 if (acl->acl_type == ACE_T) { in set_acl()
367 if (acl->acl_type == ACE_T) in set_acl()
373 if (acl->acl_type == ACE_T) { in set_acl()
517 if (acl->acl_type == ACLENT_T) { in set_acl()
558 if (acl_type == ACE_T) in set_acl()
[all …]
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/tests/api/
H A Dnetacl.c62 pr_netacl_type_t acl_type; in START_TEST() local
85 acl_type = pr_netacl_get_type(res); in START_TEST()
93 acl_type = pr_netacl_get_type(res); in START_TEST()
108 acl_type = pr_netacl_get_type(res); in START_TEST()
128 acl_type = pr_netacl_get_type(res); in START_TEST()
137 acl_type = pr_netacl_get_type(res); in START_TEST()
156 acl_type = pr_netacl_get_type(res); in START_TEST()
165 acl_type = pr_netacl_get_type(res); in START_TEST()
175 acl_type = pr_netacl_get_type(res); in START_TEST()
199 acl_type = pr_netacl_get_type(res); in START_TEST()
[all …]
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/tests/api/
H A Dnetacl.c62 pr_netacl_type_t acl_type; in START_TEST() local
85 acl_type = pr_netacl_get_type(res); in START_TEST()
93 acl_type = pr_netacl_get_type(res); in START_TEST()
108 acl_type = pr_netacl_get_type(res); in START_TEST()
128 acl_type = pr_netacl_get_type(res); in START_TEST()
137 acl_type = pr_netacl_get_type(res); in START_TEST()
156 acl_type = pr_netacl_get_type(res); in START_TEST()
165 acl_type = pr_netacl_get_type(res); in START_TEST()
175 acl_type = pr_netacl_get_type(res); in START_TEST()
199 acl_type = pr_netacl_get_type(res); in START_TEST()
[all …]
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/tests/api/
H A Dnetacl.c62 pr_netacl_type_t acl_type; in START_TEST() local
85 acl_type = pr_netacl_get_type(res); in START_TEST()
93 acl_type = pr_netacl_get_type(res); in START_TEST()
108 acl_type = pr_netacl_get_type(res); in START_TEST()
128 acl_type = pr_netacl_get_type(res); in START_TEST()
137 acl_type = pr_netacl_get_type(res); in START_TEST()
156 acl_type = pr_netacl_get_type(res); in START_TEST()
165 acl_type = pr_netacl_get_type(res); in START_TEST()
175 acl_type = pr_netacl_get_type(res); in START_TEST()
199 acl_type = pr_netacl_get_type(res); in START_TEST()
[all …]
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/tests/api/
H A Dnetacl.c62 pr_netacl_type_t acl_type; in START_TEST() local
85 acl_type = pr_netacl_get_type(res); in START_TEST()
93 acl_type = pr_netacl_get_type(res); in START_TEST()
108 acl_type = pr_netacl_get_type(res); in START_TEST()
128 acl_type = pr_netacl_get_type(res); in START_TEST()
137 acl_type = pr_netacl_get_type(res); in START_TEST()
156 acl_type = pr_netacl_get_type(res); in START_TEST()
165 acl_type = pr_netacl_get_type(res); in START_TEST()
175 acl_type = pr_netacl_get_type(res); in START_TEST()
199 acl_type = pr_netacl_get_type(res); in START_TEST()
[all …]
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/tests/api/
H A Dnetacl.c62 pr_netacl_type_t acl_type; in START_TEST() local
85 acl_type = pr_netacl_get_type(res); in START_TEST()
93 acl_type = pr_netacl_get_type(res); in START_TEST()
108 acl_type = pr_netacl_get_type(res); in START_TEST()
128 acl_type = pr_netacl_get_type(res); in START_TEST()
137 acl_type = pr_netacl_get_type(res); in START_TEST()
156 acl_type = pr_netacl_get_type(res); in START_TEST()
165 acl_type = pr_netacl_get_type(res); in START_TEST()
175 acl_type = pr_netacl_get_type(res); in START_TEST()
199 acl_type = pr_netacl_get_type(res); in START_TEST()
[all …]
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/tests/api/
H A Dnetacl.c62 pr_netacl_type_t acl_type; in START_TEST() local
85 acl_type = pr_netacl_get_type(res); in START_TEST()
93 acl_type = pr_netacl_get_type(res); in START_TEST()
108 acl_type = pr_netacl_get_type(res); in START_TEST()
128 acl_type = pr_netacl_get_type(res); in START_TEST()
137 acl_type = pr_netacl_get_type(res); in START_TEST()
156 acl_type = pr_netacl_get_type(res); in START_TEST()
165 acl_type = pr_netacl_get_type(res); in START_TEST()
175 acl_type = pr_netacl_get_type(res); in START_TEST()
199 acl_type = pr_netacl_get_type(res); in START_TEST()
[all …]
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/tests/api/
H A Dnetacl.c62 pr_netacl_type_t acl_type; in START_TEST() local
85 acl_type = pr_netacl_get_type(res); in START_TEST()
93 acl_type = pr_netacl_get_type(res); in START_TEST()
108 acl_type = pr_netacl_get_type(res); in START_TEST()
128 acl_type = pr_netacl_get_type(res); in START_TEST()
137 acl_type = pr_netacl_get_type(res); in START_TEST()
156 acl_type = pr_netacl_get_type(res); in START_TEST()
165 acl_type = pr_netacl_get_type(res); in START_TEST()
175 acl_type = pr_netacl_get_type(res); in START_TEST()
199 acl_type = pr_netacl_get_type(res); in START_TEST()
[all …]
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/tests/api/
H A Dnetacl.c62 pr_netacl_type_t acl_type; in START_TEST() local
85 acl_type = pr_netacl_get_type(res); in START_TEST()
93 acl_type = pr_netacl_get_type(res); in START_TEST()
108 acl_type = pr_netacl_get_type(res); in START_TEST()
128 acl_type = pr_netacl_get_type(res); in START_TEST()
137 acl_type = pr_netacl_get_type(res); in START_TEST()
156 acl_type = pr_netacl_get_type(res); in START_TEST()
165 acl_type = pr_netacl_get_type(res); in START_TEST()
175 acl_type = pr_netacl_get_type(res); in START_TEST()
199 acl_type = pr_netacl_get_type(res); in START_TEST()
[all …]
/dports/ftp/proftpd/proftpd-1.3.7c/tests/api/
H A Dnetacl.c62 pr_netacl_type_t acl_type; in START_TEST() local
85 acl_type = pr_netacl_get_type(res); in START_TEST()
93 acl_type = pr_netacl_get_type(res); in START_TEST()
108 acl_type = pr_netacl_get_type(res); in START_TEST()
128 acl_type = pr_netacl_get_type(res); in START_TEST()
137 acl_type = pr_netacl_get_type(res); in START_TEST()
156 acl_type = pr_netacl_get_type(res); in START_TEST()
165 acl_type = pr_netacl_get_type(res); in START_TEST()
175 acl_type = pr_netacl_get_type(res); in START_TEST()
199 acl_type = pr_netacl_get_type(res); in START_TEST()
[all …]
/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/parser/
H A Daddnsparser.h49 extern acl_type* parse_addns_request_xfr(const char* filename, tsig_type* tsig);
59 extern acl_type* parse_addns_allow_notify(const char* filename, tsig_type* tsig);
69 extern acl_type* parse_addns_provide_xfr(const char* filename, tsig_type* tsig);
79 extern acl_type* parse_addns_do_notify(const char* filename, tsig_type* tsig);
H A Daddnsparser.c47 static acl_type*
51 acl_type* acl = NULL; in parse_addns_remote()
52 acl_type* new_acl = NULL; in parse_addns_remote()
143 static acl_type*
147 acl_type* acl = NULL; in parse_addns_acl()
148 acl_type* new_acl = NULL; in parse_addns_acl()
326 acl_type*
339 acl_type*
352 acl_type*
365 acl_type*
/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/adapter/
H A Daddns.h50 acl_type* request_xfr;
51 acl_type* allow_notify;
62 acl_type* provide_xfr;
63 acl_type* do_notify;
/dports/net-mgmt/py-pyeapi/pyeapi-0.8.4/pyeapi/api/
H A Dacl.py106 for acl_type, name in acl_re.findall(self.config):
108 if acl_type and acl_type == 'standard':
133 acl_type = match.group(1) or 'extended'
134 return self.create_instance(match.group(2), acl_type)
137 def create_instance(self, name, acl_type): argument
138 if acl_type not in VALID_ACLS:
139 acl_type = 'standard'
140 acl_instance = ACL_CLASS_MAP.get(acl_type)
/dports/net/samba412/samba-4.12.15/source3/modules/
H A Dvfs_posixacl.c42 acl_type_t acl_type; in posixacl_sys_acl_get_file() local
47 acl_type = ACL_TYPE_ACCESS; in posixacl_sys_acl_get_file()
50 acl_type = ACL_TYPE_DEFAULT; in posixacl_sys_acl_get_file()
57 acl = acl_get_file(smb_fname->base_name, acl_type); in posixacl_sys_acl_get_file()
89 acl_type_t acl_type; in posixacl_sys_acl_set_file() local
98 acl_type = ACL_TYPE_ACCESS; in posixacl_sys_acl_set_file()
101 acl_type = ACL_TYPE_DEFAULT; in posixacl_sys_acl_set_file()
111 res = acl_set_file(smb_fname->base_name, acl_type, acl); in posixacl_sys_acl_set_file()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/plugins/module_utils/network/ios/config/acls/
H A Dacls.py193 name=k, afi=afi, acl_type=v.get("acl_type")
210 name=k, afi=afi, acl_type=v.get("acl_type")
281 def acl_name_config_cmd(self, name, afi, acl_type): argument
283 if not acl_type:
286 if not acl_type:
288 acl_type = "standard"
290 acl_type = "extended"
292 acl_type = "extended"
293 command = "ip access-list {0} {1}".format(acl_type, name)
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/filed/
H A Dbacgpfs.c172 bRC_GPFSLIB GPFSLIB::_gpfs_backup_acl_data(JCR *jcr, FF_PKT *ff_pkt, unsigned char acl_type, POOLME… in _gpfs_backup_acl_data() argument
185 acltmp.acl_type = acl_type; in _gpfs_backup_acl_data()
209 aclp->acl_type = acl_type; in _gpfs_backup_acl_data()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/filed/
H A Dbacgpfs.c172 bRC_GPFSLIB GPFSLIB::_gpfs_backup_acl_data(JCR *jcr, FF_PKT *ff_pkt, unsigned char acl_type, POOLME… in _gpfs_backup_acl_data() argument
185 acltmp.acl_type = acl_type; in _gpfs_backup_acl_data()
209 aclp->acl_type = acl_type; in _gpfs_backup_acl_data()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/filed/
H A Dbacgpfs.c172 bRC_GPFSLIB GPFSLIB::_gpfs_backup_acl_data(JCR *jcr, FF_PKT *ff_pkt, unsigned char acl_type, POOLME… in _gpfs_backup_acl_data() argument
185 acltmp.acl_type = acl_type; in _gpfs_backup_acl_data()
209 aclp->acl_type = acl_type; in _gpfs_backup_acl_data()

12345678910