OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dnstap
(Results
1 - 25
of
49
) sorted by relevancy
1
2
/src/external/bsd/unbound/dist/testdata/dnstap_tls_badcert.tdir/
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: ye
[
all
...]
/src/external/bsd/unbound/dist/testdata/dnstap_tls_badname.tdir/
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: ye
[
all
...]
/src/external/bsd/unbound/dist/testdata/dnstap_tls_peername.tdir/
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: ye
[
all
...]
/src/external/bsd/unbound/dist/testdata/dnstap_tcp.tdir/
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
34
#
dnstap
-identity
35
#
dnstap
-versio
[
all
...]
/src/external/bsd/unbound/dist/testdata/dnstap_tls.tdir/
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
34
#
dnstap
-identity
35
#
dnstap
-versio
[
all
...]
/src/external/bsd/unbound/dist/testdata/dnstap_tls_clientauth.tdir/
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
[
all
...]
/src/external/bsd/unbound/dist/testdata/dnstap.tdir/
dnstap.conf
30
dnstap
:
31
dnstap
-enable: yes
32
dnstap
-socket-path: "
dnstap
.socket"
33
dnstap
-send-identity: yes
34
dnstap
-send-version: yes
35
#
dnstap
-identity
36
#
dnstap
-version
37
dnstap
-log-resolver-query-messages: yes
38
dnstap
-log-resolver-response-messages: ye
[
all
...]
/src/external/bsd/unbound/dist/testdata/dnstap_reconnect.tdir/
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
32
#
dnstap
-identity
33
#
dnstap
-version
34
dnstap
-log-resolver-query-messages: yes
35
dnstap
-log-resolver-response-messages: ye
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/dnstap/ns5/
named.conf.j2
25
dnstap
-identity "ns5";
26
dnstap
-version "xxx";
27
dnstap
-output file "
dnstap
.out";
28
dnstap
{ all; };
/src/external/mpl/bind/dist/bin/tests/system/dnstap/
tests.sh
96
# check three different
dnstap
reopen/roll methods:
97
# ns1:
dnstap
-reopen; ns2:
dnstap
-reopen; ns3:
dnstap
-roll
98
mv ns1/
dnstap
.out ns1/
dnstap
.out.save
99
mv ns2/
dnstap
.out ns2/
dnstap
.out.save
100
mv ns5/
dnstap
.out ns5/
dnstap
.out.sav
[
all
...]
good-dnstap-in-options.conf
15
dnstap
-output unix "/var/run/named/
dnstap
.sock";
16
dnstap
-identity hostname;
17
dnstap
{ client response; };
good-dnstap-in-view.conf
15
dnstap
-output unix "/var/run/named/
dnstap
.sock";
16
dnstap
-identity hostname;
20
dnstap
{ client response; };
bad-missing-dnstap-output-view.conf
15
dnstap
{ client; auth; };
bad-missing-dnstap-output.conf
15
dnstap
{ client; auth; };
bad-size-version.conf
15
dnstap
-output unix "/tmp/
dnstap
.sock" size 10k versions 3;
good-size-unlimited.conf
15
dnstap
-output file "/tmp/
dnstap
.log"
good-size-version.conf
15
dnstap
-output file "/tmp/
dnstap
.log"
/src/external/mpl/bind/dist/bin/tests/system/dnstap/ns1/
named.conf.j2
25
dnstap
-identity "ns1";
26
dnstap
-version "xxx";
27
dnstap
-output file "
dnstap
.out" size 30k versions 10;
28
dnstap
{ all; };
/src/external/mpl/bind/dist/bin/tests/system/dnstap/ns2/
named.conf.j2
25
dnstap
-identity "ns2";
26
dnstap
-version "xxx";
27
dnstap
-output file "
dnstap
.out" size unlimited versions unlimited;
28
dnstap
{ all; };
/src/external/mpl/bind/dist/bin/tests/system/dnstap/ns3/
named.conf.j2
25
dnstap
-identity "ns3";
26
dnstap
-version "xxx";
27
dnstap
-output file "
dnstap
.out";
28
dnstap
{ all; };
/src/external/mpl/bind/dist/bin/tests/system/dnstap/ns4/
named.conf.j2
25
dnstap
-identity "ns4";
26
dnstap
-version "xxx";
27
dnstap
-output unix "
dnstap
.out";
28
dnstap
{ all; };
/src/external/mpl/bind/dist/bin/tests/system/upforwd/
setup.sh
20
if $FEATURETEST --enable-
dnstap
; then
21
cat <<'EOF' >ns3/
dnstap
.conf
22
dnstap
-identity "ns3";
23
dnstap
-version "xxx";
24
dnstap
-output file "
dnstap
.out";
25
dnstap
{ all; };
28
echo "/*
DNSTAP
NOT ENABLED */" >ns3/
dnstap
.conf
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
226
echo_i "checking
DNSTAP
logging of UPDATE forwarded update replies ($n)"
376
if $FEATURETEST --enable-
dnstap
; then
377
echo_i "checking
DNSTAP
logging of UPDATE forwarded update replies ($n)"
413
if $FEATURETEST --enable-
dnstap
; the
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/nsprocessinglimit/ns4/
named.conf.j2
23
dnstap
{ resolver query; };
24
dnstap
-output file "
dnstap
.out";
/src/external/bsd/nsd/dist/
Makefile.in
258
rm -f Makefile config.h config.log config.status
dnstap
/dnstap_config.h
430
#
dnstap
431
dnstap
.o: $(srcdir)/
dnstap
/
dnstap
.c config.h
dnstap
/dnstap_config.h \
432
dnstap
/
dnstap
.pb-c.c
dnstap
/
dnstap
.pb-c.h $(srcdir)/dnstap/dnstap.h
[
all
...]
Completed in 34 milliseconds
1
2
Indexes created Thu Apr 16 00:22:31 UTC 2026