Home
last modified time | relevance | path

Searched refs:zonefile (Results 1 – 21 of 21) sorted by relevance

/freebsd-head/contrib/unbound/testdata/fast_reload_fwd.tdir/
HDfast_reload_fwd.conf84 zonefile: "auth1.zone"
88 zonefile: "auth1.zone"
92 zonefile: "auth1.zone"
96 zonefile: "auth5.zone"
101 zonefile: "auth6.zone"
106 zonefile: "auth7.zone"
HDfast_reload_fwd.conf285 zonefile: "auth1.zone"
89 zonefile: "auth2.zone"
93 zonefile: "auth2.zone"
97 zonefile: "auth5.zone"
102 zonefile: "auth7.zone"
107 zonefile: "auth8.zone"
/freebsd-head/contrib/unbound/testdata/acl_interface.tdir/
HDacl_interface.conf178 zonefile: "rpz-one.zone"
183 zonefile: "rpz-two.zone"
188 zonefile: "rpz-nx.zone"
/freebsd-head/contrib/unbound/testdata/fast_reload_most_options.tdir/
HDfast_reload_most_options.conf125 zonefile: "auth.nlnetlabs.nl.zone"
136 zonefile: "rpz.nlnetlabs.nl.zone"
/freebsd-head/contrib/unbound/testdata/redis_replica.tdir/
HDredis_replica.conf22 zonefile: "redis.zone"
HDredis_replica.pre35 # Copy initial zonefile
/freebsd-head/contrib/unbound/testdata/
HDiter_fwdstubauth.rpl10 ## this line generates zonefile: "/tmp/xxx.example.tld"
11 zonefile:
HDrpz_nsdname.rpl12 zonefile:
HDrpz_val_block.rpl20 zonefile:
/freebsd-head/contrib/unbound/services/
HDauthzone.h118 char* zonefile; member
584 int auth_zone_set_zonefile(struct auth_zone* z, char* zonefile);
HDauthzone.c411 free(z->zonefile); in auth_zone_delete()
560 auth_zone_set_zonefile(struct auth_zone* z, char* zonefile) in auth_zone_set_zonefile() argument
562 if(z->zonefile) free(z->zonefile); in auth_zone_set_zonefile()
563 if(zonefile == NULL) { in auth_zone_set_zonefile()
564 z->zonefile = NULL; in auth_zone_set_zonefile()
566 z->zonefile = strdup(zonefile); in auth_zone_set_zonefile()
567 if(!z->zonefile) { in auth_zone_set_zonefile()
1573 if(!z || !z->zonefile || z->zonefile[0]==0) in auth_zone_read_zonefile()
1576 zfilename = z->zonefile; in auth_zone_read_zonefile()
1798 if(z->zonefile && z->zonefile[0]!=0 && env) in auth_zones_read_zones()
[all …]
/freebsd-head/contrib/unbound/testcode/
HDunitzonemd.c117 "scheme=%d hashalgo=%d\n", zname, z->zonefile, in zonemd_generate_test()
/freebsd-head/contrib/unbound/util/
HDconfig_file.h849 char* zonefile; member
HDconfiglexer.lex362 zonefile{COLON} { YDVAR(1, VAR_ZONEFILE) }
HDconfigparser.y3241 free(cfg_parser->cfg->auths->zonefile);
3242 cfg_parser->cfg->auths->zonefile = $2;
HDconfigparser.c6778 free(cfg_parser->cfg->auths->zonefile); in yyparse()
6779 cfg_parser->cfg->auths->zonefile = (yyvsp[0].str); in yyparse()
HDconfig_file.c1600 free(p->zonefile); in config_delauth()
/freebsd-head/contrib/unbound/doc/
HDexample.conf.in1226 # authoritatively. zonefile: reads from file (and writes to it if you also
1227 # download it), primary: fetches with AXFR and IXFR, or url to zonefile.
1257 # zonefile: "example.org.zone"
1410 # zonefile: "rpz.example.com"
HDChangelog3484 - Fix #140: Document slave not downloading new zonefile upon update.
4289 - Fix that empty zonefile means the zonefile is not set and not used.
4695 - unbound-control auth_zone_reload _zone_ option rereads the zonefile.
4833 - Fix #4091: Fix that reload of auth-zone does not merge the zonefile
5029 fallback-enabled: yes and masters or a zonefile with data.
/freebsd-head/contrib/ldns/
HDChangelog176 * ldns-verify-zone accepts only one single zonefile as argument.
642 * Bugfix: allow for unknown resource records in zonefile with rdlen=0.
/freebsd-head/contrib/unbound/daemon/
HDremote.c4780 + getmem_str(s->zonefile) in getmem_config_auth()