Searched refs:axfr (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/usr.sbin/nsd/ |
| D | xfrd-catalog-zones.h | 60 unsigned axfr: 1; member
|
| D | Makefile.in | 79 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…
|
| D | xfrd-catalog-zones.c | 957 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()
|
| D | configlexer.lex | 242 allow-axfr-fallback{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_ALLOW_AXFR_FALLBACK;}
|
| D | difffile.c | 1155 goto axfr; in apply_ixfr() 1200 axfr: in apply_ixfr()
|
| D | nsd.conf.sample.in | 440 #allow-axfr-fallback: yes
|
| D | xfrd.c | 734 producer_zone->axfr = 1; in xfrd_process_soa_info_task()
|
| /openbsd/src/usr.sbin/nsd/doc/ |
| D | ChangeLog | 116 - 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 …]
|
| D | RELNOTES | 71 - 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
|
| D | README | 324 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/ |
| D | dighost.c | 2978 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/ |
| D | Changelog | 9973 - nicer abbreviations for high query types values (ixfr, axfr, any...)
|