Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-10 | regen configure, reported by deraadt@ | Stuart Henderson | |
2015-09-10 | Remove compat files no longer required. | Stuart Henderson | |
2015-09-10 | Fix 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-15 | NSD v3.2.4 | Jakob Schlyter | |
2015-07-19 | remove 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-15 | NSD v3.2.5 | Jakob Schlyter | |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter | |
2015-07-17 | merge conflicts | Stuart Henderson | |
2015-07-17 | update to NSD 4.1.3, ok florian@, also tested by brad | Stuart Henderson | |
2015-02-10 | Merge 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-03 | merge back a part of rev 1.15 | Brad Smith | |
2015-02-03 | merge conflicts | Brad Smith | |
2015-02-03 | update to NSD 4.1.1, ok sthen@ | Brad Smith | |
2015-01-26 | Merge in a commit from upstream.. | Brad Smith | |
- Synthesize CNAMEs with same TTL as DNAME. ok sthen@ | |||
2015-01-16 | Merge 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-26 | import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by ↵ | Stuart Henderson | |
brad@ | |||
2015-01-12 | Use proper casts for ctype functions. This is already fixed in nsd | Todd C. Miller | |
trunk. OK doug@ | |||
2010-01-15 | NSD v3.2.4 | Jakob Schlyter | |
2014-12-25 | subtraction of two void * is not well defined, plus two void * can be apart | Otto Moerbeek | |
more than an int can hold; ok krw@ deraadt@ and tedu@ (by implication) | |||
2014-12-18 | Merge 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-26 | import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by ↵ | Stuart Henderson | |
brad@ | |||
2010-01-15 | NSD v3.2.4 | Jakob Schlyter | |
2014-11-30 | Remove passing an override of INSTALL_PROGRAM to the | Brad Smith | |
autoconf script. It doesn't seem to serve any purpose. ok sthen@ | |||
2014-11-29 | The startup script is /etc/rc.d/nsd | Todd C. Miller | |
OpenBSD doesn't need a /dev/log socket in the chroot for syslog to work. OK deraadt@ miod@ sthen@ | |||
2014-11-18 | Nuke more obvious #include duplications. | Kenneth R Westerback | |
ok deraadt@ millert@ tedu@ | |||
2013-11-26 | import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by ↵ | Stuart Henderson | |
brad@ | |||
2014-09-16 | Add nsd-checkzone. | Brad Smith | |
2014-09-16 | merge conflicts | Brad Smith | |
2014-09-16 | update to NSD 4.1.0, ok sthen@ | Brad Smith | |
2014-05-04 | Fix bogus error check; spotted by clang. | Mark Kettenis | |
Submitted upstream by brad@ (and subsequently committed there). ok jca@, mikeb@, brad@ | |||
2014-03-14 | merge conflicts | Stuart Henderson | |
2014-03-14 | Update to NSD 4.0.3, main change is to improve/fix nsd.db database | Stuart Henderson | |
corruption checks and avoid some causes of corruption. More details at http://article.gmane.org/gmane.network.dns.nsd.general/1687 | |||
2014-03-13 | merge conflicts | Brad Smith | |
2014-03-13 | update to NSD 4.0.2, ok sthen@ | Brad Smith | |
2014-02-04 | re-add this local install target change | Brad Smith | |
2014-02-04 | merge conflicts | Brad Smith | |
2014-02-04 | update to NSD 4.0.1, ok sthen@ | Brad Smith | |
2013-11-30 | Fix 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-26 | remove old files | Stuart Henderson | |
2013-11-26 | merge conflicts | Stuart Henderson | |
2013-11-26 | import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by ↵ | Stuart Henderson | |
brad@ | |||
2013-09-04 | time_t and random fixes from NSD upstream, ok deraadt@ | Stuart Henderson | |
2013-02-18 | Update to NSD 3.2.15, ok brad@ phessler@ deraadt@ also tested by okan@ | Stuart Henderson | |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter | |
2013-09-03 | merge NSD 3.2.16 | Stuart Henderson | |
2013-09-03 | update to NSD 3.2.16, ok deraadt@ brad@ | Stuart Henderson | |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter | |
2013-03-29 | Enable 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-18 | Fix determination of endianness with *BSD OS's. | Brad Smith | |
ok sthen@ | |||
2013-02-18 | resolve conflicts | Stuart Henderson | |