Home
last modified time | relevance | path

Searched refs:allow_notify (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DZone.py48 self.allow_notify = []
57 report_info(' allow_notify = %s' % (str(self.allow_notify)))
117 self.allow_notify.append(quad)
121 self.allow_notify = list
125 return self.allow_notify
H A DNamedConf.py46 self.allow_notify = []
63 report_info(' allow-notify: %s' % (self.allow_notify))
107 self.allow_notify.append(quad)
111 self.allow_notify = list
115 return self.allow_notify
H A DNsdConf.py88 self.allow_notify = [] # empty unless we're a slave zone
102 print >> ofile, ' allow_notify = %s' % (str(self.allow_notify))
119 nlist = self.allow_notify
183 self.allow_notify = quad_list
187 return self.allow_notify
190 self.allow_notify.append(nlist)
/netbsd-src/external/bsd/nsd/dist/
H A Doptions.c250 for(acl=pat->allow_notify; acl; acl=acl->next) in parse_options_file()
873 p->allow_notify = 0; in pattern_options_create()
974 acl_list_delete(opt->region, p->allow_notify); in pattern_options_remove()
1128 orig->allow_notify = copy_acl_list(opt, p->allow_notify); in pattern_options_add_modify()
1147 copy_changed_acl(opt, &orig->allow_notify, p->allow_notify); in pattern_options_add_modify()
1205 if(!acl_list_equal(p->allow_notify, q->allow_notify)) return 0; in pattern_options_equal()
1443 marshal_acl_list(b, p->allow_notify); in pattern_options_marshal()
1493 p->allow_notify = unmarshal_acl_list(r, b); in pattern_options_unmarshal()
2394 copy_and_append_acls(&dest->allow_notify, pat->allow_notify); in config_apply_pattern()
H A Dnsd-checkconf.c342 ZONE_GET_ACL(allow_notify, o, zone->pattern); in config_print_zone()
379 ZONE_GET_ACL(allow_notify, o, p); in config_print_zone()
525 print_acl("allow-notify:", pat->allow_notify); in print_zone_content_elems()
803 if(zone->pattern->allow_notify && !zone->pattern->request_xfr) { in additional_checks()
H A Doptions.h264 struct acl_options* allow_notify; member
H A Dquery.c448 zone_opt->pattern->allow_notify, query, &why) == -1) { in answer_notify()
465 if((acl_num = acl_check_incoming(zone_opt->pattern->allow_notify, query, in answer_notify()
H A Dconfigparser.y943 append_acl(&cfg_parser->pattern->allow_notify, acl);
H A Dremote.c2090 zopt_set_acl_to_tsig(zone->pattern->allow_notify, region, arg2, in do_assoc_tsig()
2137 if(acl_contains_tsig_key(zone->pattern->allow_notify, arg) || in do_del_tsig()
H A Dconfigparser.c2747 append_acl(&cfg_parser->pattern->allow_notify, acl); in yyparse()
H A Dxfrd.c2563 allow_notify, acl_num_nfy); in find_same_master_notify()
/netbsd-src/external/bsd/unbound/dist/services/
H A Dauthzone.h456 int allow_notify; member
H A Dauthzone.c3713 if(master->allow_notify && !master->http && in addr_matches_master()
5392 if(master->allow_notify) in xfr_transfer_lookup_host()
5457 if(master->allow_notify) return 0; /* only for notify */ in xfr_transfer_init_fetch()
6342 if(master->allow_notify) return 0; /* only for notify */ in xfr_probe_send_probe()
6585 if(master->allow_notify && !master->http && in xfr_probe_lookup_host()
6841 if(!p->allow_notify && p->host) in have_probe_targets()
7271 for(p = c->allow_notify; p; p = p->next) { in xfer_set_masters()
7274 m->allow_notify = 1; in xfer_set_masters()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h790 struct config_strlist* allow_notify; member
H A Dconfig_file.c1507 config_delstrlist(p->allow_notify); in config_delauth()
H A Dconfigparser.y3100 if(!cfg_strlist_insert(&cfg_parser->cfg->auths->allow_notify,
H A Dconfigparser.c6462 if(!cfg_strlist_insert(&cfg_parser->cfg->auths->allow_notify, in yyparse()