HomeSort by: relevance | last modified time | path
    Searched refs:zonelistfile (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/unbound/dist/testdata/auth_tls.tdir/
auth_tls.nsd.conf 8 zonelistfile: "zone.list"
  /src/external/bsd/unbound/dist/testdata/auth_tls_failcert.tdir/
auth_tls_failcert.nsd.conf 8 zonelistfile: "zone.list"
  /src/external/bsd/nsd/
Makefile.inc 34 -e s,@zonelistfile@,/var/db/nsd/zone.list, \
  /src/external/bsd/nsd/dist/
options.c 112 opt->zonelistfile = ZONELISTFILE;
548 opt->zonelist = fopen(opt->zonelistfile, "r+");
552 log_msg(LOG_ERR, "could not open zone list %s: %s", opt->zonelistfile,
561 log_msg(LOG_ERR, "zone list %s contains bad header\n", opt->zonelistfile);
583 opt->zonelistfile, buf);
608 opt->zonelistfile, buf);
617 opt->zonelistfile, buf);
636 log_msg(LOG_WARNING, "bad data in %s, '%s'", opt->zonelistfile,
708 opt->zonelist = fopen(opt->zonelistfile, "w+")
    [all...]
nsd-checkconf.c 435 SERV_GET_PATH(final, zonelistfile, o);
679 print_string_var("zonelistfile:", opt->zonelistfile);
908 if (!file_inside_chroot(opt->zonelistfile, opt->chroot)) {
909 fprintf(stderr, "%s: zonelistfile %s is not relative to chroot %s.\n",
910 filename, opt->zonelistfile, opt->chroot);
nsd-mem.c 288 nsd.options->zonelistfile);
nsd.c 1069 nsd.options->zonelistfile);
1392 } else if (!file_inside_chroot(nsd.options->zonelistfile, nsd.chrootdir)) {
1393 error("zonelistfile %s is not relative to %s: chroot not possible",
1394 nsd.options->zonelistfile, nsd.chrootdir);
1601 if (nsd.options->zonelistfile[0] == '/')
1602 nsd.options->zonelistfile += l;
1727 /* close zonelistfile in non-xfrd processes */
options.h 117 const char* zonelistfile; member in struct:nsd_options
Makefile.in 26 zonelistfile = @zonelistfile@
82 -e 's,@zonelistfile\@,$(zonelistfile),g' \
180 $(INSTALL) -d `dirname $(DESTDIR)$(zonelistfile)`
208 @echo "You still need to remove $(DESTDIR)$(configdir), $(DESTDIR)$(piddir), $(DESTDIR)$(xfrdfile), $(DESTDIR)$(zonelistfile) $(DESTDIR)$(cookiesecretsfile) directory by hand."
configparser.y 421 { cfg_parser->opt->zonelistfile = region_strdup(cfg_parser->opt->region, $2); }
configparser.c 1972 { cfg_parser->opt->zonelistfile = region_strdup(cfg_parser->opt->region, (yyvsp[0].str)); }
configure 694 zonelistfile
1507 --with-zonelistfile=path
4465 zonelistfile=${dbdir}/zone.list
4467 # Check whether --with-zonelistfile was given.
4470 withval=$with_zonelistfile; zonelistfile=$withval
4475 #define ZONELISTFILE "`eval echo $zonelistfile`"

Completed in 41 milliseconds