Unbound - DNS récursif (utilisé par OPNsense)
Find a file
Wouter Wijngaards ac506c5a20 - Fix sldns with static checking fixes copied from getdns.
git-svn-id: file:///svn/unbound/trunk@3716 be551aaa-1e26-0410-a405-d3ace91eadb9
2016-04-29 15:02:00 +00:00
cachedb comment notes. 2016-04-19 15:10:20 +00:00
compat - Fix compile of getentropy_linux for SLES11 servicepack 4. 2016-03-21 08:25:03 +00:00
contrib Fixup that patch does not try to patch itself. 2016-01-04 12:50:23 +00:00
daemon - OpenSSL 1.1.0 portability, --disable-dsa configure option. 2016-03-23 08:19:49 +00:00
dns64 - Fix segfault in the dns64 module in the formaterror error path. 2015-10-15 09:02:01 +00:00
dnstap - Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev. 2016-03-21 09:04:21 +00:00
doc - Fix sldns with static checking fixes copied from getdns. 2016-04-29 15:02:00 +00:00
iterator - Fix #749: unbound-checkconf gets SIGSEGV when use against a 2016-03-24 12:30:47 +00:00
libunbound One review comment and something I forgot :-( 2016-03-07 16:01:09 +00:00
pythonmod - spelling fixes from Igor Sobrado Delgado. 2015-11-18 14:11:46 +00:00
services - Fix #759: 0x20 capsforid no longer checks type PTR, for 2016-04-28 07:24:50 +00:00
sldns - Fix sldns with static checking fixes copied from getdns. 2016-04-29 15:02:00 +00:00
smallapp - cachedb module framework (empty). 2016-04-14 14:50:18 +00:00
testcode define-tag and local-zone-tag configuration. 2016-04-21 09:49:02 +00:00
testdata trying to debug. 2016-04-25 14:53:53 +00:00
util code improvement. 2016-04-21 15:02:00 +00:00
validator - cachedb module event handling design. 2016-04-15 14:19:00 +00:00
winrc User defined pluggable event mechanism (for review) 2016-03-07 14:10:06 +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 - 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 - cachedb module framework (empty). 2016-04-14 14:50:18 +00:00
config.sub - svn trunk has 1.5.2 in development. 2014-12-09 08:24:27 +00:00
configure - cachedb module framework (empty). 2016-04-14 14:50:18 +00:00
configure.ac - cachedb module framework (empty). 2016-04-14 14:50:18 +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 - Fix mingw crosscompile for recent mingw. 2016-01-07 10:29:13 +00:00
Makefile.in make depend 2016-04-18 15:00:11 +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