Searched refs:xfrdfile (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/usr.sbin/nsd/ |
| D | Makefile.bsd-wrapper | 22 --with-xfrdfile=${CHROOTDIR}/run/xfrd.state \
|
| D | nsd-checkconf.c | 431 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()
|
| D | xfrd-disk.c | 145 const char* statefile = xfrd->nsd->options->xfrdfile; in xfrd_read_state() 453 const char* statefile = xfrd->nsd->options->xfrdfile; in xfrd_write_state()
|
| D | nsd.c | 1463 } 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()
|
| D | configure.ac | 116 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
|
| D | options.h | 111 const char* xfrdfile; member
|
| D | xfrd.c | 212 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()
|
| D | nsd.conf.sample.in | 126 # xfrdfile: "@xfrdfile@"
|
| D | configlexer.lex | 227 xfrdfile{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_XFRDFILE;}
|
| D | Makefile.in | 24 xfrdfile = @xfrdfile@ 129 $(INSTALL) -d `dirname $(DESTDIR)$(xfrdfile)`
|
| D | configparser.y | 391 { cfg_parser->opt->xfrdfile = region_strdup(cfg_parser->opt->region, $2); }
|
| D | configure | 1486 --with-xfrdfile=path Pathname to the NSD xfrd zone timer state file 4339 xfrdfile=${dbdir}/xfrd.state 4344 withval=$with_xfrdfile; xfrdfile=$withval
|
| D | options.c | 101 opt->xfrdfile = XFRDFILE; in nsd_options_create()
|
| /openbsd/src/usr.sbin/nsd/doc/ |
| D | README | 280 Make sure the zone files, database file, xfrdfile, difffile and pidfile 591 on disk (in the xfrdfile: "xfrd.state"), together with timeouts. If a
|
| D | ChangeLog | 2348 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.
|
| D | RELNOTES | 1137 - 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.
|