Lines Matching refs:dnstap

36 	- Fix ub_event and include dnstap and win_svc headers.
50 fast reload, doq, windows-stop and dnstap.
264 - Fix for dnsoverquic and dnstap to use the correct dnstap
268 - Fix for dnstap with dnscrypt and dnstap without dnsoverquic.
301 - Fix for dnstap compile of doqclient with doq disabled.
319 - Fix unbound dnstap socket test program analyzer warnings about
365 - Fix config file read for dnstap-sample-rate.
444 - Fix dnstap test program, cleans up to have clean memory on exit,
448 free. Added internal unit test to unbound-dnstap-socket for that.
484 - Fix link of dnstap without openssl.
485 - Fix link of unbound-dnstap-socket without openssl.
488 - Add dnstap-sample-rate that logs only 1/N messages, for high volume
490 - Fix dnstap wakeup, a running wakeup timer is left to expire and not
572 - Fix pkg-config availability check in dnstap/dnstap.m4 and
597 - Fix memory leak on exit for unbound-dnstap-socket; creates false
778 - Fix #369: dnstap showing extra responses; for client responses
951 - Merge #985: Add DoH and DoT to dnstap message.
980 - Fix dnstap that assertion failed on logging other than UDP and TCP
1306 - Fix unbound-dnstap-socket printout when no query is present.
1307 - Fix unbound-dnstap-socket time fraction conversion for printout.
1314 - Fix #888: [FR] Use kernel timestamps for dnstap.
1385 - Fix unbound-dnstap-socket test program to reply the finish frame
1966 - For dnstap, do not wakeupnow right there. Instead zero the timer to
2205 unbound-dnstap-socket.
2345 - Fix unused variable warning when compiling with --enable-dnstap.
2525 and fixes #368 : dnstap does not log the DNS message ID for
2615 - Fix compile of unbound-dnstap-socket without dnstap installed.
2700 - Fix unbound-dnstap-socket to not use log routine from interrupt
2830 - Fix dnstap test to wait for log timer to see if queries are logged.
2867 - Fix dnstap socket and the chroot not applied properly to the dnstap
2884 - Easier kill of unbound-dnstap-socket tool in test.
2886 - Fix double loopexit for unbound-dnstap-socket after sigterm.
2892 - Fix unit test for dnstap changes, so that it waits for the timer.
2895 - Fix #305: dnstap logging significantly affects unbound performance
2898 - Fix to ifdef fptr wlist item for dnstap.
2906 - Fix #304: dnstap logging not recovering after dnstap process restarts
2948 - Fix that dnstap reconnects do not spam the log with the repeated
2951 - Fix to apply chroot to dnstap-socket-path, if chroot is enabled.
3266 - Fix #177: dnstap does not build on macOS.
3274 - Merge PR #164: Framestreams, this branch implements dnstap
3279 resides in dnstap/dnstap_fstrm.h and dnstap/dnstap_fstrm.c. This
3282 The make unbound-dnstap-socket builds a debug tool,
3283 unbound-dnstap-socket. It can listen, accept multiple DNSTAP
3290 are new config options to turn them on, in the dnstap section
3291 in the man page and example config file. dnstap-ip with IP
3292 address of server for TCP or TLS use. dnstap-tls to turn
3293 on TLS. And dnstap-tls-server-name, dnstap-tls-cert-bundle,
3294 dnstap-tls-client-key-file and dnstap-tls-client-cert-file
3912 - Fix .gitignore, add pythonmod and dnstap generated files.
4223 - Fix for FreeBSD port make with dnscrypt and dnstap enabled.
4334 - check that the dnstap socket file can be opened and exists, print
4802 - Fix for crash in daemon_cleanup with dnstap during reload,
5025 - Fix #3451: dnstap not building when you have a separate build dir.
5026 And removed protoc warning, set dnstap.proto syntax to proto2.
5549 - unbound-checkconf -o allows query of dnstap config variables.
5758 - Fix dnstap for warning of set but not used.
6018 - Fix dnstap relaying "random" messages instead of resolver/forwarder
6319 - Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev.
6424 - Fix #741: log message for dnstap socket connection is more clear.
6772 - Fix crash in dnstap: Do not try to log TCP responses after timeout.
7023 - dnstap fixes by Robert Edmonds:
7024 dnstap/dnstap.m4: cosmetic fixes
7025 dnstap/: Remove compiled protoc-c output files
7026 dnstap/dnstap.m4: Error out if required libraries are not found
7027 dnstap: Fix ProtobufCBufferSimple usage that is incorrect as of
7029 dnstap/: Adapt to API changes in latest libfstrm (>= 0.2.0)
7095 - Removed necessity for pkg-config from the dnstap.m4, new are
7108 - dnstap support, with a patch from Farsight Security, written by
7109 Robert Edmonds. The --enable-dnstap needs libfstrm and protobuf-c.
7110 It is BSD licensed (see dnstap/dnstap.c).
7111 Building with --enable-dnstap needs pkg-config with this patch.
7112 - Noted dnstap in doc/README and doc/CREDITS.
7113 - Changes to the dnstap patch.
7115 - dnstap/dnstap_config.h should not have been added to the repo,