Home
last modified time | relevance | path

Searched refs:xfrdfile (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/usr.sbin/nsd/
DMakefile.bsd-wrapper22 --with-xfrdfile=${CHROOTDIR}/run/xfrd.state \
Dnsd-checkconf.c431 SERV_GET_PATH(final, xfrdfile, o); in config_print_zone()
669 print_string_var("xfrdfile:", opt->xfrdfile); in config_test_print_server()
879 if (!file_inside_chroot(opt->xfrdfile, opt->chroot)) { in additional_checks()
881 filename, opt->xfrdfile, opt->chroot); in additional_checks()
Dxfrd-disk.c145 const char* statefile = xfrd->nsd->options->xfrdfile; in xfrd_read_state()
453 const char* statefile = xfrd->nsd->options->xfrdfile; in xfrd_write_state()
Dnsd.c1463 } else if (!file_inside_chroot(nsd.options->xfrdfile, nsd.chrootdir)) { in main()
1465 nsd.options->xfrdfile, nsd.chrootdir); in main()
1640 if (nsd.options->xfrdfile[0] == '/') in main()
1641 nsd.options->xfrdfile += l; in main()
Dconfigure.ac116 xfrdfile=${dbdir}/xfrd.state
117 AC_ARG_WITH([xfrdfile], AS_HELP_STRING([--with-xfrdfile=path],[Pathname to the NSD xfrd zone timer … optwith
118 AC_DEFINE_UNQUOTED(XFRDFILE, ["`eval echo $xfrdfile`"], [Pathname to the NSD xfrd zone timer state …
119 AC_SUBST(xfrdfile) subst
Doptions.h111 const char* xfrdfile; member
Dxfrd.c212 if(nsd->options->xfrdfile != NULL && nsd->options->xfrdfile[0]!=0) in xfrd_init()
349 if(xfrd->nsd->options->xfrdfile != NULL && xfrd->nsd->options->xfrdfile[0]!=0) in xfrd_shutdown()
Dnsd.conf.sample.in126 # xfrdfile: "@xfrdfile@"
Dconfiglexer.lex227 xfrdfile{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_XFRDFILE;}
DMakefile.in24 xfrdfile = @xfrdfile@
129 $(INSTALL) -d `dirname $(DESTDIR)$(xfrdfile)`
Dconfigparser.y391 { cfg_parser->opt->xfrdfile = region_strdup(cfg_parser->opt->region, $2); }
Dconfigure1486 --with-xfrdfile=path Pathname to the NSD xfrd zone timer state file
4339 xfrdfile=${dbdir}/xfrd.state
4344 withval=$with_xfrdfile; xfrdfile=$withval
Doptions.c101 opt->xfrdfile = XFRDFILE; in nsd_options_create()
/openbsd/src/usr.sbin/nsd/doc/
DREADME280 Make sure the zone files, database file, xfrdfile, difffile and pidfile
591 on disk (in the xfrdfile: "xfrd.state"), together with timeouts. If a
DChangeLog2348 xfrdfile: "" in config. Does not check slave zone if state is
4132 - Further suggestion from Koh-ichi Ito, I've set opt->xfrdfile
4133 to XFRDFILE in options_create. So opt->xfrdfile and opt->difffile
4152 to write xfrdfile/difffile.
4318 - difffile and xfrdfile set via configure, to absolute pathnames,
5125 - option for difffile: and xfrdfile: config lines.
DRELNOTES1137 - xfrdfile: "" disables xfrd.state. If enabled, zones that are
1906 pidfile, database, diff file, xfrdfile paths in nsdc.sh and
1910 - Bug #146: NSD fails to write to xfrdfile when chrooted. Fixed.