Unbound - DNS récursif (utilisé par OPNsense)
Find a file
Wouter Wijngaards 2b95664a66 + - fixed memory leaks in libunbound (during cancellation and wait).
+       - libunbound returns the answer packet in full.
+       - snprintf compat update.
+       - harvest performs lookup.
+       - ldns-tarball update with fix for ldns_dname_label.



git-svn-id: file:///svn/unbound/trunk@998 be551aaa-1e26-0410-a405-d3ace91eadb9
2008-02-28 12:29:00 +00:00
compat + - fixed memory leaks in libunbound (during cancellation and wait). 2008-02-28 12:29:00 +00:00
contrib FreeBSD rc.d script for unbound. 2008-02-15 13:43:30 +00:00
daemon can use DNS-0x20 draft casing. 2008-02-27 09:21:31 +00:00
doc + - fixed memory leaks in libunbound (during cancellation and wait). 2008-02-28 12:29:00 +00:00
iterator Answers use same case as query does. 2008-02-26 20:45:20 +00:00
libunbound + - fixed memory leaks in libunbound (during cancellation and wait). 2008-02-28 12:29:00 +00:00
services can use DNS-0x20 draft casing. 2008-02-27 09:21:31 +00:00
smallapp patch from Jan-Piet Mens. 2008-02-18 08:49:11 +00:00
testcode + - fixed memory leaks in libunbound (during cancellation and wait). 2008-02-28 12:29:00 +00:00
testdata fixup test for nc version differences. 2008-02-26 14:25:36 +00:00
util config file option for draft-0x20. 2008-02-27 09:39:27 +00:00
validator - setup speec_cache for need-ldns-testns in dotests. 2008-02-20 07:18:42 +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 fixup --prefix also changes config file default paths. 2008-02-15 14:13:09 +00:00
config.sub configure, ready to go. 2007-10-18 22:38:15 +00:00
configure + - fixed memory leaks in libunbound (during cancellation and wait). 2008-02-28 12:29:00 +00:00
configure.ac + - fixed memory leaks in libunbound (during cancellation and wait). 2008-02-28 12:29:00 +00:00
install-sh Created trunk/ 2007-01-03 08:53:52 +00:00
ldns-src.tar.gz + - fixed memory leaks in libunbound (during cancellation and wait). 2008-02-28 12:29:00 +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 fixes. 2008-02-08 13:27:49 +00:00
Makefile.in harvest 2008-02-27 15:03:25 +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