Unbound - DNS récursif (utilisé par OPNsense)
Find a file
Wouter Wijngaards 4b449309e5 rsasha256 and rsasha512 not enabled by default.
git-svn-id: file:///svn/unbound/trunk@1631 be551aaa-1e26-0410-a405-d3ace91eadb9
2009-06-02 09:04:16 +00:00
compat Nicer configure. 2009-03-23 14:59:58 +00:00
contrib bug #245 fixed. 2009-04-14 08:27:16 +00:00
daemon Fix IPv6 detection on XP. 2009-05-27 08:24:19 +00:00
doc rsasha256 and rsasha512 not enabled by default. 2009-06-02 09:04:16 +00:00
iterator Fixup crash if root prime has a timeout and parent qstate has been deleted. 2009-05-27 12:10:07 +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 Removed debug statement. 2009-05-27 12:28:23 +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 python lock deadlock on MacOSX. 2009-04-23 14:59:44 +00:00
util iana and ldns updates. 2009-05-28 08:45:04 +00:00
validator rsasha256 and rsasha512 not enabled by default. 2009-06-02 09:04:16 +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 rsasha256 and rsasha512 not enabled by default. 2009-06-02 09:04:16 +00:00
configure.ac rsasha256 and rsasha512 not enabled by default. 2009-06-02 09:04:16 +00:00
install-sh Created trunk/ 2007-01-03 08:53:52 +00:00
ldns-src.tar.gz iana and ldns updates. 2009-05-28 08:45:04 +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 build fix. 2009-04-21 08:36:39 +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