Unbound is a validating, recursive, and caching DNS resolver.
Go to file
Wouter Wijngaards fcfbfe4030 - Fix #627: SSL_CTX_load_verify_locations return code not properly
checked.


git-svn-id: file:///svn/unbound/trunk@3271 be551aaa-1e26-0410-a405-d3ace91eadb9
2014-11-17 08:10:49 +00:00
compat whitespace nicer. 2014-10-13 12:14:43 +00:00
contrib - Patch from Stephanie Lapie that implements aaaa-filter, added 2014-11-13 09:03:47 +00:00
daemon - Patch from James Raftery, always print stats for rcodes 0..5. 2014-11-12 17:25:59 +00:00
dns64 please doxygen. 2014-07-31 08:48:31 +00:00
dnstap remove unused variable 2014-11-07 09:09:37 +00:00
doc - Fix #627: SSL_CTX_load_verify_locations return code not properly 2014-11-17 08:10:49 +00:00
iterator - Fix bug where forward or stub addresses with same address but 2014-11-11 13:10:44 +00:00
ldns Fixup free in case of buffer short. 2014-11-10 13:26:16 +00:00
libunbound - review fix from Ralph. 2014-11-11 14:42:56 +00:00
pythonmod - patches to also build with Python 3.x (from Pavel Simerda). 2014-09-18 13:28:21 +00:00
services More casts. 2014-10-13 09:23:12 +00:00
smallapp - review fix from Ralph. 2014-11-11 14:27:35 +00:00
testcode - Disabled use of SSLv3 in remote-control and ssl-upstream. 2014-10-27 09:26:48 +00:00
testdata - Fix unit test for CDS typecode. 2014-09-15 12:49:37 +00:00
util - Fix #627: SSL_CTX_load_verify_locations return code not properly 2014-11-17 08:10:49 +00:00
validator More casts. 2014-10-13 09:23:12 +00:00
winrc - Fix #612: create service with service.conf in present directory and 2014-09-29 09:27:22 +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 - acx_nlnetlabs.m4 to 26; improve FLTO help text. 2013-09-19 13:08:58 +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 - add libunbound.ttl at end of result structure, version bump for 2013-02-07 13:23:48 +00:00
config.h.in - dnstap support, with a patch from Farsight Security, written by 2014-08-05 07:57:52 +00:00
config.sub - add libunbound.ttl at end of result structure, version bump for 2013-02-07 13:23:48 +00:00
configure - trunk has 1.5.1 in development. 2014-11-12 21:17:12 +00:00
configure.ac - trunk has 1.5.1 in development. 2014-11-12 21:17:12 +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 Fix ar for mingw openssl compile. 2014-09-29 08:29:04 +00:00
Makefile.in - Patch from Robert Edmonds to build pyunbound python module 2014-11-12 10:58:33 +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