Home
last modified time | relevance | path

Searched refs:drop_updates (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/usr.sbin/nsd/
Doptions.h86 int drop_updates; member
Dnsd-checkconf.c413 SERV_GET_BIN(drop_updates, o); in config_print_zone()
625 printf("\tdrop-updates: %s\n", opt->drop_updates?"yes":"no"); in config_test_print_server()
Dconfigparser.y296 { cfg_parser->opt->drop_updates = $2; }
Dquery.c1590 if(nsd->options->drop_updates && q->opcode == OPCODE_UPDATE) in query_process()
Doptions.c67 opt->drop_updates = 0; in nsd_options_create()
/openbsd/src/usr.sbin/nsd/doc/
DRELNOTES93 function and fix drop_updates, rr-test and xfr_update tests.
DChangeLog110 function and fix drop_updates, rr-test and xfr_update tests.