Home
last modified time | relevance | path

Searched refs:zonelist (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/nsd/
H A Doptions.c499 opt->zonelist = NULL; in parse_zone_list_file()
505 if(!opt->zonelist) { in parse_zone_list_file()
518 fclose(opt->zonelist); in parse_zone_list_file()
519 opt->zonelist = NULL; in parse_zone_list_file()
663 if(opt->zonelist) fclose(opt->zonelist); in zone_list_add_or_cat()
665 if(!opt->zonelist) { in zone_list_add_or_cat()
889 fclose(opt->zonelist); in zone_list_compact()
903 opt->zonelist = out; in zone_list_compact()
911 if(opt->zonelist) { in zone_list_close()
912 fclose(opt->zonelist); in zone_list_close()
[all …]
H A Doptions.h59 FILE* zonelist; member
H A Dnsd.conf.sample.in510 # Zones that are dynamically added and deleted are put in the zonelist file.
H A Dconfigure.ac121 # default zonelist file location.
/openbsd/usr.sbin/nsd/doc/
H A DChangeLog3129 - nsd-control delzone zone. Removes zone from zonelist.
3160 - nsd reads the zonelist file on start.
3168 - code to add and remove zonelist entries, and unit test.
3201 - work on zonelist read and storage.