OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIGOPTS
(Results
1 - 25
of
41
) sorted by relevancy
1
2
/src/external/mpl/bind/dist/bin/tests/system/rootkeysentinel/
tests.sh
23
DIGOPTS
="+tcp +noadd +nosea +nostat +nocmd +dnssec -p ${PORT}"
40
$DIG $
DIGOPTS
. dnskey +short +rrcomm @10.53.0.1 >dig.out.ns1.test$n || ret=1
52
$DIG $
DIGOPTS
@10.53.0.2 example SOA >dig.out.ns2.test$n || ret=1
58
$DIG $
DIGOPTS
@10.53.0.3 example SOA >dig.out.ns3.test$n || ret=1
64
$DIG $
DIGOPTS
@10.53.0.3 root-key-sentinel-is-ta-${oldid}.example A >dig.out.ns3.test$n || ret=1
70
$DIG $
DIGOPTS
@10.53.0.3 root-key-sentinel-not-ta-${oldid}.example A >dig.out.ns3.test$n || ret=1
77
$DIG $
DIGOPTS
@10.53.0.3 +cd root-key-sentinel-not-ta-${oldid}.example A >dig.out.ns3.test$n || ret=1
83
$DIG $
DIGOPTS
@10.53.0.3 root-key-sentinel-is-ta-${newid}.example A >dig.out.ns3.test$n || ret=1
90
$DIG $
DIGOPTS
@10.53.0.3 +cd root-key-sentinel-is-ta-${newid}.example A >dig.out.ns3.test$n || ret=1
96
$DIG $
DIGOPTS
@10.53.0.3 root-key-sentinel-not-ta-${newid}.example A >dig.out.ns3.test$n || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/integrity/
tests.sh
18
DIGOPTS
="-p ${PORT}"
25
$DIG $
DIGOPTS
@10.53.0.1 mx mx-cname-fail >dig.out.test$n || ret=1
34
$DIG $
DIGOPTS
@10.53.0.1 mx mx-cname-warn >dig.out.test$n || ret=1
43
$DIG $
DIGOPTS
@10.53.0.1 mx mx-cname-ignore >dig.out.test$n || ret=1
52
$DIG $
DIGOPTS
@10.53.0.1 mx no-mx-cname-fail >dig.out.test$n || ret=1
61
$DIG $
DIGOPTS
@10.53.0.1 mx no-mx-cname-warn >dig.out.test$n || ret=1
70
$DIG $
DIGOPTS
@10.53.0.1 mx no-mx-cname-ignore >dig.out.test$n || ret=1
79
$DIG $
DIGOPTS
@10.53.0.1 srv srv-cname-fail >dig.out.test$n || ret=1
88
$DIG $
DIGOPTS
@10.53.0.1 srv srv-cname-warn >dig.out.test$n || ret=1
97
$DIG $
DIGOPTS
@10.53.0.1 srv srv-cname-ignore >dig.out.test$n || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/dlzexternal/
tests.sh
21
DIGOPTS
="@10.53.0.1 -p ${PORT} +nocookie"
50
out=$($DIG $
DIGOPTS
-t $type -q $host | grep -E "^$host")
73
$DIG $
DIGOPTS
testdc1.example.nil AAAA >dig.out.$n || ret=1
86
out=$($DIG $
DIGOPTS
+short a testdc3.example.nil)
92
out=$($DIG $
DIGOPTS
+short -t txt -q source-addr.example.nil | grep -v '^;')
114
$DIG $
DIGOPTS
+noall +answer axfr example.nil >dig.out.example.ns1.test$n || ret=1
117
$DIG $
DIGOPTS
+noall +answer axfr alternate.nil >dig.out.alternate.ns1.test$n || ret=1
124
$DIG $
DIGOPTS
-b 10.53.0.5 +noall +answer axfr example.nil >dig.out.example.ns1.test$n || ret=1
126
$DIG $
DIGOPTS
-b 10.53.0.5 +noall +answer axfr alternate.nil >dig.out.alternate.ns1.test$n || ret=1
133
$DIG $
DIGOPTS
-b 10.53.0.1 +noall +answer axfr example.org >dig.out.example.ns1.test$n.1 || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/tsig/
tests.sh
18
DIGOPTS
="+tcp +nosea +nostat +noquest +nocomm +nocmd -p ${PORT}"
35
$DIG $
DIGOPTS
example.nil. -y "md5:$md5" @10.53.0.1 soa >dig.out.md5.old || ret=1
44
$DIG $
DIGOPTS
example.nil. -y "hmac-md5:md5:$md5" @10.53.0.1 soa >dig.out.md5.new || ret=1
56
$DIG $
DIGOPTS
example.nil. -y "hmac-sha1:sha1:$sha1" @10.53.0.1 soa >dig.out.sha1 || ret=1
65
$DIG $
DIGOPTS
example.nil. -y "hmac-sha224:sha224:$sha224" @10.53.0.1 soa >dig.out.sha224 || ret=1
74
$DIG $
DIGOPTS
example.nil. -y "hmac-sha256:sha256:$sha256" @10.53.0.1 soa >dig.out.sha256 || ret=1
83
$DIG $
DIGOPTS
example.nil. -y "hmac-sha384:sha384:$sha384" @10.53.0.1 soa >dig.out.sha384 || ret=1
92
$DIG $
DIGOPTS
example.nil. -y "hmac-sha512:sha512:$sha512" @10.53.0.1 soa >dig.out.sha512 || ret=1
107
$DIG $
DIGOPTS
example.nil. -y "hmac-md5-80:md5-trunc:$md5" @10.53.0.1 soa >dig.out.md5.trunc || ret=1
119
$DIG $
DIGOPTS
example.nil. -y "hmac-sha1-80:sha1-trunc:$sha1" @10.53.0.1 soa >dig.out.sha1.trunc || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/case/
tests.sh
18
DIGOPTS
="+tcp +nosea +nostat +noquest +nocomm +nocmd -p ${PORT}"
21
$DIG $
DIGOPTS
"@$1" "$2" SOA >"$4"
33
$DIG $
DIGOPTS
soa example. @10.53.0.2 >dig.ns2.test$n || true
38
$DIG $
DIGOPTS
soa dynamic. @10.53.0.2 >dig.ns2.test$n || true
46
$DIG $
DIGOPTS
mx example. @10.53.0.1 >dig.ns1.test$n || ret=1
57
$DIG $
DIGOPTS
mx example. -b 10.53.0.1 @10.53.0.1 >dig.ns1.test$n || ret=1
62
$DIG $
DIGOPTS
mx example. -b 10.53.0.2 @10.53.0.2 >dig.ns2.test$n || ret=1
72
$DIG $
DIGOPTS
axfr dynamic @10.53.0.1 >dig.ns1.test$n || ret=1
81
$DIG $
DIGOPTS
axfr dynamic @10.53.0.2 >dig.ns2.test$n || ret=1
95
$DIG $
DIGOPTS
axfr dynamic @10.53.0.1 >dig.ns1.test$n || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/autosign/
tests.sh
21
DIGOPTS
="+tcp +noadd +nosea +nostat +nocmd +dnssec -p ${PORT}"
31
$DIG $
DIGOPTS
+nodnssec +short @$2 -t ${4:-type65534} $1 | cut -f3 -d' ' \
153
$DIG $
DIGOPTS
. @10.53.0.1 dnskey >dig.out.ns1.test$n.dnskey || ret=1
156
$DIG $
DIGOPTS
$z @10.53.0.1 nsec >dig.out.ns1.test$n.nsec || ret=1
160
$DIG $
DIGOPTS
$z @10.53.0.2 nsec >dig.out.ns2.test$n.$z || ret=1
164
$DIG $
DIGOPTS
$z @10.53.0.3 nsec >dig.out.ns3.test$n.$z || ret=1
179
$DIG $
DIGOPTS
$z @10.53.0.1 axfr | awk '$4 == "RRSIG" {print $9}' | sort | uniq -c | cat_i
183
$DIG $
DIGOPTS
$z @10.53.0.2 axfr | awk '$4 == "RRSIG" {print $9}' | sort | uniq -c | cat_i
187
$DIG $
DIGOPTS
$z @10.53.0.3 axfr | awk '$4 == "RRSIG" {print $9}' | sort | uniq -c | cat_i
261
$DIG $
DIGOPTS
AXFR oldsigs.example @10.53.0.3 >dig.out.test$n || return
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/padding/
tests.sh
21
DIGOPTS
="-p ${PORT}"
33
$DIG $
DIGOPTS
+qr +padding=128 foo.example @10.53.0.2 >dig.out.test$n || ret=1
53
$DIG $
DIGOPTS
+vc +padding=128 foo.example @10.53.0.2 >dig.out.test$n || ret=1
62
$DIG $
DIGOPTS
+cookie foo.example @10.53.0.2 >dig.out.testc || ret=1
64
$DIG $
DIGOPTS
+cookie=$cookie +padding=128 foo.example @10.53.0.2 >dig.out.test$n || ret=1
73
$DIG $
DIGOPTS
+vc foo.example @10.53.0.2 >dig.out.test$n || ret=1
81
$DIG $
DIGOPTS
+cookie=$cookie foo.example @10.53.0.2 >dig.out.test$n || ret=1
89
$DIG $
DIGOPTS
+vc +padding=128 -b 10.53.0.8 foo.example @10.53.0.2 >dig.out.test$n || ret=1
101
$DIG $
DIGOPTS
foo.example @10.53.0.3 >dig.out.test$n || ret=1
119
$DIG $
DIGOPTS
foo.example @10.53.0.4 >dig.out.test$n || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/staticstub/
tests.sh
18
DIGOPTS
="-p ${PORT}"
45
$DIG $
DIGOPTS
+tcp data.example. @10.53.0.2 axfr >dig.out.ns2.test$n || ret=1
53
$DIG $
DIGOPTS
+tcp +norec data.example. @10.53.0.2 txt >dig.out.ns2.test$n \
62
$DIG $
DIGOPTS
+tcp +norec data.example.org. @10.53.0.2 txt >dig.out.ns2.test$n \
71
$DIG $
DIGOPTS
+tcp +norec data.example. @10.53.0.2 txt -b 10.53.0.7 \
80
$DIG $
DIGOPTS
+tcp +noauth data.example. @10.53.0.2 txt >dig.out.ns2.test$n || ret=1
89
$DIG $
DIGOPTS
+tcp example. @10.53.0.2 ns >dig.out.ns2.test1.$n || ret=1
92
$DIG $
DIGOPTS
+tcp data2.example. @10.53.0.2 txt >dig.out.ns2.test2.$n || ret=1
101
$DIG $
DIGOPTS
+tcp data1.sub.example. @10.53.0.2 txt >dig.out.ns2.test1.$n || ret=1
109
$DIG $
DIGOPTS
+tcp data2.sub.example. @10.53.0.2 txt >dig.out.ns2.test2.$n || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/ednscompliance/
tests.sh
18
DIGOPTS
="+norec -p ${PORT}"
27
$DIG $
DIGOPTS
@10.53.0.1 +qr +edns=100 soa $zone >dig.out$n || ret=1
38
$DIG $
DIGOPTS
@10.53.0.1 +qr +ednsopt=100 soa $zone >dig.out$n || ret=1
49
$DIG $
DIGOPTS
@10.53.0.1 +qr +ednsflags=0x80 soa $zone >dig.out$n || ret=1
60
$DIG $
DIGOPTS
@10.53.0.1 +edns=100 +nsid +noednsnegotiation soa $zone >dig.out$n || ret=1
87
$DIG $
DIGOPTS
@10.53.0.1 +ednsopt=100 soa $zone >dig.out$n || ret=1
110
$DIG $
DIGOPTS
@10.53.0.1 +edns=100 +noednsneg +ednsopt=100 soa $zone >dig.out$n || ret=1
133
$DIG $
DIGOPTS
@10.53.0.1 +ednsflags=0x80 soa $zone >dig.out$n || ret=1
156
$DIG $
DIGOPTS
@10.53.0.1 +edns=100 +noednsneg +ednsflags=0x80 soa $zone >dig.out$n || ret=1
179
$DIG $
DIGOPTS
@10.53.0.1 +edns=100 soa $zone >dig.out$n || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/legacy/
tests.sh
18
DIGOPTS
="-p ${PORT} +tries=1 +time=2"
24
$DIG $
DIGOPTS
+tcp +tries=3 +time=5 @10.53.0.1 ${1} SOA >dig.out.test$n || _ret=1
37
$DIG $
DIGOPTS
+tcp +time=5 @10.53.0.1 ${1} TXT >dig.out.test$n || true
53
$DIG $
DIGOPTS
+edns @10.53.0.8 ednsformerr soa >dig.out.1.test$n || ret=1
56
$DIG $
DIGOPTS
+noedns @10.53.0.8 ednsformerr soa >dig.out.2.test$n || ret=1
72
$DIG $
DIGOPTS
+edns @10.53.0.9 ednsnotimp soa >dig.out.1.test$n || ret=1
75
$DIG $
DIGOPTS
+noedns @10.53.0.9 ednsnotimp soa >dig.out.2.test$n || ret=1
91
$DIG $
DIGOPTS
+edns @10.53.0.10 ednsrefused soa >dig.out.1.test$n || ret=1
94
$DIG $
DIGOPTS
+noedns @10.53.0.10 ednsrefused soa >dig.out.2.test$n || ret=1
110
$DIG $
DIGOPTS
+edns @10.53.0.2 dropedns soa >dig.out.1.test$n && ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/dns64/
tests.sh
23
DIGOPTS
="+tcp +noadd +nosea +nostat +nocmd -p ${PORT}"
47
$DIG $
DIGOPTS
aaaa-only.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=1
56
$DIG $
DIGOPTS
excluded-only.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=1
65
$DIG $
DIGOPTS
excluded-bad-a.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=1
74
$DIG $
DIGOPTS
excluded-good-a.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=1
83
$DIG $
DIGOPTS
a-and-mapped.example. @10.53.0.2 -b 10.53.0.4 aaaa >dig.out.ns2.test$n || ret=1
92
$DIG $
DIGOPTS
a-and-aaaa-and-mapped.example. @10.53.0.2 -b 10.53.0.4 aaaa >dig.out.ns2.test$n || ret=1
103
$DIG $
DIGOPTS
aaaa-only.example. @10.53.0.2 -b 10.53.0.4 aaaa >dig.out.ns2.test$n || ret=1
112
$DIG $
DIGOPTS
a-only.example. @10.53.0.2 -b 10.53.0.4 aaaa >dig.out.ns2.test$n || ret=1
121
$DIG $
DIGOPTS
partially-excluded-only.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/checknames/
tests.sh
21
DIGOPTS
="+tcp +noadd +nosea +nostat +nocmd -p ${PORT}"
24
$DIG $
DIGOPTS
"$1" "$2" "$3" >"$4" || return 1
32
$DIG $
DIGOPTS
fail.example. @10.53.0.1 a >dig.out.ns1.test$n || ret=1
58
$DIG $
DIGOPTS
+noauth yy_yy.ignore.example. @10.53.0.1 a >dig.out.ns1.test$n || ret=1
59
$DIG $
DIGOPTS
+noauth yy_yy.ignore.example. @10.53.0.2 a >dig.out.ns2.test$n || ret=1
69
$DIG $
DIGOPTS
yy_yy.ignore.example. @10.53.0.1 a >dig.out.ns1.test$n || ret=1
70
$DIG $
DIGOPTS
yy_yy.ignore.example. @10.53.0.3 a >dig.out.ns3.test$n || ret=1
81
$DIG $
DIGOPTS
mx.ignore.example. @10.53.0.1 MX >dig.out.ns1.test$n || ret=1
82
$DIG $
DIGOPTS
mx.ignore.example. @10.53.0.3 MX >dig.out.ns3.test$n || ret=1
100
$DIG $
DIGOPTS
xxx_xxx.fail.update @10.53.0.1 A >dig.out.ns1.test$n || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/additional/
tests.sh
18
DIGOPTS
="-p ${PORT}"
28
$DIG $
DIGOPTS
+rec -t RT rt.rt.example @10.53.0.1 >dig.out.$n || ret=1
37
$DIG $
DIGOPTS
+rec -t RT rt.rt2.example @10.53.0.1 >dig.out.$n || ret=1
46
$DIG $
DIGOPTS
+rec -t NAPTR nap.naptr.example @10.53.0.1 >dig.out.$n || ret=1
55
$DIG $
DIGOPTS
+rec -t NAPTR nap.hang3b.example @10.53.0.1 >dig.out.$n || ret=1
64
$DIG $
DIGOPTS
+rec -t LP nid2.nid.example @10.53.0.1 >dig.out.$n || ret=1
95
$DIG $
DIGOPTS
+rec -t NID ns1.nid.example @10.53.0.1 >dig.out.$n || ret=1
112
$DIG $
DIGOPTS
+rec -t NID nid2.nid.example @10.53.0.1 >dig.out.$n || ret=1
131
$DIG $
DIGOPTS
+norec -t RT rt.rt.example @10.53.0.1 >dig.out.$n || ret=1
140
$DIG $
DIGOPTS
+norec -t RT rt.rt2.example @10.53.0.1 >dig.out.$n || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/redirect/
tests.sh
23
DIGOPTS
="+tcp +noadd +nosea +nostat +nocmd -p ${PORT}"
46
$DIG $
DIGOPTS
nonexist. @10.53.0.2 -b 10.53.0.2 a >dig.out.ns2.test$n || ret=1
58
$DIG $
DIGOPTS
nonexist. @10.53.0.2 -b 10.53.0.2 a >dig.out.ns2.test$n || ret=1
69
$DIG $
DIGOPTS
nonexist. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=1
78
$DIG $
DIGOPTS
nonexist. @10.53.0.2 -b 10.53.0.2 any >dig.out.ns2.test$n || ret=1
88
$DIG $
DIGOPTS
nonexist. @10.53.0.2 -b 10.53.0.4 a >dig.out.ns2.test$n || ret=1
97
$DIG $
DIGOPTS
nonexist. @10.53.0.2 -b 10.53.0.4 aaaa >dig.out.ns2.test$n || ret=1
106
$DIG $
DIGOPTS
nonexist. @10.53.0.2 -b 10.53.0.4 any >dig.out.ns2.test$n || ret=1
116
$DIG $
DIGOPTS
nonexist.signed. @10.53.0.2 -b 10.53.0.2 a >dig.out.ns2.test$n || ret=1
125
$DIG $
DIGOPTS
nonexist.signed. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/cookie/
tests.sh
18
DIGOPTS
="-p ${PORT}"
61
$DIG $
DIGOPTS
+qr +header-only +nocookie version.bind txt ch @10.53.0.1 >dig.out.test$n || ret=1
70
$DIG $
DIGOPTS
+qr +header-only +cookie version.bind txt ch @10.53.0.1 >dig.out.test$n || ret=1
79
$DIG $
DIGOPTS
+cookie version.bind txt ch @10.53.0.1 >dig.out.test$n || ret=1
89
$DIG $
DIGOPTS
+cookie=$oldcookie version.bind txt ch @10.53.0.7 >dig.out.test$n || ret=1
98
$DIG $
DIGOPTS
large.example txt @10.53.0.1 +ignore >dig.out.test$n || ret=1
106
$DIG $
DIGOPTS
+cookie large.example txt @10.53.0.1 +ignore >dig.out.test$n || ret=1
115
$DIG $
DIGOPTS
+cookie large.example txt @10.53.0.1 >dig.out.test$n.l || ret=1
117
$DIG $
DIGOPTS
+qr +cookie=$cookie large.example txt @10.53.0.1 +ignore >dig.out.test$n || ret=1
126
$DIG $
DIGOPTS
+qr +cookie=$cookie large.xxx txt @10.53.0.1 +ignore >dig.out.test$n || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/wildcard/
tests.sh
23
DIGOPTS
="+tcp +noadd +nosea +nostat +nocmd +dnssec -p ${PORT}"
28
$DIG $
DIGOPTS
a b.wild.nsec +norec @10.53.0.1 >dig.out.ns1.test$n || ret=1
36
$DIG $
DIGOPTS
a b.wild.nsec @10.53.0.2 >dig.out.ns2.test$n || ret=1
45
$DIG $
DIGOPTS
a b.wild.nsec @10.53.0.3 >dig.out.ns3.test$n || ret=1
54
$DIG $
DIGOPTS
+cd a b.wild.nsec @10.53.0.5 >dig.out.ns5.test$n || ret=1
63
$DIG $
DIGOPTS
a b.wild.nsec @10.53.0.4 >dig.out.ns4.test$n || ret=1
72
$DIG $
DIGOPTS
a b.wild.private.nsec @10.53.0.3 >dig.out.ns3.test$n || ret=1
81
$DIG $
DIGOPTS
a b.wild.private.nsec @10.53.0.4 >dig.out.ns4.test$n || ret=1
90
$DIG $
DIGOPTS
a b.wild.nsec3 +norec @10.53.0.1 >dig.out.ns1.test$n || ret=1
98
$DIG $
DIGOPTS
a b.wild.nsec3 @10.53.0.2 >dig.out.ns2.test$n || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/chain/
tests.sh
18
DIGOPTS
="-p ${PORT}"
25
$DIG $
DIGOPTS
"@${SERVER}" "${COMMAND_ARGS}.${COMMAND}._control." TXT +time=5 +tries=1 +tcp >/dev/null 2>&1
34
$DIG $
DIGOPTS
a.short-dname.example @10.53.0.2 a >dig.out.ns2.short || ret=1
43
$DIG $
DIGOPTS
a.short-dname.example @10.53.0.7 a >dig.out.ns4.short || ret=1
51
$DIG $
DIGOPTS
a.long-dname.example @10.53.0.2 a >dig.out.ns2.long || ret=1
60
$DIG $
DIGOPTS
a.long-dname.example @10.53.0.7 a >dig.out.ns4.long || ret=1
68
$DIG $
DIGOPTS
01234567890123456789012345678901234567890123456789.longlonglonglonglonglonglonglonglonglonglonglonglonglonglong.longlonglonglonglonglonglonglonglonglonglonglonglonglonglong.longlonglonglonglonglonglonglonglonglonglonglonglonglonglong.long-dname.example @10.53.0.2 a >dig.out.ns2.toolong || ret=1
77
$DIG $
DIGOPTS
01234567890123456789012345678901234567890123456789.longlonglonglonglonglonglonglonglonglonglonglonglonglonglong.longlonglonglonglonglonglonglonglonglonglonglonglonglonglong.longlonglonglonglonglonglonglonglonglonglonglonglonglonglong.long-dname.example @10.53.0.7 a >dig.out.ns4.cachedtoolong || ret=1
87
$DIG $
DIGOPTS
01234567890123456789012345678901234567890123456789.longlonglonglonglonglonglonglonglonglonglonglonglonglonglong.longlonglonglonglonglonglonglonglonglonglonglonglonglonglong.longlonglonglonglonglonglonglonglonglonglonglonglonglong.toolong-dname.example @10.53.0.7 a >dig.out.ns4.uncachedtoolong || ret=1
138
$DIG $
DIGOPTS
@10.53.0.2 cname.wildcard-secure.example A +norec +dnssec >dig.out.2.$n 2>&1 || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/acl/
tests.sh
18
DIGOPTS
="+tcp +noadd +nosea +nostat +noquest +nocomm +nocmd -p ${PORT}"
27
$DIG $
DIGOPTS
tsigzone. \
36
$DIG $
DIGOPTS
tsigzone. \
49
$DIG $
DIGOPTS
tsigzone. \
58
$DIG $
DIGOPTS
tsigzone. \
66
$DIG $
DIGOPTS
tsigzone. \
81
$DIG $
DIGOPTS
tsigzone. \
90
$DIG $
DIGOPTS
tsigzone. \
99
$DIG $
DIGOPTS
tsigzone. \
108
$DIG $
DIGOPTS
tsigzone.
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/addzone/
tests.sh
18
DIGOPTS
="+tcp +nosea +nostat +nocmd +norec +noques +noauth +noadd +nostats +dnssec -p ${PORT}"
32
$DIG $
DIGOPTS
@10.53.0.2 a.normal.example a >dig.out.ns2.$n || ret=1
43
$DIG $
DIGOPTS
@10.53.0.2 a.previous.example a >dig.out.ns2.$n || ret=1
62
$DIG $
DIGOPTS
@10.53.0.2 a.added.example a >dig.out.ns2.$n \
94
$DIG $
DIGOPTS
@10.53.0.2 "a.32/1.0.0.127-in-addr.added.example" a >dig.out.ns2.$n \
107
$DIG $
DIGOPTS
@10.53.0.2 "a.foo\"bar.example" a >dig.out.ns2.$n \
118
$DIG $
DIGOPTS
+all @10.53.0.2 a.missing.example a >dig.out.ns2.pre.$n || ret=1
122
$DIG $
DIGOPTS
+all @10.53.0.2 a.missing.example a >dig.out.ns2.post.$n || ret=1
160
$DIG $
DIGOPTS
@10.53.0.2 a.previous.example a >dig.out.ns2.$n \
195
$DIG $
DIGOPTS
@10.53.0.2 a.added.example a >dig.out.ns2.$n
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/auth/
tests.sh
18
DIGOPTS
="+tcp -p ${PORT}"
28
$DIG $
DIGOPTS
@10.53.0.2 soa $zone >dig.out.test$n || ret=1
44
$DIG $
DIGOPTS
+norec @10.53.0.1 www.example.com >dig.out.test$n || ret=1
55
$DIG $
DIGOPTS
+rec @10.53.0.1 www.example.com >dig.out.test$n || ret=1
66
$DIG $
DIGOPTS
+norec @10.53.0.2 www.example.com >dig.out.test$n || ret=1
77
$DIG $
DIGOPTS
@10.53.0.2 www.example.com >dig.out.test$n || ret=1
91
$DIG $
DIGOPTS
+norec @10.53.0.1 inzone.example.com >dig.out.test$n || ret=1
102
$DIG $
DIGOPTS
+rec @10.53.0.1 inzone.example.com >dig.out.test$n || ret=1
113
$DIG $
DIGOPTS
+norec @10.53.0.2 inzone.example.com >dig.out.test$n || ret=1
124
$DIG $
DIGOPTS
@10.53.0.2 inzone.example.com >dig.out.test$n || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/builtin/
tests.sh
18
DIGOPTS
="-p ${PORT}"
199
$DIG $
DIGOPTS
+short version.bind txt ch @10.53.0.1 >dig.out.ns1.$n || ret=1
209
$DIG $
DIGOPTS
+short version.bind txt ch @10.53.0.3 >dig.out.ns3.$n || ret=1
219
$DIG $
DIGOPTS
+short hostname.bind txt ch @10.53.0.1 >dig.out.ns1.$n || ret=1
229
$DIG $
DIGOPTS
+short hostname.bind txt ch @10.53.0.3 >dig.out.ns3.$n || ret=1
239
$DIG $
DIGOPTS
id.server txt ch @10.53.0.1 >dig.out.ns1.$n || ret=1
250
$DIG $
DIGOPTS
+short id.server txt ch @10.53.0.2 >dig.out.ns2.$n || ret=1
260
$DIG $
DIGOPTS
+norec +nsid foo @10.53.0.2 >dig.out.ns2.$n || ret=1
270
$DIG $
DIGOPTS
+short id.server txt ch @10.53.0.3 >dig.out.ns3.$n || ret=1
280
$DIG $
DIGOPTS
+norec +nsid foo @10.53.0.3 >dig.out.ns3.$n || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/mirror/
tests.sh
18
DIGOPTS
="-p ${PORT} -b 10.53.0.1 +dnssec +time=2 +tries=1 +multi"
82
$DIG $
DIGOPTS
@10.53.0.3 +norec verify-unsigned SOA >dig.out.ns3.test$n 2>&1 || ret=1
95
$DIG $
DIGOPTS
@10.53.0.3 +norec verify-untrusted SOA >dig.out.ns3.test$n 2>&1 || ret=1
108
$DIG $
DIGOPTS
@10.53.0.3 +norec verify-csk SOA >dig.out.ns3.test$n 2>&1 || ret=1
120
$DIG $
DIGOPTS
@10.53.0.3 +norec verify-axfr SOA >dig.out.ns3.test$n 2>&1 || ret=1
137
$DIG $
DIGOPTS
@10.53.0.3 +norec verify-axfr SOA >dig.out.ns3.test$n 2>&1 || ret=1
170
$DIG $
DIGOPTS
@10.53.0.3 +norec verify-ixfr SOA >dig.out.ns3.test$n 2>&1 || ret=1
197
$DIG $
DIGOPTS
@10.53.0.3 +norec verify-ixfr SOA >dig.out.ns3.test$n 2>&1 || ret=1
212
$DIG $
DIGOPTS
@10.53.0.3 +norec verify-load SOA >dig.out.ns3.test$n 2>&1 || ret=1
236
$DIG $
DIGOPTS
@10.53.0.3 +norec verify-load SOA >dig.out.ns3.test$n 2>&1 || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/upforwd/
tests.sh
22
DIGOPTS
="+tcp +noadd +nosea +nostat +noquest +nocomm +nocmd -p ${PORT}"
75
$DIG $
DIGOPTS
example. @10.53.0.1 axfr >dig.out.ns1.example.before || ret=1
83
$DIG $
DIGOPTS
example. @10.53.0.2 axfr >dig.out.ns2.example.before || ret=1
92
$DIG $
DIGOPTS
example. @10.53.0.3 axfr >dig.out.ns3.example.before || ret=1
128
$DIG $
DIGOPTS
example. @10.53.0.1 axfr >dig.out.ns1.example.after1 || ret=1
137
$DIG $
DIGOPTS
example. @10.53.0.2 axfr >dig.out.ns2.example.after1 || ret=1
145
$DIG $
DIGOPTS
example. @10.53.0.3 axfr >dig.out.ns3.example.after1 || ret=1
181
$DIG $
DIGOPTS
example. @10.53.0.1 axfr >dig.out.ns1.example.after2 || ret=1
190
$DIG $
DIGOPTS
example. @10.53.0.2 axfr >dig.out.ns2.example.after2 || ret=1
198
$DIG $
DIGOPTS
example. @10.53.0.3 axfr >dig.out.ns3.example.after2 || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/ixfr/
tests.sh
24
$DIG $
DIGOPTS
"@$1" "$2" SOA >"$4"
32
DIGOPTS
="+tcp +noadd +nosea +nostat +noquest +nocomm +nocmd -p ${PORT}"
76
$DIG $
DIGOPTS
@10.53.0.1 nil. TXT | grep 'initial AXFR' >/dev/null || ret=1
109
$DIG $
DIGOPTS
@10.53.0.1 nil. TXT | grep 'successful IXFR' >/dev/null || ret=1
144
$DIG $
DIGOPTS
@10.53.0.1 nil. TXT | grep 'fallback AXFR' >/dev/null || ret=1
182
$DIG $
DIGOPTS
@10.53.0.1 nil. TXT | grep 'AXFR on too many records' >/dev/null || ret=1
226
$DIG $
DIGOPTS
+tries=1 +time=1 @10.53.0.1 test.nil. TXT >dig.out.test$n.1 \
242
$DIG $
DIGOPTS
test.nil. TXT @10.53.0.1 >dig.out.test$n.2 || ret=1
360
$DIG $
DIGOPTS
+notcp ixfr=1 test @10.53.0.4 >dig.out1.test$n || ret=1
361
$DIG $
DIGOPTS
ixfr=1 +notcp test @10.53.0.4 >dig.out2.test$n || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/inline/
tests.sh
18
DIGOPTS
="+tcp +dnssec -p ${PORT}"
22
$DIG $
DIGOPTS
"$@"
30
$DIG $
DIGOPTS
"@$1" "$2" SOA >"$4"
41
nsec3param=$($DIG $
DIGOPTS
+nodnssec +short @10.53.0.3 nsec3param nsec3.) || ret=1
61
$DIG $
DIGOPTS
@10.53.0.3 axfr nsec3. \
70
$DIG $
DIGOPTS
@10.53.0.3 bits. AXFR >dig.out.ns3.test$n || return 1
81
$DIG $
DIGOPTS
@10.53.0.3 +noall +answer +dnssec expired SOA >dig.out.ns3.test$n || ret=1
112
$DIG $
DIGOPTS
@10.53.0.6 bits TYPE65534 >dig.out.ns6.test$n || ret=1
141
$DIG $
DIGOPTS
@10.53.0.6 bits TYPE65534 >dig.out.ns6.test$n || ret=1
160
$DIG $
DIGOPTS
@10.53.0.2 added.bits A >dig.out.ns2.test$n || ret=
[
all
...]
Completed in 36 milliseconds
1
2
Indexes created Sat Feb 28 05:31:39 UTC 2026