Searched refs:zonefile (Results 1 – 21 of 21) sorted by relevance
84 zonefile: "auth1.zone"88 zonefile: "auth1.zone"92 zonefile: "auth1.zone"96 zonefile: "auth5.zone"101 zonefile: "auth6.zone"106 zonefile: "auth7.zone"
85 zonefile: "auth1.zone"89 zonefile: "auth2.zone"93 zonefile: "auth2.zone"97 zonefile: "auth5.zone"102 zonefile: "auth7.zone"107 zonefile: "auth8.zone"
178 zonefile: "rpz-one.zone"183 zonefile: "rpz-two.zone"188 zonefile: "rpz-nx.zone"
125 zonefile: "auth.nlnetlabs.nl.zone"136 zonefile: "rpz.nlnetlabs.nl.zone"
22 zonefile: "redis.zone"
35 # Copy initial zonefile
10 ## this line generates zonefile: "/tmp/xxx.example.tld"11 zonefile:
12 zonefile:
20 zonefile:
118 char* zonefile; member584 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 …]
117 "scheme=%d hashalgo=%d\n", zname, z->zonefile, in zonemd_generate_test()
849 char* zonefile; member
362 zonefile{COLON} { YDVAR(1, VAR_ZONEFILE) }
3241 free(cfg_parser->cfg->auths->zonefile);3242 cfg_parser->cfg->auths->zonefile = $2;
6778 free(cfg_parser->cfg->auths->zonefile); in yyparse()6779 cfg_parser->cfg->auths->zonefile = (yyvsp[0].str); in yyparse()
1600 free(p->zonefile); in config_delauth()
1226 # authoritatively. zonefile: reads from file (and writes to it if you also1227 # download it), primary: fetches with AXFR and IXFR, or url to zonefile.1257 # zonefile: "example.org.zone"1410 # zonefile: "rpz.example.com"
3484 - 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 zonefile5029 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.
4780 + getmem_str(s->zonefile) in getmem_config_auth()