| /openbsd/src/usr.sbin/nsd/ |
| D | options.c | 1056 p->zonefile = 0; in pattern_options_create() 1156 if(p->zonefile) in pattern_options_remove() 1157 region_recycle(opt->region, (void*)p->zonefile, in pattern_options_remove() 1158 strlen(p->zonefile)+1); in pattern_options_remove() 1271 if(p->zonefile) in copy_pat_fixed() 1272 orig->zonefile = region_strdup(region, p->zonefile); in copy_pat_fixed() 1273 else orig->zonefile = NULL; in copy_pat_fixed() 1338 if(orig->zonefile) in pattern_options_add_modify() 1339 region_recycle(opt->region, (char*)orig->zonefile, in pattern_options_add_modify() 1340 strlen(orig->zonefile)+1); in pattern_options_add_modify() [all …]
|
| D | nsd-checkconf.c | 338 ZONE_GET_PATH(final, zonefile, o, zone->pattern); in config_print_zone() 374 ZONE_GET_STR(zonefile, o, p); in config_print_zone() 375 ZONE_GET_PATH(final, zonefile, o, p); in config_print_zone() 519 if(pat->zonefile) in print_zone_content_elems() 520 print_string_var("zonefile:", pat->zonefile); in print_zone_content_elems() 824 && (!zone->pattern->zonefile || zone->pattern->zonefile[0] == 0)) { in additional_checks()
|
| D | zonec.h | 141 unsigned int zonec_read(const char *name, const char *zonefile, zone_type* zone);
|
| D | nsd.conf.sample.in | 107 # The directory for zonefile: files. The daemon chdirs here. 386 # the zonefile for the zones that use this pattern. 393 #zonefile: "%s.zone" 421 # if yes, create IXFR when a zonefile is read by the server. 518 # zonefile: "example.com.zone"
|
| D | dbcreate.c | 221 if(!zopt->pattern->zonefile) in namedb_write_zonefile()
|
| D | dbaccess.c | 202 if(!nsd->db || !zone || !zone->opts || !zone->opts->pattern->zonefile) in namedb_read_zonefile()
|
| D | options.h | 267 const char* zonefile; member
|
| D | zonec.c | 2198 zonec_read(const char* name, const char* zonefile, zone_type* zone) in zonec_read() argument 2213 if (!zone_open(zonefile, 3600, CLASS_IN, dname)) { in zonec_read() 2214 zc_error("cannot open '%s': %s", zonefile, strerror(errno)); in zonec_read()
|
| D | configlexer.lex | 232 zonefile{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_ZONEFILE;}
|
| D | configparser.y | 898 { cfg_parser->pattern->zonefile = region_strdup(cfg_parser->opt->region, $2); }
|
| D | xfrd.c | 1466 goto zonefile; in xfrd_handle_incoming_soa() 1541 zonefile: in xfrd_handle_incoming_soa()
|
| /openbsd/src/usr.sbin/unbound/services/ |
| D | authzone.h | 121 char* zonefile; member 585 int auth_zone_set_zonefile(struct auth_zone* z, char* zonefile);
|
| D | authzone.c | 411 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 …]
|
| /openbsd/src/sbin/unwind/libunbound/services/ |
| D | authzone.h | 121 char* zonefile; member 585 int auth_zone_set_zonefile(struct auth_zone* z, char* zonefile);
|
| D | authzone.c | 411 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 …]
|
| /openbsd/src/usr.sbin/nsd/doc/ |
| D | RELNOTES | 179 is stored to file if a zonefile is configured for the zone, in 180 the zonefile.ixfr and zonefile.ixfr.2, .. files. They contain 270 - Fix #176: please review Loglevel on missing zonefile. 791 - Fix memory leak when rehashing nsec3 after axfr or zonefile read, 969 - #739: zonefile changes when mtime is small are detected on reload, 1018 - nsd-checkconf warns for master zones with no zonefile statement. 1078 - Fix b64pton out of bounds error on invalid zonefile input. 1082 - Fix use after free after zonefile syntax error followed by ttl 1133 zones are read from text zonefile. 1134 - optimised zonefile parse code and zonefile write code. [all …]
|
| D | README | 298 zonefile: "example.com.zone" 300 The zonefile needs to be filled with the correct zone information 315 zonefile: "example.com.zone" 331 zonefile: "example.com.zone" 355 zonefile: "root.zone" 598 but leave the zonefile for the zone intact. Make sure to stop nsd before 600 the zonefile that you as operator have provided as recent and will serve 609 or nsd-control reload to read the new zonefile contents into the name
|
| D | ChangeLog | 307 is stored to file if a zonefile is configured for the zone, in 308 the zonefile.ixfr and zonefile.ixfr.2, .. files. They contain 504 - Fix #176: please review Loglevel on missing zonefile. 1516 - Fix memory leak when rehashing nsec3 after axfr or zonefile read, 1869 - #739: zonefile changes when mtime is small are detected on reload, 1966 - nsd-checkconf warns for master zones with no zonefile statement. 2107 - Fix use after free after zonefile syntax error followed by ttl 2117 - Fix b64pton out of bounds error on invalid zonefile input 2290 - Fix zonefile parse with no whitespace before semicolon comments. 2296 - Fix #564: nsd-checkzone tool to check zonefile correctness. [all …]
|
| /openbsd/src/usr.sbin/unbound/testcode/ |
| D | unitzonemd.c | 117 "scheme=%d hashalgo=%d\n", zname, z->zonefile, in zonemd_generate_test()
|
| /openbsd/src/usr.sbin/unbound/util/ |
| D | config_file.h | 817 char* zonefile; member
|
| D | configlexer.lex | 358 zonefile{COLON} { YDVAR(1, VAR_ZONEFILE) }
|
| /openbsd/src/sbin/unwind/libunbound/util/ |
| D | config_file.h | 817 char* zonefile; member
|
| D | configlexer.lex | 358 zonefile{COLON} { YDVAR(1, VAR_ZONEFILE) }
|
| D | configparser.y | 3174 free(cfg_parser->cfg->auths->zonefile); 3175 cfg_parser->cfg->auths->zonefile = $2;
|
| /openbsd/src/usr.sbin/unbound/doc/ |
| D | example.conf.in | 1192 # authoritatively. zonefile: reads from file (and writes to it if you also 1193 # download it), primary: fetches with AXFR and IXFR, or url to zonefile. 1223 # zonefile: "example.org.zone" 1356 # zonefile: "rpz.example.com"
|