Unbound is a validating, recursive, and caching DNS resolver.
Go to file
Wouter Wijngaards be483a3bfb libevent compatibility.
git-svn-id: file:///svn/unbound/trunk@909 be551aaa-1e26-0410-a405-d3ace91eadb9
2008-01-28 15:57:27 +00:00
compat Compilation fixes for portability. 2007-02-16 18:21:14 +00:00
daemon fixes for random number badness (lack of entropy and SIGFPE from RAND_cleanup 2008-01-28 14:34:53 +00:00
doc libevent compatibility. 2008-01-28 15:57:27 +00:00
iterator more checks by checkconf. 2008-01-11 11:24:30 +00:00
libunbound libevent compatibility. 2008-01-28 15:57:27 +00:00
services manpage fixup, no more 6to4 mapping. 2008-01-18 09:18:12 +00:00
smallapp fix quit on timeout, and printing trailing dots. 2008-01-22 12:01:13 +00:00
testcode fixes for random number badness (lack of entropy and SIGFPE from RAND_cleanup 2008-01-28 14:34:53 +00:00
testdata protect config access. fix test. 2008-01-28 14:45:20 +00:00
util fixes for random number badness (lack of entropy and SIGFPE from RAND_cleanup 2008-01-28 14:34:53 +00:00
validator please doxygen. 2008-01-25 10:41:17 +00:00
aclocal.m4 Removed unused -C commandline option (was for debug). 2007-07-27 06:41:42 +00:00
acx_pthread.m4 Pthread configure.ac fu. 2007-02-19 15:32:07 +00:00
config.guess configure, ready to go. 2007-10-18 22:38:15 +00:00
config.h.in fixes for random number badness (lack of entropy and SIGFPE from RAND_cleanup 2008-01-28 14:34:53 +00:00
config.sub configure, ready to go. 2007-10-18 22:38:15 +00:00
configure fixes for random number badness (lack of entropy and SIGFPE from RAND_cleanup 2008-01-28 14:34:53 +00:00
configure.ac fixes for random number badness (lack of entropy and SIGFPE from RAND_cleanup 2008-01-28 14:34:53 +00:00
install-sh Created trunk/ 2007-01-03 08:53:52 +00:00
ldns-src.tar.gz - in no debug sets NDEBUG to remove asserts. 2008-01-14 09:51:20 +00:00
LICENSE Added licenses, this is the BSD license. 2007-01-03 09:17:12 +00:00
ltmain.sh configure, ready to go. 2007-10-18 22:38:15 +00:00
makedist.sh makedist fixup 2008-01-18 11:01:00 +00:00
Makefile.in Makefile fix. 2008-01-24 11:06:10 +00:00
README port from beta-0.7.1 2007-11-19 11:04:05 +00:00

Unbound README
* ./configure && make && make install
* on BSDs and Solaris use gmake (GNU make).
* If it complains that no libevent can be found; libevent is useful when
  using many (10000) outgoing ports. By default 16 ports are used and the
  builtin alternative is equally capable.
* More detailed README, README.svn, README.tests in doc directory
* manual pages can be found in doc directory, and are installed, unbound(8).
* example configuration file doc/example.conf