Unbound - DNS récursif (utilisé par OPNsense)
Find a file
Wouter Wijngaards 6da360d3bb - Reap the child process that libunbound spawns.
git-svn-id: file:///svn/unbound/trunk@3473 be551aaa-1e26-0410-a405-d3ace91eadb9
2015-08-13 14:17:44 +00:00
compat - Use reallocarray for integer overflow protection, patch submitted 2015-03-17 08:24:24 +00:00
contrib - DLV is going to be decommissioned. Advice to stop using it, and 2015-05-20 06:24:06 +00:00
daemon Fix lint. 2015-07-24 11:49:35 +00:00
dns64 - Fixes to add integer overflow checks on allocation (defense in depth). 2015-03-20 15:36:25 +00:00
dnstap - rename ldns subdirectory to sldns to avoid name collision. 2015-03-26 10:21:38 +00:00
doc - Reap the child process that libunbound spawns. 2015-08-13 14:17:44 +00:00
iterator - Fix #677 Fix CNAME corresponding to a DNAME was checked incorrectly 2015-06-22 09:23:43 +00:00
libunbound - Reap the child process that libunbound spawns. 2015-08-13 14:17:44 +00:00
pythonmod #664: Fix issue with Python 3 mapping of FILE* using file_py3.i from ldns. 2015-04-16 14:41:14 +00:00
services - Fix #677 Fix DNAME responses from cache that failed internal chain 2015-06-26 07:27:32 +00:00
sldns - RFC 7553 RR type URI support, is now enabled by default. 2015-06-04 12:30:29 +00:00
smallapp - Fix mktime in unbound-anchor not using UTC. 2015-08-03 15:00:56 +00:00
testcode Fixup #if 2015-07-21 14:37:15 +00:00
testdata Fix fwd_compress_c00c for FreeBSD xxd. 2015-06-26 09:55:00 +00:00
util - Added permit-small-holddown config to debug fast 5011 rollover. 2015-07-30 11:52:12 +00:00
validator configuration option affects autotrust. 2015-08-13 12:52:51 +00:00
winrc - DLV is going to be decommissioned. Advice to stop using it, and 2015-05-20 06:24:06 +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 - updated configure and aclocal with newer autoconf 1.13. 2014-09-25 11:45:32 +00:00
acx_nlnetlabs.m4 - Use reallocarray for integer overflow protection, patch submitted 2015-03-17 08:24:24 +00:00
acx_python.m4 - improve python configuration detection to build on Fedora 22. 2014-09-19 09:57:20 +00:00
ax_pthread.m4 - Update acx_pthreads.m4 to ax_pthreads.4 (2013-03-29), and apply 2013-05-27 08:22:40 +00:00
config.guess - svn trunk has 1.5.2 in development. 2014-12-09 08:24:27 +00:00
config.h.in - Fix configure to detect SSL_CTX_set_ecdh_auto. 2015-07-21 14:30:49 +00:00
config.sub - svn trunk has 1.5.2 in development. 2014-12-09 08:24:27 +00:00
configure - Fix #694: configure script does not detect LibreSSL 2.2.2 2015-08-11 07:32:35 +00:00
configure.ac - Fix #694: configure script does not detect LibreSSL 2.2.2 2015-08-11 07:32:35 +00:00
install-sh - add libunbound.ttl at end of result structure, version bump for 2013-02-07 13:23:48 +00:00
LICENSE - Fix #551: License change "Regents" to "Copyright holder", matching 2014-02-07 12:43:43 +00:00
ltmain.sh - add libunbound.ttl at end of result structure, version bump for 2013-02-07 13:23:48 +00:00
makedist.sh cleaner. 2015-07-13 08:20:29 +00:00
Makefile.in make depend. 2015-08-06 11:54:53 +00:00
README gmake no longer needed. 2012-02-10 10:34:15 +00:00

Unbound README
* ./configure && make && make install
* 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