/netbsd-src/external/bsd/unbound/dist/testdata/dnstap_tls_clientauth.tdir/ |
H A D | dnstap_tls_clientauth.conf | 27 dnstap: 28 dnstap-enable: yes 29 dnstap-socket-path: "dnstap.socket" 30 dnstap-ip: "127.0.0.1@@TAPPORT@" 31 dnstap-tls: yes 32 dnstap-tls-server-name: "unbound" 33 dnstap-tls-cert-bundle: "unbound_server.pem" 34 dnstap-tls-client-key-file: "unbound_control.key" 35 dnstap-tls-client-cert-file: "unbound_control.pem" 36 dnstap-send-identity: yes [all …]
|
/netbsd-src/external/bsd/unbound/dist/testdata/dnstap_tls_badname.tdir/ |
H A D | dnstap_tls_badname.conf | 27 dnstap: 28 dnstap-enable: yes 29 dnstap-socket-path: "dnstap.socket" 30 dnstap-ip: "127.0.0.1@@TAPPORT@" 31 dnstap-tls: yes 34 dnstap-tls-server-name: "anothername" 35 dnstap-tls-cert-bundle: "unbound_server.pem" 36 dnstap-send-identity: yes 37 dnstap-send-version: yes 40 dnstap-log-resolver-query-messages: yes [all …]
|
/netbsd-src/external/bsd/unbound/dist/testdata/dnstap_tls_badcert.tdir/ |
H A D | dnstap_tls_badcert.conf | 27 dnstap: 28 dnstap-enable: yes 29 dnstap-socket-path: "dnstap.socket" 30 dnstap-ip: "127.0.0.1@@TAPPORT@" 31 dnstap-tls: yes 32 dnstap-tls-server-name: "unbound" 37 dnstap-tls-cert-bundle: "unbound_control.pem" 38 dnstap-send-identity: yes 39 dnstap-send-version: yes 42 dnstap-log-resolver-query-messages: yes [all …]
|
/netbsd-src/external/bsd/unbound/dist/testdata/dnstap_tls_peername.tdir/ |
H A D | dnstap_tls_peername.conf | 27 dnstap: 28 dnstap-enable: yes 29 dnstap-socket-path: "dnstap.socket" 30 dnstap-ip: "127.0.0.1@@TAPPORT@" 31 dnstap-tls: yes 32 dnstap-tls-server-name: "unbound" 33 dnstap-tls-cert-bundle: "unbound_server.pem" 34 dnstap-send-identity: yes 35 dnstap-send-version: yes 38 dnstap-log-resolver-query-messages: yes [all …]
|
/netbsd-src/external/bsd/unbound/dist/testdata/dnstap_tls.tdir/ |
H A D | dnstap_tls.conf | 27 dnstap: 28 dnstap-enable: yes 29 dnstap-socket-path: "dnstap.socket" 30 dnstap-ip: "127.0.0.1@@TAPPORT@" 31 dnstap-tls: yes 32 dnstap-send-identity: yes 33 dnstap-send-version: yes 36 dnstap-log-resolver-query-messages: yes 37 dnstap-log-resolver-response-messages: yes 38 dnstap-log-client-query-messages: yes [all …]
|
/netbsd-src/external/bsd/unbound/dist/testdata/dnstap_tcp.tdir/ |
H A D | dnstap_tcp.conf | 27 dnstap: 28 dnstap-enable: yes 29 dnstap-socket-path: "dnstap.socket" 30 dnstap-ip: "127.0.0.1@@TAPPORT@" 31 dnstap-tls: no 32 dnstap-send-identity: yes 33 dnstap-send-version: yes 36 dnstap-log-resolver-query-messages: yes 37 dnstap-log-resolver-response-messages: yes 38 dnstap-log-client-query-messages: yes [all …]
|
/netbsd-src/external/bsd/unbound/dist/testdata/padding.tdir/ |
H A D | padding.conf2 | 35 dnstap: 36 dnstap-enable: yes 37 dnstap-socket-path: "dnstap.socket" 38 dnstap-send-identity: yes 39 dnstap-send-version: yes 40 #dnstap-identity 41 #dnstap-version 42 dnstap-log-resolver-query-messages: no 43 dnstap-log-resolver-response-messages: no 44 dnstap-log-client-query-messages: yes [all …]
|
H A D | padding.pre | 29 # start the dnstap log server 31 # unbound-dnstap-socket server. 35 $PRE/unbound-dnstap-socket -u dnstap.socket -l -vvvv 2>tap.errlog >tap.log & 37 echo "could not start unbound-dnstap-socket server" 42 # wait for the server to go up and make the dnstap.socket file 44 if test ! -S dnstap.socket; then 45 echo "the dnstap.socket file does not exist!"
|
/netbsd-src/external/bsd/unbound/dist/testdata/dnstap.tdir/ |
H A D | dnstap.conf | 27 dnstap: 28 dnstap-enable: yes 29 dnstap-socket-path: "dnstap.socket" 30 dnstap-send-identity: yes 31 dnstap-send-version: yes 34 dnstap-log-resolver-query-messages: yes 35 dnstap-log-resolver-response-messages: yes 36 dnstap-log-client-query-messages: yes 37 dnstap-log-client-response-messages: yes 38 dnstap-log-forwarder-query-messages: yes [all …]
|
H A D | dnstap.pre | 1 # #-- dnstap.pre--# 22 $LDNS_TESTNS -p $FWD_PORT dnstap.testns >fwd.log 2>&1 & 26 # start the dnstap log server 28 # unbound-dnstap-socket server. 32 $PRE/unbound-dnstap-socket -u dnstap.socket -l -vvvv 2>tap.errlog >tap.log & 34 echo "could not start unbound-dnstap-socket server" 39 # wait for the server to go up and make the dnstap.socket file 41 if test ! -S dnstap.socket; then 42 echo "the dnstap.socket file does not exist!" 46 …RT'/' -e 's/@TOPORT\@/'$FWD_PORT'/' -e 's/@CONTROL_PORT\@/'$CONTROL_PORT'/' < dnstap.conf > ub.conf
|
H A D | dnstap.dsc | 1 BaseName: dnstap 3 Description: test dnstap socket communication 11 Pre: dnstap.pre 12 Post: dnstap.post 13 Test: dnstap.test
|
/netbsd-src/external/bsd/unbound/dist/testdata/dnstap_reconnect.tdir/ |
H A D | dnstap_reconnect.conf | 27 dnstap: 28 dnstap-enable: yes 29 dnstap-socket-path: "dnstap.socket" 30 dnstap-send-identity: yes 31 dnstap-send-version: yes 34 dnstap-log-resolver-query-messages: yes 35 dnstap-log-resolver-response-messages: yes 36 dnstap-log-client-query-messages: yes 37 dnstap-log-client-response-messages: yes 38 dnstap-log-forwarder-query-messages: yes [all …]
|
H A D | dnstap_reconnect.pre | 26 # start the dnstap log server 28 # unbound-dnstap-socket server. 32 $PRE/unbound-dnstap-socket -u dnstap.socket -l -vvvv 2>tap.errlog >tap.log & 34 echo "could not start unbound-dnstap-socket server" 39 # wait for the server to go up and make the dnstap.socket file 41 if test ! -S dnstap.socket; then 42 echo "the dnstap.socket file does not exist!"
|
/netbsd-src/external/mpl/bind/dist/bin/tools/ |
H A D | dnstap-read.rst | 14 .. iscman:: dnstap-read 15 .. program:: dnstap-read 18 dnstap-read - print dnstap data in human-readable form 24 :program:`dnstap-read` [**-m**] [**-p**] [**-x**] [**-y**] {file} 29 :program:`dnstap-read` reads ``dnstap`` data from a specified file and prints 30 it in a human-readable format. By default, ``dnstap`` data is printed in 44 message that was encapsulated in the ``dnstap`` frame, after printing the ``dnstap`` dat [all...] |
H A D | Makefile.in | 102 @HAVE_DNSTAP_TRUE@ dnstap-read 130 @HAVE_DNSTAP_TRUE@am__EXEEXT_1 = dnstap-read$(EXEEXT) 146 dnstap_read_SOURCES = dnstap-read.c 147 dnstap_read_OBJECTS = dnstap_read-dnstap-read.$(OBJEXT) 186 ./$(DEPDIR)/dnstap_read-dnstap-read.Po ./$(DEPDIR)/mdig.Po \ 210 SOURCES = arpaname.c dnstap-read.c mdig.c named-journalprint.c \ 212 DIST_SOURCES = arpaname.c dnstap-read.c mdig.c named-journalprint.c \ 611 dnstap-read$(EXEEXT): $(dnstap_read_OBJECTS) $(dnstap_read_DEPENDENCIES) $(EXTRA_dnstap_read_DEPENDENCIES) 612 @rm -f dnstap-read$(EXEEXT) 642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnstap_read-dnstap [all...] |
/netbsd-src/external/bsd/nsd/dist/dnstap/ |
H A D | dnstap.m4 | 1 # dnstap.m4 5 # Check for required dnstap libraries and add dnstap configure args. 8 AC_ARG_ENABLE([dnstap], optenable 9 AS_HELP_STRING([--enable-dnstap], 10 [Enable dnstap support (requires fstrm, protobuf-c)]), 13 AC_ARG_WITH([dnstap-socket-path], 14 AS_HELP_STRING([--with-dnstap-socket-path=pathname], 15 [set default dnstap socket path]), 24 [Path where protobuf-c is installed, for dnstap]), [ 44 [Path where libfstrm is installed, for dnstap]), [
|
/netbsd-src/external/bsd/unbound/dist/dnstap/ |
H A D | dnstap.m4 | 1 # dnstap.m4 5 # Check for required dnstap libraries and add dnstap configure args. 8 AC_ARG_ENABLE([dnstap], optenable 9 AS_HELP_STRING([--enable-dnstap], 10 [Enable dnstap support (requires protobuf-c)]), 13 AC_ARG_WITH([dnstap-socket-path], 14 AS_HELP_STRING([--with-dnstap-socket-path=pathname], 15 [set default dnstap socket path]), 24 [Path where protobuf-c is installed, for dnstap]), [
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/upforwd/ |
H A D | setup.sh | 23 if $FEATURETEST --enable-dnstap; then 24 cat <<'EOF' >ns3/dnstap.conf 25 dnstap-identity "ns3"; 26 dnstap-version "xxx"; 27 dnstap-output file "dnstap.out"; 28 dnstap { all; }; 31 echo "/* DNSTAP NOT ENABLED */" >ns3/dnstap.conf
|
H A D | tests.sh | 41 retry_quiet 20 test -f ns3/dnstap.out && mv ns3/dnstap.out dnstap.out.$n 42 $RNDCCMD -s 10.53.0.3 dnstap -reopen 47 "$DNSTAPREAD" dnstap.out.$n \ 225 if $FEATURETEST --enable-dnstap; then 376 if $FEATURETEST --enable-dnstap; then 413 if $FEATURETEST --enable-dnstap; then 448 if $FEATURETEST --enable-dnstap; then 527 if $FEATURETEST --enable-dnstap; the [all...] |
/netbsd-src/external/bsd/nsd/dist/ |
H A D | configlexer.lex | 272 dnstap{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_DNSTAP;} 273 dnstap-enable{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_DNSTAP_ENABLE;} 274 dnstap-socket-path{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_DNSTAP_SOCKET_PATH; } 275 dnstap-ip{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_DNSTAP_IP; } 276 dnstap-tls{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_DNSTAP_TLS; } 277 dnstap-tls-server-name{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_DNSTAP_TLS_SERVER_NAME; } 278 dnstap-tls-cert-bundle{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_DNSTAP_TLS_CERT_BUNDLE; } 279 dnstap-tls-client-key-file{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_DNSTAP_TLS_CLIENT_KEY_FI… 280 dnstap-tls-client-cert-file{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_DNSTAP_TLS_CLIENT_CERT_… 281 dnstap-send-identity{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_DNSTAP_SEND_IDENTITY; } [all …]
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/dnstap/ |
H A D | README | 13 compiled with --enable-dnstap and --enable-fixed-rrset with the following 18 dnstap { auth response; }; 19 dnstap-identity none; 20 dnstap-output file "large-answer.fstrm";
|
H A D | good-dnstap-in-view.conf | 15 dnstap-output unix "/var/run/named/dnstap.sock"; 16 dnstap-identity hostname; 20 dnstap { client response; };
|
H A D | good-dnstap-in-options.conf | 15 dnstap-output unix "/var/run/named/dnstap.sock"; 16 dnstap-identity hostname; 17 dnstap { client response; };
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | Makefile.am | 26 dnstap.proto \ 72 include/dns/dnstap.h \ 328 dnstap.pb-c.h \ 329 dnstap.pb-c.c 332 dnstap.c 334 dnstap.pb-c.h dnstap.pb-c.c: dnstap.proto 335 $(PROTOC_C) --proto_path=$(srcdir) --c_out=. dnstap.proto
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | configlexer.lex | 481 dnstap{COLON} { YDVAR(0, VAR_DNSTAP) } 482 dnstap-enable{COLON} { YDVAR(1, VAR_DNSTAP_ENABLE) } 483 dnstap-bidirectional{COLON} { YDVAR(1, VAR_DNSTAP_BIDIRECTIONAL) } 484 dnstap-socket-path{COLON} { YDVAR(1, VAR_DNSTAP_SOCKET_PATH) } 485 dnstap-ip{COLON} { YDVAR(1, VAR_DNSTAP_IP) } 486 dnstap-tls{COLON} { YDVAR(1, VAR_DNSTAP_TLS) } 487 dnstap-tls-server-name{COLON} { YDVAR(1, VAR_DNSTAP_TLS_SERVER_NAME) } 488 dnstap-tls-cert-bundle{COLON} { YDVAR(1, VAR_DNSTAP_TLS_CERT_BUNDLE) } 489 dnstap-tls-client-key-file{COLON} { 491 dnstap-tls-client-cert-file{COLON} { [all …]
|