summaryrefslogtreecommitdiff
path: root/usr.sbin/nsd
AgeCommit message (Collapse)Author
2015-09-10regen configure, reported by deraadt@Stuart Henderson
2015-09-10Remove compat files no longer required.Stuart Henderson
2015-09-10Fix handling of compat/b64_{ntop,pton} by using __-prefixed versions directly,Stuart Henderson
similar to what ssh does. Otherwise they need resolv.h including, which causes problems on OS with newer resolv.h/nameser.h headers which cause conflicts with NSD's T_xxx resource record #defines. autoconf bits adapted from tmux portable. ok florian@
2010-01-15NSD v3.2.4Jakob Schlyter
2015-07-19remove unused compat files, ok florian@Stuart Henderson
b64_{ntop,pton} remain for now, they are in libc as __b64_{ntop,pton} but to use this we either need to pull in resolv.h (which does "#define b64_ntop __b64_ntop") or access the __ versions directly (as done in ssh).
2010-04-15NSD v3.2.5Jakob Schlyter
2010-01-15NSD v3.2.4Jakob Schlyter
2015-07-17merge conflictsStuart Henderson
2015-07-17update to NSD 4.1.3, ok florian@, also tested by bradStuart Henderson
2015-02-10Merge in a commit from upstream..Brad Smith
- Fix tcp waiting list for zone transfers where the bind and connect calls fail. ok sthen@
2015-02-03merge back a part of rev 1.15Brad Smith
2015-02-03merge conflictsBrad Smith
2015-02-03update to NSD 4.1.1, ok sthen@Brad Smith
2015-01-26Merge in a commit from upstream..Brad Smith
- Synthesize CNAMEs with same TTL as DNAME. ok sthen@
2015-01-16Merge in a commit from upstream..Brad Smith
- Fix bug#637: fix that nsd.db grows limitlessly, an off by one on one megabyte free chunks, created during AXFRs of large zones, that caused the one megabyte chunk to be leaked. ok sthen@
2013-11-26import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by ↵Stuart Henderson
brad@
2015-01-12Use proper casts for ctype functions. This is already fixed in nsdTodd C. Miller
trunk. OK doug@
2010-01-15NSD v3.2.4Jakob Schlyter
2014-12-25subtraction of two void * is not well defined, plus two void * can be apartOtto Moerbeek
more than an int can hold; ok krw@ deraadt@ and tedu@ (by implication)
2014-12-18Merge in some commits from upstream..Brad Smith
- Fix that failure to add tcp to tcp base does not leak the socket. - Fixes for wildcard addition and deletion, speedup for some cases. - Fix that queries for noname CH TXT are REFUSED instead of nodata. - Fix #616: retry xfer for zones with no content after command. - Fix that expired zones stay expired after a server restart. - RFC 7344: CDS and CDNSKEY (read in). ok sthen@
2013-11-26import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by ↵Stuart Henderson
brad@
2010-01-15NSD v3.2.4Jakob Schlyter
2014-11-30Remove passing an override of INSTALL_PROGRAM to theBrad Smith
autoconf script. It doesn't seem to serve any purpose. ok sthen@
2014-11-29The startup script is /etc/rc.d/nsdTodd C. Miller
OpenBSD doesn't need a /dev/log socket in the chroot for syslog to work. OK deraadt@ miod@ sthen@
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
ok deraadt@ millert@ tedu@
2013-11-26import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by ↵Stuart Henderson
brad@
2014-09-16Add nsd-checkzone.Brad Smith
2014-09-16merge conflictsBrad Smith
2014-09-16update to NSD 4.1.0, ok sthen@Brad Smith
2014-05-04Fix bogus error check; spotted by clang.Mark Kettenis
Submitted upstream by brad@ (and subsequently committed there). ok jca@, mikeb@, brad@
2014-03-14merge conflictsStuart Henderson
2014-03-14Update to NSD 4.0.3, main change is to improve/fix nsd.db databaseStuart Henderson
corruption checks and avoid some causes of corruption. More details at http://article.gmane.org/gmane.network.dns.nsd.general/1687
2014-03-13merge conflictsBrad Smith
2014-03-13update to NSD 4.0.2, ok sthen@Brad Smith
2014-02-04re-add this local install target changeBrad Smith
2014-02-04merge conflictsBrad Smith
2014-02-04update to NSD 4.0.1, ok sthen@Brad Smith
2013-11-30Fix bug#534: IXFR query loop over UDP for zones that are unchanged.Brad Smith
"After upgrading a secondary NS to NSD 4.0.0, the master server came under IXFR query flood from the slave." ok sthen@
2013-11-26remove old filesStuart Henderson
2013-11-26merge conflictsStuart Henderson
2013-11-26import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by ↵Stuart Henderson
brad@
2013-09-04time_t and random fixes from NSD upstream, ok deraadt@Stuart Henderson
2013-02-18Update to NSD 3.2.15, ok brad@ phessler@ deraadt@ also tested by okan@Stuart Henderson
2010-01-15NSD v3.2.4Jakob Schlyter
2013-09-03merge NSD 3.2.16Stuart Henderson
2013-09-03update to NSD 3.2.16, ok deraadt@ brad@Stuart Henderson
2010-01-15NSD v3.2.4Jakob Schlyter
2013-03-29Enable the response rate limiting code in NSD in the default build,Stuart Henderson
see http://www.nlnetlabs.nl/blog/2012/10/11/nsd-ratelimit/ for more information. camield, phessler and deraadt agree this is a sane default.
2013-02-18Fix determination of endianness with *BSD OS's.Brad Smith
ok sthen@
2013-02-18resolve conflictsStuart Henderson