Home
last modified time | relevance | path

Searched refs:acls (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_acl_platform_nfs4.c258 set_acls(struct archive_entry *ae, struct myacl_t *acls, int start, int end) in set_acls() argument
267 acls[0].type, acls[0].permset, acls[0].tag, in set_acls()
268 acls[0].qual, acls[0].name)); in set_acls()
274 acls[i].type, acls[i].permset, acls[i].tag, in set_acls()
275 acls[i].qual, acls[i].name)); in set_acls()
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DNsdConf.py501 acls = {}
513 if acls.has_key(incl):
514 acls[incl] += 1
516 acls[incl] = 1
518 alist = acls.keys()
/netbsd-src/sys/ufs/ufs/
H A DREADME.acls1 $FreeBSD: head/sys/ufs/ufs/README.acls 105456 2002-10-19 16:09:16Z rwatson $
30 To enable support for ACLs on a file system, the 'acls' mount flag
38 mount -o acls /dev/md0a /mnt
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dacl_list.c416 read_acl_list(struct acl_list* acl, struct config_str2list* acls) in read_acl_list() argument
419 for(p = acls; p; p = p->next) { in read_acl_list()
530 if(!read_acl_list(acl, cfg->acls)) in acl_list_apply_cfg()
579 struct config_str2list* acls, int port) in read_acl_interface_action() argument
582 for(p = acls; p; p = p->next) { in read_acl_interface_action()
/netbsd-src/external/mpl/bind/dist/lib/bind9/
H A Dcheck.c
/netbsd-src/external/mpl/bind/dist/lib/isccfg/
H A Daclconf.c99 const cfg_obj_t *acls = NULL; in get_acl_def()
102 result = cfg_map_get(cctx, "acl", &acls); in get_acl_def()
106 for (elt = cfg_list_first(acls); elt != NULL; elt = cfg_list_next(elt)) in get_acl_def()
265 * Convert any named acls we reference now if in count_acl_elements()
100 const cfg_obj_t *acls = NULL; get_acl_def() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Daclconf.c100 const cfg_obj_t *acls = NULL; in get_acl_def() local
103 result = cfg_map_get(cctx, "acl", &acls); in get_acl_def()
107 for (elt = cfg_list_first(acls); elt != NULL; elt = cfg_list_next(elt)) in get_acl_def()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h278 struct config_str2list* acls; member
H A Dconfig_file.c232 cfg->acls = NULL; in config_create()
1184 else O_LS2(opt, "access-control", acls) in config_get_option()
1648 config_deldblstrlist(cfg->acls); in config_delete()
H A Dconfigparser.y1911 if(!cfg_str2list_insert(&cfg_parser->cfg->acls, $2, $3))
H A Dconfigparser.c4937 if(!cfg_str2list_insert(&cfg_parser->cfg->acls, (yyvsp[-1].str), (yyvsp[0].str))) in yyparse()
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dconfig.rst159 .. attribute:: acls
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-checkconf.c455 for(acl=cfg->acls; acl; acl = acl->next) { in aclchecks()
/netbsd-src/external/bsd/nsd/dist/doc/
H A DTESTPLAN286 Perhaps also include never respond entries (fake address) in acls.
H A DChangeLog4473 - fixed bug where port number acls did not match.
4588 - removed --disable-axfr, you can control this via acls.
4760 - more verbose acl logging. Validated acls are logged in detail.
4761 Invalid acls are only logged in debug mode, level >= 1.
4906 - removed libwrap stuff - superseded by acls.
5086 - Will check for blocked addresses in outgoing acls. Also ranges.
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i1007 struct config_str2list* acls;
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/
H A DChangeLog458 * kdc/krb5.conf.in: Add digests acls (all)
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A DChangeLog149 * get.c: Add printing of pkinit-acls. Don't print password by