Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dauthzone.h121 char* zonefile; member
585 int auth_zone_set_zonefile(struct auth_zone* z, char* zonefile);
H A Dauthzone.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/contrib/unbound/util/
H A Dconfig_file.h836 char* zonefile; member
H A Dconfiglexer.lex362 zonefile{COLON} { YDVAR(1, VAR_ZONEFILE) }
H A Dconfigparser.y3225 free(cfg_parser->cfg->auths->zonefile);
3226 cfg_parser->cfg->auths->zonefile = $2;
H A Dconfigparser.c6714 free(cfg_parser->cfg->auths->zonefile); in yyparse()
6715 cfg_parser->cfg->auths->zonefile = (yyvsp[0].str); in yyparse()
H A Dconfig_file.c1568 free(p->zonefile); in config_delauth()
/freebsd/contrib/unbound/doc/
H A Dexample.conf.in1212 # authoritatively. zonefile: reads from file (and writes to it if you also
1213 # download it), primary: fetches with AXFR and IXFR, or url to zonefile.
1243 # zonefile: "example.org.zone"
1380 # zonefile: "rpz.example.com"
H A DChangelog3219 - Fix #140: Document slave not downloading new zonefile upon update.
4024 - Fix that empty zonefile means the zonefile is not set and not used.
4430 - unbound-control auth_zone_reload _zone_ option rereads the zonefile.
4568 - Fix #4091: Fix that reload of auth-zone does not merge the zonefile
4764 fallback-enabled: yes and masters or a zonefile with data.
/freebsd/contrib/ldns/
H A DChangelog176 * ldns-verify-zone accepts only one single zonefile as argument.
642 * Bugfix: allow for unknown resource records in zonefile with rdlen=0.