]> git.ipfire.org Git - thirdparty/unbound.git/commit
- dnstap support, with a patch from Farsight Security, written by
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 5 Aug 2014 07:57:52 +0000 (07:57 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 5 Aug 2014 07:57:52 +0000 (07:57 +0000)
commit8ccba42b1fcf1c04aaf5e7141491367e8ce45463
treef0643274498e1bcf1b06f3f78f42b81a42fbefde
parentefe66a977ed76359b02337982b1aa0c8bdddb4d2
- dnstap support, with a patch from Farsight Security, written by
  Robert Edmonds. The --enable-dnstap needs libfstrm and protobuf-c.
  It is BSD licensed (see dnstap/dnstap.c).
  Building with --enable-dnstap needs pkg-config with this patch.
- Noted dnstap in doc/README and doc/CREDITS.

git-svn-id: file:///svn/unbound/trunk@3206 be551aaa-1e26-0410-a405-d3ace91eadb9
35 files changed:
Makefile.in
config.h.in
configure
configure.ac
daemon/daemon.c
daemon/daemon.h
daemon/worker.c
daemon/worker.h
dnstap/dnstap.c [new file with mode: 0644]
dnstap/dnstap.h [new file with mode: 0644]
dnstap/dnstap.m4 [new file with mode: 0644]
dnstap/dnstap.pb-c.c [new file with mode: 0644]
dnstap/dnstap.pb-c.h [new file with mode: 0644]
dnstap/dnstap.proto [new file with mode: 0644]
dnstap/dnstap_config.h [new file with mode: 0644]
dnstap/dnstap_config.h.in [new file with mode: 0644]
doc/CREDITS
doc/Changelog
doc/README
libunbound/libworker.c
pkg.m4 [new file with mode: 0644]
services/listen_dnsport.c
services/listen_dnsport.h
services/outside_network.c
services/outside_network.h
testcode/fake_event.c
util/config_file.c
util/config_file.h
util/configlexer.c
util/configlexer.lex
util/configparser.c
util/configparser.h
util/configparser.y
util/netevent.c
util/netevent.h