Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-23 | Use 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-26 | Import 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-26 | Remove 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-26 | Handle unbound-host(1) the same way as other manpages and have configure | Stuart 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-26 | Print correct filename if config errors exist in an "include"d file. | Stuart Henderson | |
From upstream r3099 | |||
2012-03-26 | Import 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-21 | Install 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-16 | merge conflicts, remove old libldns files | Stuart Henderson | |
2014-03-16 | import unbound 1.4.22 upstream sources, ok brad@ | Stuart Henderson | |
2013-09-22 | update to ldns 1.6.16 | Stuart Henderson | |
2012-08-23 | update to ldns 1.6.13, tested by okan@, thanks (not yet linked to build). | Stuart Henderson | |
2012-03-26 | Import 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-15 | change pidfile location again; actually this is written before chroot, so | Stuart Henderson | |
it can go straight in /var/run | |||
2014-03-14 | use $chrootdir/run for pid file, like nsd. | Stuart Henderson | |
2014-02-04 | remove some files that were deleted | Brad Smith | |
2014-02-04 | merge conflicts | Brad Smith | |
2014-02-04 | update to ldns 1.6.17, ok sthen@ | Brad Smith | |
2013-09-22 | merge ldns 1.6.16 | Stuart Henderson | |
2013-09-22 | update to ldns 1.6.16 | Stuart Henderson | |
2013-09-22 | merge unbound 1.4.21 | Stuart Henderson | |
2013-09-22 | file removed in 1.4.21 | Stuart Henderson | |
2013-09-22 | update to Unbound 1.4.21, ok brad@ | Stuart Henderson | |
2012-03-26 | Import 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-08 | new IPv4 address for D.ROOT-SERVERS.NET | Jakob Schlyter | |
2012-03-26 | Import 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-23 | cope with non-executable install-sh in unbound | Stuart Henderson | |
2012-08-23 | resolve conflicts | Stuart Henderson | |
2012-08-23 | update to unbound 1.4.18 | Stuart Henderson | |
2012-08-23 | regen | Stuart Henderson | |
2012-08-23 | copy cflags override code from newer unbound's configure.ac to ldns's | Stuart Henderson | |
2012-08-23 | resolve conflicts | Stuart Henderson | |
2012-08-23 | update to unbound 1.4.17, testing by okan@ (not yet linked to build; | Stuart Henderson | |
1.4.18 to follow later). | |||
2012-08-23 | cope with non-executable install-sh | Stuart Henderson | |
2012-08-23 | regen | Stuart Henderson | |
2012-08-23 | don't force CFLAGS | Stuart Henderson | |
2012-08-23 | update to ldns 1.6.13, tested by okan@, thanks (not yet linked to build). | Stuart Henderson | |
2012-07-09 | Remove generated files. | Stuart Henderson | |
2012-05-16 | Don't spin accept() when hitting ENFILE/EMFILE. Upstream r2663. | Stuart Henderson | |
2012-04-04 | Disable the install target in nsd and unbound's Makefiles, so if someone runs | Stuart 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-03 | Call setusercontext() before chrooting, from Bjorn Ketelaars. | Stuart Henderson | |
2012-04-03 | regen | Stuart Henderson | |
2012-04-03 | Fix typo in configure.ac, UNBOUND_CHOOT_DIR | Stuart Henderson | |
2012-03-26 | Add a few missing files for 'make clean'. | Stuart Henderson | |
2012-03-26 | When clenaing, run "make realclean" in the ldns subdirectory, not just unbound. | Stuart Henderson | |
2012-03-26 | remove this again, it's not needed after all. | Stuart Henderson | |
2012-03-26 | Use PYTHONMOD_HEADER variable set by autoconf to avoid pulling | Stuart Henderson | |
in pythonmod sources when not required. | |||
2012-03-26 | sync | Stuart Henderson | |
2012-03-26 | add PYTHONMOD_HEADER variable which is conditionalized on building the module. | Stuart Henderson | |
2012-03-26 | set --without-pythonmodule (this is the default anyway, but better to be ↵ | Stuart Henderson | |
explicit). | |||
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson | |
pythonmod files are also required |