summaryrefslogtreecommitdiffstats
path: root/usr.sbin/unbound (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove generated files.sthen2012-07-093-7975/+0
|
* Don't spin accept() when hitting ENFILE/EMFILE. Upstream r2663.sthen2012-05-1613-0/+236
|
* Disable the install target in nsd and unbound's Makefiles, so if someone runssthen2012-04-041-1/+3
| | | | | 'make install' rather than 'make -f Makefile.bsd-wrapper install' it will just do nothing rather than put files into /usr/local. ok jakob@
* Call setusercontext() before chrooting, from Bjorn Ketelaars.sthen2012-04-031-9/+15
|
* regensthen2012-04-031-1/+1
|
* Fix typo in configure.ac, UNBOUND_CHOOT_DIRsthen2012-04-031-1/+1
|
* Add a few missing files for 'make clean'.sthen2012-03-261-1/+2
|
* When clenaing, run "make realclean" in the ldns subdirectory, not just unbound.sthen2012-03-261-1/+2
|
* remove this again, it's not needed after all.sthen2012-03-2615-2105/+0
|
* Use PYTHONMOD_HEADER variable set by autoconf to avoid pullingsthen2012-03-261-3/+5
| | | | in pythonmod sources when not required.
* syncsthen2012-03-261-0/+3
|
* add PYTHONMOD_HEADER variable which is conditionalized on building the module.sthen2012-03-261-0/+2
|
* set --without-pythonmodule (this is the default anyway, but better to be explicit).sthen2012-03-261-1/+2
|
* Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).sthen2012-03-2615-0/+2105
| | | | pythonmod files are also required
* syncsthen2012-03-261-62/+0
|
* Don't force CFLAGS.sthen2012-03-261-2/+0
|
* Add Makefile wrapper for Unbound. From Bjorn Ketelaars <bjorn.ketelaarssthen2012-03-261-0/+137
| | | | at hydroxide.nl>.
* Import ldns 1.6.12, needed for Unbound, to work on in-tree.sthen2012-03-26133-0/+101010
| | | | | | | These are the direct sources from NLnet Labs upstream, minus these: contrib doc/images examples packaging/fedora ok deraadt@ jakob@
* Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).sthen2012-03-26175-0/+142927
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@