Unbound - DNS récursif (utilisé par OPNsense)
Find a file
Wouter Wijngaards baaaae857a munin show total memory if sbrk trick does not work (eg. FreeBSD).
git-svn-id: file:///svn/unbound/trunk@1645 be551aaa-1e26-0410-a405-d3ace91eadb9
2009-06-08 15:43:15 +00:00
compat Nicer configure. 2009-03-23 14:59:58 +00:00
contrib munin show total memory if sbrk trick does not work (eg. FreeBSD). 2009-06-08 15:43:15 +00:00
daemon Fix IPv6 detection on XP. 2009-05-27 08:24:19 +00:00
doc munin show total memory if sbrk trick does not work (eg. FreeBSD). 2009-06-08 15:43:15 +00:00
iterator lint, aliasing. 2009-06-08 14:51:00 +00:00
libunbound Fix IPv6 detection on XP. 2009-05-27 08:24:19 +00:00
pythonmod python lock deadlock on MacOSX. 2009-04-23 14:59:44 +00:00
services review comments Matthijs. 2009-06-03 08:06:42 +00:00
smallapp Windows handle leakage fixes: closesocket or else the networkstack leaks handles (for ever, even after closing the application), and use own mutex implementation (whee!). 2009-04-29 15:23:08 +00:00
testcode rsasha256 and rsasha512 not enabled by default. 2009-06-02 09:04:16 +00:00
testdata Remove REVOKE flag support. 2009-06-08 08:29:17 +00:00
util iana post list updated. 2009-06-08 13:55:58 +00:00
validator Remove REVOKE flag support. 2009-06-08 08:29:17 +00:00
winrc change in debug statements. 2009-05-27 11:27:41 +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 let's version this one 2009-05-28 12:48:45 +00:00
acx_pthread.m4 Pthread configure.ac fu. 2007-02-19 15:32:07 +00:00
acx_python.m4 libcrypto and python checks. 2009-04-23 15:47:49 +00:00
config.guess Fix export symbols. 2009-03-02 08:21:19 +00:00
config.h.in rsasha256 and rsasha512 not enabled by default. 2009-06-02 09:04:16 +00:00
config.sub Fix export symbols. 2009-03-02 08:21:19 +00:00
configure fail python if no swig 2009-06-08 14:53:27 +00:00
configure.ac fail python if no swig 2009-06-08 14:53:27 +00:00
install-sh Created trunk/ 2007-01-03 08:53:52 +00:00
ldns-src.tar.gz ldns updated. 2009-06-02 09:14:29 +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 better help text in makedist.sh 2009-04-14 09:23:21 +00:00
Makefile.in lint, aliasing. 2009-06-08 14:51:00 +00:00
README Fixup docbug reported by Matthew Dempsky. 2009-05-29 08:48:44 +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 max 256 ports are opened at
  the same time 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