import unbound 1.6.0
authordes <des@FreeBSD.org>
Fri, 3 Feb 2017 13:06:34 +0000 (13:06 +0000)
committerdes <des@FreeBSD.org>
Fri, 3 Feb 2017 13:06:34 +0000 (13:06 +0000)
commit8d4ae2d5612c5ada76e8fbd015f9d4e7f11605d0
treec551994131aa8f3315a21aeaf4f9bc2a8b757e89
parentca95f55bca61c4e0a230a130ae9f64b0ead19a6f
import unbound 1.6.0
128 files changed:
.gitattributes [new file with mode: 0644]
Makefile.in
cachedb/cachedb.c
config.h.in
configure
configure.ac
contrib/libunbound.pc.in
contrib/unbound_munin_
daemon/acl_list.c
daemon/acl_list.h
daemon/cachedump.c
daemon/daemon.c
daemon/daemon.h
daemon/remote.c
daemon/stats.c
daemon/stats.h
daemon/unbound.c
daemon/worker.c
daemon/worker.h
dns64/dns64.c
doc/CNAME-basedRedirectionDesignNotes.pdf [new file with mode: 0644]
doc/Changelog
doc/README
doc/example.conf.in
doc/libunbound.3.in
doc/unbound-anchor.8.in
doc/unbound-checkconf.8.in
doc/unbound-control.8.in
doc/unbound-host.1.in
doc/unbound.8.in
doc/unbound.conf.5.in
iterator/iter_delegpt.c
iterator/iter_delegpt.h
iterator/iter_fwd.c
iterator/iter_hints.c
iterator/iter_utils.c
iterator/iterator.c
libunbound/context.c
libunbound/libunbound.c
libunbound/libworker.c
libunbound/libworker.h
libunbound/python/doc/conf.py
libunbound/python/doc/examples/example1a.rst
libunbound/python/doc/examples/example1b.rst
libunbound/python/doc/examples/example2.rst
libunbound/python/doc/examples/example3.rst
libunbound/python/doc/examples/example4.rst
libunbound/python/doc/examples/example5.rst
libunbound/python/doc/examples/example6.rst
libunbound/python/doc/examples/example7.rst
libunbound/python/doc/examples/example8.rst
libunbound/python/doc/examples/index.rst
libunbound/python/doc/install.rst
libunbound/python/doc/intro.rst
libunbound/worker.h
pythonmod/doc/conf.py
pythonmod/doc/examples/example1.rst
pythonmod/doc/examples/example2.rst
pythonmod/doc/examples/example4.rst
pythonmod/doc/examples/example5.rst [new file with mode: 0644]
pythonmod/doc/examples/example6.rst [new file with mode: 0644]
pythonmod/doc/examples/index.rst
pythonmod/doc/install.rst
pythonmod/doc/modules/functions.rst
pythonmod/doc/modules/struct.rst
pythonmod/examples/edns.py [new file with mode: 0644]
pythonmod/examples/inplace_callbacks.py [new file with mode: 0644]
pythonmod/interface.i
pythonmod/pythonmod.c
pythonmod/pythonmod.h
pythonmod/test-edns.conf [new file with mode: 0644]
pythonmod/test-inplace_callbacks.py [new file with mode: 0644]
services/cache/dns.c
services/localzone.c
services/localzone.h
services/mesh.c
services/mesh.h
services/outside_network.c
services/outside_network.h
services/view.c [new file with mode: 0644]
services/view.h [new file with mode: 0644]
sldns/str2wire.c
sldns/wire2str.c
smallapp/unbound-anchor.c
smallapp/unbound-checkconf.c
smallapp/unbound-control.c
smallapp/worker_cb.c
testcode/asynclook.c
testcode/fake_event.c
testcode/memstats.c
testcode/perf.c
testcode/streamtcp.c
testdata/04-checkconf.tpkg
testdata/09-unbound-control.tpkg
testdata/local_cname.rpl [new file with mode: 0644]
testdata/stop_nxdomain_minimised.rpl [new file with mode: 0644]
testdata/val_cnamewctonodata.rpl
testdata/val_ds_sha2.crpl
testdata/val_ds_sha2_downgrade.crpl
testdata/val_nodata_failsig.rpl
testdata/val_nsec3_wcany.rpl
testdata/val_nsec3_wcany_nodeny.rpl
testdata/views.rpl [new file with mode: 0644]
util/config_file.c
util/config_file.h
util/configlexer.c
util/configlexer.lex
util/configparser.c
util/configparser.h
util/configparser.y
util/data/msgencode.c
util/data/msgparse.c
util/data/msgparse.h
util/data/msgreply.c
util/data/msgreply.h
util/fptr_wlist.c
util/fptr_wlist.h
util/iana_ports.inc
util/module.c
util/module.h
validator/autotrust.c
validator/val_neg.c
validator/val_nsec.c
validator/val_nsec3.c
validator/val_secalgo.c
validator/val_sigcrypt.c
validator/val_utils.c
validator/validator.c