Unbound - DNS récursif (utilisé par OPNsense)
Find a file
Wouter Wijngaards 96f8d17f4f Fixup attribution
git-svn-id: file:///svn/unbound/trunk@3786 be551aaa-1e26-0410-a405-d3ace91eadb9
2016-06-14 08:07:31 +00:00
cachedb - generic edns option parse and store code. 2016-05-31 15:08:05 +00:00
compat fixup strsep and windows event assignment. 2016-05-31 12:37:42 +00:00
contrib Fixup that patch does not try to patch itself. 2016-01-04 12:50:23 +00:00
daemon - Fix #778: unbound 1.5.9: -h segfault (null deref). 2016-06-13 07:06:23 +00:00
dns64 - Fix #766: dns64 should synthesize results on timeout/errors. 2016-05-20 06:35:49 +00:00
dnstap - Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev. 2016-03-21 09:04:21 +00:00
doc Fixup attribution 2016-06-14 08:07:31 +00:00
iterator - Use QTYPE=A for QNAME minimisation. 2016-06-13 13:06:35 +00:00
libunbound - Lookup localzones by taglist from acl. 2016-06-07 08:36:19 +00:00
pythonmod - generic edns option parse and store code. 2016-05-31 15:08:05 +00:00
services fixup lookup to find for tag and override. 2016-06-07 15:05:54 +00:00
sldns debug printout for edns padding option (printed at high verbosity in log for incoming packets) 2016-05-12 12:17:50 +00:00
smallapp - Fix directory: fix for unbound-checkconf, it restores cwd. 2016-06-13 13:33:51 +00:00
testcode - Improve threadsafety for openssl 0.9.8 ecdsa dnssec signatures. 2016-06-07 13:02:02 +00:00
testdata - Use QTYPE=A for QNAME minimisation. 2016-06-13 13:06:35 +00:00
util - Fix 775: unbound-host and unbound-anchor crash on windows, ignore 2016-06-14 07:23:08 +00:00
validator - Improve threadsafety for openssl 0.9.8 ecdsa dnssec signatures. 2016-06-07 13:02:02 +00:00
winrc - do not delete service.conf on windows uninstall. 2016-06-10 09:33:27 +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 And aclocal too (you need matching libtool versions for configure to work). 2016-03-10 08:30:07 +00:00
acx_nlnetlabs.m4 - acx_nlnetlabs.m4 to v34, with -ldl -pthread test for libcrypto. 2016-03-21 10:22:40 +00:00
acx_python.m4 - Fix #773: Non-standard Python location build failure with pyunbound. 2016-06-07 08:18: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 - compat strsep implementation. 2016-05-31 12:27:41 +00:00
config.sub - svn trunk has 1.5.2 in development. 2014-12-09 08:24:27 +00:00
configure - Trunk is called 1.5.10 (with previous fixes already in there to 2 2016-06-09 12:18:43 +00:00
configure.ac - Trunk is called 1.5.10 (with previous fixes already in there to 2 2016-06-09 12:18:43 +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 - Updated configure and ltmain.sh. 2016-03-10 08:20:52 +00:00
makedist.sh - keep debug symbols in windows build. 2016-06-10 08:19:29 +00:00
Makefile.in - access-control-tag-action and access-control-tag-data config 2016-06-06 13:47:24 +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