Unbound - DNS récursif (utilisé par OPNsense)
Find a file
Wouter Wijngaards 5445bf72ba - Fixed a bug that caused messages to be stored in the cache too
long.  Hard to trigger, but NXDOMAINs for nameservers or CNAME
	  targets have been more vulnerable to the TTL miscalculation bug. 


git-svn-id: file:///svn/unbound/trunk@1582 be551aaa-1e26-0410-a405-d3ace91eadb9
2009-04-03 13:49:40 +00:00
compat Nicer configure. 2009-03-23 14:59:58 +00:00
contrib pyunbound work 2009-04-01 14:34:13 +00:00
daemon Fix for flush_zone 2009-04-02 11:56:01 +00:00
doc - Fixed a bug that caused messages to be stored in the cache too 2009-04-03 13:49:40 +00:00
iterator - Fixed a bug that caused messages to be stored in the cache too 2009-04-03 13:49:40 +00:00
libunbound docs 2009-04-02 10:14:27 +00:00
pythonmod unit test for python module. 2009-04-02 14:44:57 +00:00
services - Fixed a bug that caused messages to be stored in the cache too 2009-04-03 13:49:40 +00:00
smallapp unit test for python module. 2009-04-02 14:44:57 +00:00
testcode suppress ipv4mapped errors from logs. 2009-04-01 10:01:43 +00:00
testdata - Fixed a bug that caused messages to be stored in the cache too 2009-04-03 13:49:40 +00:00
util Fix for flush_zone 2009-04-02 11:56:01 +00:00
validator RRSIG validation fixed after Stephane Bortzmeyer reported. 2009-03-30 09:35:48 +00:00
winrc easier to compile on windows. 2009-03-19 14:24:19 +00:00
ac_pkg_swig.m4 python contribution from Zdenek Vasicek and Marek Vavrusa (BSD licensed). 2009-03-25 14:47:47 +00:00
aclocal.m4 Fix export symbols. 2009-03-02 08:21:19 +00:00
acx_nlnetlabs.m4 configure fixes. 2009-03-30 08:47:20 +00:00
acx_pthread.m4 Pthread configure.ac fu. 2007-02-19 15:32:07 +00:00
acx_python.m4 python compile fix for BSD 7.1-current. 2009-03-27 14:59:04 +00:00
config.guess Fix export symbols. 2009-03-02 08:21:19 +00:00
config.h.in moved files. Make _unbound python libunbound module. 2009-04-02 09:47:35 +00:00
config.sub Fix export symbols. 2009-03-02 08:21:19 +00:00
configure moved files. Make _unbound python libunbound module. 2009-04-02 09:47:35 +00:00
configure.ac Fix pthread test. 2009-03-30 14:42:43 +00:00
install-sh Created trunk/ 2007-01-03 08:53:52 +00:00
ldns-src.tar.gz ldns 1.5.0 tarball (release candidate). 2009-02-05 09:15:31 +00:00
LICENSE Added licenses, this is the BSD license. 2007-01-03 09:17:12 +00:00
ltmain.sh Fix export symbols. 2009-03-02 08:21:19 +00:00
makedist.sh easier to compile on windows. 2009-03-19 14:24:19 +00:00
Makefile.in unit test for python module. 2009-04-02 14:44:57 +00:00
README default to faster internal event loop. 2008-02-22 10:19:49 +00:00

Unbound README
* ./configure && make && make install
* on BSDs and Solaris use gmake (GNU make).
* You can use libevent if you want. libevent is useful when using 
  many (10000) outgoing ports. By default 16 ports are used and the
  builtin alternative is equally capable and a little faster.
* 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