Searched refs:dnstap (Results 1 – 22 of 22) sorted by relevance
| /freebsd-head/contrib/unbound/testdata/dnstap.tdir/ |
| HD | dnstap.conf | 30 dnstap: 31 dnstap-enable: yes 32 dnstap-socket-path: "dnstap.socket" 33 dnstap-send-identity: yes 34 dnstap-send-version: yes 37 dnstap-log-resolver-query-messages: yes 38 dnstap-log-resolver-response-messages: yes 39 dnstap-log-client-query-messages: yes 40 dnstap-log-client-response-messages: yes 41 dnstap-log-forwarder-query-messages: yes [all …]
|
| /freebsd-head/contrib/unbound/dnstap/ |
| HD | dnstap.m4 | 1 # dnstap.m4 5 # Check for required dnstap libraries and add dnstap configure args. 8 AC_ARG_ENABLE([dnstap], 9 AS_HELP_STRING([--enable-dnstap], 10 [Enable dnstap support (requires protobuf-c)]), 14 AC_ARG_WITH([dnstap-socket-path], 15 AS_HELP_STRING([--with-dnstap-socket-path=pathname], 16 [set default dnstap socket path]), 26 … AS_HELP_STRING([--with-protobuf-c=path], [Path where protobuf-c is installed, for dnstap]),
|
| HD | dnstap.proto | 1 // dnstap: flexible, structured event replication format for DNS software 3 // This file contains the protobuf schemas for the "dnstap" structured event 18 package dnstap; package 20 // "Dnstap": this is the top-level dnstap type, which is a "union" type that 21 // contains other kinds of dnstap payloads, although currently only one type 22 // of dnstap payload is defined.
|
| HD | dnstap.c | 160 if(cfg->dnstap && cfg->dnstap_socket_path && cfg->dnstap_socket_path[0] && in dt_create() 282 if (!cfg->dnstap) in dt_apply_cfg()
|
| HD | dtstream.c | 339 if(!cfg->dnstap) { in dt_io_thread_apply_cfg()
|
| /freebsd-head/contrib/unbound/util/ |
| HD | configlexer.lex | 493 dnstap{COLON} { YDVAR(0, VAR_DNSTAP) } 494 dnstap-enable{COLON} { YDVAR(1, VAR_DNSTAP_ENABLE) } 495 dnstap-bidirectional{COLON} { YDVAR(1, VAR_DNSTAP_BIDIRECTIONAL) } 496 dnstap-socket-path{COLON} { YDVAR(1, VAR_DNSTAP_SOCKET_PATH) } 497 dnstap-ip{COLON} { YDVAR(1, VAR_DNSTAP_IP) } 498 dnstap-tls{COLON} { YDVAR(1, VAR_DNSTAP_TLS) } 499 dnstap-tls-server-name{COLON} { YDVAR(1, VAR_DNSTAP_TLS_SERVER_NAME) } 500 dnstap-tls-cert-bundle{COLON} { YDVAR(1, VAR_DNSTAP_TLS_CERT_BUNDLE) } 501 dnstap-tls-client-key-file{COLON} { 503 dnstap-tls-client-cert-file{COLON} { [all …]
|
| HD | config_file.h | 580 int dnstap; member
|
| HD | config_file.c | 803 else S_YNO("dnstap-enable:", dnstap) in config_set_option() 1292 else O_YNO(opt, "dnstap-enable", dnstap) in config_get_option()
|
| HD | configparser.y | 3533 else cfg_parser->cfg->dnstap = (strcmp($2, "yes")==0);
|
| HD | configparser.c | 7126 else cfg_parser->cfg->dnstap = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
|
| /freebsd-head/contrib/unbound/ |
| HD | Makefile.in | 261 DNSTAP_SOCKET_SRC=dnstap/unbound-dnstap-socket.c 262 DNSTAP_SOCKET_OBJ=unbound-dnstap-socket.lo 446 dnstap.lo dnstap.o: $(srcdir)/dnstap/dnstap.c config.h dnstap/dnstap_config.h \ 447 dnstap/dnstap.pb-c.c dnstap/dnstap.pb-c.h $(srcdir)/dnstap/dnstap.h \ 452 dnstap/dnstap.pb-c.c dnstap/dnstap.pb-c.h: $(srcdir)/dnstap/dnstap.proto 453 @-if test ! -d dnstap; then $(INSTALL) -d dnstap; fi 454 $(PROTOC_C) --c_out=. --proto_path=$(srcdir) $(srcdir)/dnstap/dnstap.proto 456 unbound-dnstap-socket$(EXEEXT): $(DNSTAP_SOCKET_OBJ_LINK) 459 dnstap.pb-c.lo dnstap.pb-c.o: dnstap/dnstap.pb-c.c dnstap/dnstap.pb-c.h 460 dtstream.lo dtstream.o: $(srcdir)/dnstap/dtstream.c config.h $(srcdir)/dnstap/dtstream.h [all …]
|
| HD | configure.ac | 9 sinclude(dnstap/dnstap.m4) 1991 # check for dnstap if requested 1992 dt_DNSTAP([$UNBOUND_RUN_DIR/dnstap.sock], 1994 AC_DEFINE([USE_DNSTAP], [1], [Define to 1 to enable dnstap support]) 2000 ["$hdr_dnstap_socket_path"], [default dnstap socket path]) 2002 AC_SUBST(DNSTAP_SOCKET_TESTBIN,['unbound-dnstap-socket$(EXEEXT)']) 2003 …AC_SUBST([DNSTAP_SRC], ["dnstap/dnstap.c dnstap/dnstap.pb-c.c dnstap/dnstap_fstrm.c dnstap/dtstrea… 2004 AC_SUBST([DNSTAP_OBJ], ["dnstap.lo dnstap.pb-c.lo dnstap_fstrm.lo dtstream.lo"]) 2463 …c/unbound-control.8 doc/unbound-host.1 smallapp/unbound-control-setup.sh dnstap/dnstap_config.h dn…
|
| HD | config.h.in | 40 /* default dnstap socket path */ 982 /* Define to 1 to enable dnstap support */
|
| HD | configure | 1636 --enable-dnstap Enable dnstap support (requires protobuf-c) 26095 "dnstap/dnstap_config.h") CONFIG_FILES="$CONFIG_FILES dnstap/dnstap_config.h" ;;
|
| /freebsd-head/contrib/unbound/doc/ |
| HD | example.conf.in | 1363 # Dnstap logging support, if compiled in by using --enable-dnstap to configure. 1364 # To enable, set the dnstap-enable to yes and also some of 1365 # dnstap-log-..-messages to yes. And select an upstream log destination, by 1367 # dnstap: 1368 # dnstap-enable: no 1370 # dnstap-bidirectional: yes 1371 # dnstap-socket-path: "@DNSTAP_SOCKET_PATH@" 1372 # # if "" use the unix socket in dnstap-socket-path, otherwise, 1374 # dnstap-ip: "" 1375 # # if set to yes if you want to use TLS to dnstap-ip, no for TCP. [all …]
|
| HD | CREDITS | 23 Robert Edmonds - dnstap code.
|
| HD | README | 7 The DNSTAP code has BSD license in dnstap/dnstap.c.
|
| HD | Changelog | 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. [all …]
|
| /freebsd-head/contrib/unbound/daemon/ |
| HD | worker.c | 2251 if(cfg->dnstap) { in worker_init() 2389 if(worker->daemon->cfg->dnstap in worker_init() 2445 if(worker->daemon->cfg->dnstap in worker_delete()
|
| HD | daemon.c | 577 if(daemon->cfg->dnstap) { in daemon_create_workers()
|
| HD | remote.c | 5724 COPY_VAR_int(dnstap); in fr_atomic_copy_cfg() 6049 if(env->cfg->dnstap) { in fr_reload_config()
|
| /freebsd-head/contrib/unbound/contrib/ |
| HD | fastrpz.patch | 71 sinclude(dnstap/dnstap.m4) 103 fatal_exit("dnstap enabled in config but not built with dnstap support"); 3207 @@ -467,6 +467,10 @@ dnstap-log-forwarder-query-messages{COLON} { 3209 dnstap-log-forwarder-response-messages{COLON} {
|