Searched refs:zonefile (Results 1 – 10 of 10) sorted by relevance
121 char* zonefile; member585 int auth_zone_set_zonefile(struct auth_zone* z, char* zonefile);
411 free(z->zonefile); in auth_zone_delete()560 auth_zone_set_zonefile(struct auth_zone* z, char* zonefile) in auth_zone_set_zonefile() argument562 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 …]
836 char* zonefile; member
362 zonefile{COLON} { YDVAR(1, VAR_ZONEFILE) }
3225 free(cfg_parser->cfg->auths->zonefile);3226 cfg_parser->cfg->auths->zonefile = $2;
6714 free(cfg_parser->cfg->auths->zonefile); in yyparse()6715 cfg_parser->cfg->auths->zonefile = (yyvsp[0].str); in yyparse()
1568 free(p->zonefile); in config_delauth()
1212 # authoritatively. zonefile: reads from file (and writes to it if you also1213 # download it), primary: fetches with AXFR and IXFR, or url to zonefile.1243 # zonefile: "example.org.zone"1380 # zonefile: "rpz.example.com"
3219 - 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 zonefile4764 fallback-enabled: yes and masters or a zonefile with data.
176 * ldns-verify-zone accepts only one single zonefile as argument.642 * Bugfix: allow for unknown resource records in zonefile with rdlen=0.