summaryrefslogtreecommitdiff
path: root/usr.sbin/unbound
AgeCommit message (Collapse)Author
2014-04-23Use arc4random as PRNG backend, instead of libcrypto RAND.Jeremie Courreges-Anglas
Feedback and ok guenther@ deraadt@ Discussed with upstream, who is preparing an arc4random backend.
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@
2014-03-26Remove bsd-wrapper pieces to handle pulling unbound-host.1 from src,Stuart Henderson
no longer needed now that this file is handled the same in Unbound's build infrastructure as the other manpages.
2014-03-26Handle unbound-host(1) the same way as other manpages and have configureStuart Henderson
generate a copy in the build directory. Removes some complexity and fixes a problem noticed by rpe@ when running 'make -f Makefile.bsd-wrapper clean' in src dir without having an obj dir present. From upstream r3100.
2014-03-26Print correct filename if config errors exist in an "include"d file.Stuart Henderson
From upstream r3099
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@
2014-03-21Install a /var/unbound/db directory, writable by the _unbound daemon,Stuart Henderson
and use it as the default location for the DNSSEC root key. Update default config for this location. With this, the only step required to enable DNSSEC validation is to uncomment these default config entries and restart: #module-config: "validator iterator" #auto-trust-anchor-file: "/var/unbound/db/root.key" There is no longer a requirement to run unbound-anchor manually to update the root key. The rc.d script will take care of updates at boot, and Unbound will manage the file itself at runtime. Test with "dig test.dnssec-or-not.net txt @127.0.0.1" or similar.
2014-03-16merge conflicts, remove old libldns filesStuart Henderson
2014-03-16import unbound 1.4.22 upstream sources, ok brad@Stuart Henderson
2013-09-22update to ldns 1.6.16Stuart Henderson
2012-08-23update to ldns 1.6.13, tested by okan@, thanks (not yet linked to build).Stuart Henderson
2012-03-26Import ldns 1.6.12, needed for Unbound, to work on in-tree.Stuart Henderson
These are the direct sources from NLnet Labs upstream, minus these: contrib doc/images examples packaging/fedora ok deraadt@ jakob@
2014-03-15change pidfile location again; actually this is written before chroot, soStuart Henderson
it can go straight in /var/run
2014-03-14use $chrootdir/run for pid file, like nsd.Stuart Henderson
2014-02-04remove some files that were deletedBrad Smith
2014-02-04merge conflictsBrad Smith
2014-02-04update to ldns 1.6.17, ok sthen@Brad Smith
2013-09-22merge ldns 1.6.16Stuart Henderson
2013-09-22update to ldns 1.6.16Stuart Henderson
2013-09-22merge unbound 1.4.21Stuart Henderson
2013-09-22file removed in 1.4.21Stuart Henderson
2013-09-22update to Unbound 1.4.21, ok brad@Stuart Henderson
2012-03-26Import ldns 1.6.12, needed for Unbound, to work on in-tree.Stuart Henderson
These are the direct sources from NLnet Labs upstream, minus these: contrib doc/images examples packaging/fedora ok deraadt@ jakob@
2013-01-08new IPv4 address for D.ROOT-SERVERS.NETJakob Schlyter
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@
2012-08-23cope with non-executable install-sh in unboundStuart Henderson
2012-08-23resolve conflictsStuart Henderson
2012-08-23update to unbound 1.4.18Stuart Henderson
2012-08-23regenStuart Henderson
2012-08-23copy cflags override code from newer unbound's configure.ac to ldns'sStuart Henderson
2012-08-23resolve conflictsStuart Henderson
2012-08-23update to unbound 1.4.17, testing by okan@ (not yet linked to build;Stuart Henderson
1.4.18 to follow later).
2012-08-23cope with non-executable install-shStuart Henderson
2012-08-23regenStuart Henderson
2012-08-23don't force CFLAGSStuart Henderson
2012-08-23update to ldns 1.6.13, tested by okan@, thanks (not yet linked to build).Stuart Henderson
2012-07-09Remove generated files.Stuart Henderson
2012-05-16Don't spin accept() when hitting ENFILE/EMFILE. Upstream r2663.Stuart Henderson
2012-04-04Disable the install target in nsd and unbound's Makefiles, so if someone runsStuart Henderson
'make install' rather than 'make -f Makefile.bsd-wrapper install' it will just do nothing rather than put files into /usr/local. ok jakob@
2012-04-03Call setusercontext() before chrooting, from Bjorn Ketelaars.Stuart Henderson
2012-04-03regenStuart Henderson
2012-04-03Fix typo in configure.ac, UNBOUND_CHOOT_DIRStuart Henderson
2012-03-26Add a few missing files for 'make clean'.Stuart Henderson
2012-03-26When clenaing, run "make realclean" in the ldns subdirectory, not just unbound.Stuart Henderson
2012-03-26remove this again, it's not needed after all.Stuart Henderson
2012-03-26Use PYTHONMOD_HEADER variable set by autoconf to avoid pullingStuart Henderson
in pythonmod sources when not required.
2012-03-26syncStuart Henderson
2012-03-26add PYTHONMOD_HEADER variable which is conditionalized on building the module.Stuart Henderson
2012-03-26set --without-pythonmodule (this is the default anyway, but better to be ↵Stuart Henderson
explicit).
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
pythonmod files are also required