Unbound - DNS récursif (utilisé par OPNsense)
Find a file
Wouter Wijngaards 4f1625afb7 - Fix #747: assert in outnet_serviced_query_stop.
git-svn-id: file:///svn/unbound/trunk@3646 be551aaa-1e26-0410-a405-d3ace91eadb9
2016-03-07 10:00:08 +00:00
compat - configure tests for the weak attribute support by the compiler. 2016-03-03 15:59:25 +00:00
contrib Fixup that patch does not try to patch itself. 2016-01-04 12:50:23 +00:00
daemon - Fix patch typo in prevuous commit for 734 from Adi Prasaja. 2016-02-08 08:17:00 +00:00
dns64 - Fix segfault in the dns64 module in the formaterror error path. 2015-10-15 09:02:01 +00:00
dnstap - Fix #741: log message for dnstap socket connection is more clear. 2016-01-27 17:12:26 +00:00
doc - Fix #747: assert in outnet_serviced_query_stop. 2016-03-07 10:00:08 +00:00
iterator Don't minimise forwarded requests. 2015-12-07 15:56:47 +00:00
libunbound - Fix #745: unbound.py - idn2dname throws UnicodeError when idnname 2016-03-02 08:18:38 +00:00
pythonmod - spelling fixes from Igor Sobrado Delgado. 2015-11-18 14:11:46 +00:00
services - Fix #747: assert in outnet_serviced_query_stop. 2016-03-07 10:00:08 +00:00
sldns - RR Type OPENPGPKEY support (draft-ietf-dane-openpgpkey-07). 2016-02-08 16:13:03 +00:00
smallapp - load gost algorithm if digest is seen before key algorithm. 2016-02-19 12:17:03 +00:00
testcode - Fix OpenBSD asynclook lock free that gets used later (fix test code). 2016-02-24 14:52:28 +00:00
testdata - Test for type OPENPGPKEY. 2016-02-09 08:45:09 +00:00
util - iana portlist update. 2016-03-02 08:16:35 +00:00
validator - Fix that NSEC3 negative cache is used when there is no salt. 2016-02-24 15:02:35 +00:00
winrc - For 724: Add Changelog to windows binary dist. 2015-12-02 17:55:03 +00:00
.gitignore - .gitignore for git users. 2015-12-01 14:36:21 +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 - Update aclocal, autoconf output with new versions (1.15, 2.4.6). 2016-01-07 10:34:46 +00:00
acx_nlnetlabs.m4 - Define DEFAULT_SOURCE together with BSD_SOURCE when that is defined, 2016-01-04 09:52:48 +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 - updated ax_pthread.m4 to version 21 with clang support, this 2015-12-11 12:19:12 +00:00
config.guess - svn trunk has 1.5.2 in development. 2014-12-09 08:24:27 +00:00
config.h.in - configure tests for the weak attribute support by the compiler. 2016-03-03 15:59:25 +00:00
config.sub - svn trunk has 1.5.2 in development. 2014-12-09 08:24:27 +00:00
configure - configure tests for the weak attribute support by the compiler. 2016-03-03 15:59:25 +00:00
configure.ac - configure tests for the weak attribute support by the compiler. 2016-03-03 15:59:25 +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 - Update aclocal, autoconf output with new versions (1.15, 2.4.6). 2016-01-07 10:34:46 +00:00
makedist.sh - Fix mingw crosscompile for recent mingw. 2016-01-07 10:29:13 +00:00
Makefile.in - Fix that "make install" fails due to "text file busy" error. 2016-02-17 15:51:57 +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