Home
last modified time | relevance | path

Searched refs:axfr (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/usr.sbin/nsd/
Dxfrd-catalog-zones.h60 unsigned axfr: 1; member
DMakefile.in79 COMMON_OBJ=answer.o axfr.o ixfr.o ixfrcreate.o buffer.o configlexer.o configparser.o dname.o dns.o …
423 axfr.o: $(srcdir)/axfr.c config.h $(srcdir)/axfr.h $(srcdir)/nsd.h $(srcdir)/dns.h $(srcdir)/edns.h…
461 …$(srcdir)/bitset.h $(srcdir)/packet.h $(srcdir)/tsig.h $(srcdir)/rdata.h $(srcdir)/axfr.h $(srcdir…
501 …$(srcdir)/nsd.h $(srcdir)/edns.h $(srcdir)/bitset.h $(srcdir)/tsig.h $(srcdir)/axfr.h $(srcdir)/op…
516 server.o: $(srcdir)/server.c config.h $(srcdir)/axfr.h $(srcdir)/nsd.h $(srcdir)/dns.h $(srcdir)/ed…
Dxfrd-catalog-zones.c957 producer_zone->axfr = 1; in xfrd_get_catalog_producer_zone()
1123 if(producer_zone->axfr) { in xfr_writer_init()
1125 producer_zone->axfr = 0; in xfr_writer_init()
Dconfiglexer.lex242 allow-axfr-fallback{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_ALLOW_AXFR_FALLBACK;}
Ddifffile.c1155 goto axfr; in apply_ixfr()
1200 axfr: in apply_ixfr()
Dnsd.conf.sample.in440 #allow-axfr-fallback: yes
Dxfrd.c734 producer_zone->axfr = 1; in xfrd_process_soa_info_task()
/openbsd/src/usr.sbin/nsd/doc/
DChangeLog116 - Merge #301: improve the logging of ixfr fallbacks to axfr.
930 Sign every axfr packet with TSIG, according to the latest
1047 fallback to axfr is possible. log is enabled at high verbosity.
1516 - Fix memory leak when rehashing nsec3 after axfr or zonefile read,
1697 - Fix axfr fallback for rounds to 1.
2081 - Made log message more consistent, changed 'axfr refused' log message
2083 - verbosity 2 logs axfr refused and notify refused.
2749 - printout log less verbosely, not every axfr packet.
2815 - fixed uninit variable for empty zone axfr request
3085 ldns-notify. replaced nsd-xfer with dig -t axfr.
[all …]
DRELNOTES71 - Merge #301: improve the logging of ixfr fallbacks to axfr.
461 Sign every axfr packet with TSIG, according to the latest
546 fallback to axfr is possible. log is enabled at high verbosity.
791 - Fix memory leak when rehashing nsec3 after axfr or zonefile read,
1093 - Made log message more consistent, changed 'axfr refused' log message
1095 - verbosity 2 logs axfr refused and notify refused.
1342 - printout log less verbosely, not every axfr packet.
1498 'allow-axfr-fallback'.
2376 - last zone in database axfr bug fixed
2388 - using named-xfer with TSIG for inbound axfr
DREADME324 allow-axfr-fallback: "no"
356 provide-xfr: 0.0.0.0/0 NOKEY # allow axfr for everyone.
538 You can use dig @localhost example.com axfr to test this.
/openbsd/src/usr.bin/dig/
Ddighost.c2978 int axfr = query->lookup->rdtype == dns_rdatatype_axfr; in check_for_more_data() local
2981 axfr = query->ixfr_axfr; in check_for_more_data()
3031 axfr = query->ixfr_axfr = 1; in check_for_more_data()
3061 if (axfr) { in check_for_more_data()
/openbsd/src/usr.sbin/unbound/doc/
DChangelog9973 - nicer abbreviations for high query types values (ixfr, axfr, any...)