OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:delv
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mpl/bind/bin/delv/
Makefile
5
PROG=
delv
6
SRCS=
delv
.c
9
DIST=${IDIST}/bin/
delv
/src/external/mpl/bind/bin/
Makefile
4
confgen
delv
/src/external/mpl/bind/dist/bin/tests/system/digdelv/
tests.sh
64
# use
delv
insecure mode by default, as we're mostly not testing dnssec
66
"$
DELV
" +noroot -p "$PORT" "$@"
1396
if [ -x "$
DELV
" ]; then
1398
echo_i "checking
delv
short form works ($n)"
1400
delv_with_opts @10.53.0.3 +short a a.example >
delv
.out.test$n || ret=1
1401
test "$(wc -l <
delv
.out.test$n)" -eq 1 || ret=1
1406
echo_i "checking
delv
split width works ($n)"
1408
delv_with_opts @10.53.0.3 +split=4 -t sshfp foo.example >
delv
.out.test$n || ret=1
1409
grep " 9ABC DEF6 7890 " <
delv
.out.test$n >/dev/null || ret=1
1410
check_ttl_range
delv
.out.test$n "SSHFP" 300 || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/dnssec/
tests.sh
37
"$
DELV
" -a ns1/trusted.conf -p "$PORT" "$@"
236
if [ -x "${
DELV
}" ]; then
239
delv_with_opts @10.53.0.4 a a.example >
delv
.out$n || ret=1
240
grep "a.example..*10.0.0.1"
delv
.out$n >/dev/null || ret=1
241
grep "a.example..*.RRSIG.A [0-9][0-9]* 2 300 .*"
delv
.out$n >/dev/null || ret=1
248
"$
DELV
" -a ns1/trusted.keys -p "$PORT" @10.53.0.4 a a.example >
delv
.out$n || ret=1
249
grep "a.example..*10.0.0.1"
delv
.out$n >/dev/null || ret=1
250
grep "a.example..*.RRSIG.A [0-9][0-9]* 2 300 .*"
delv
.out$n >/dev/null || ret=1
268
if [ -x "${
DELV
}" ]; the
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/mkeys/
tests.sh
24
"$
DELV
" -a ns1/trusted.conf -p "${PORT}" "$@"
118
if [ -x "$
DELV
" ]; then
121
echo_i "check positive validation using
delv
($n)"
122
delv_with_opts @10.53.0.1 txt example >
delv
.out$n || ret=1
123
grep "; fully validated"
delv
.out$n >/dev/null || ret=1 # redundant
124
grep "example..*TXT.*This is a test"
delv
.out$n >/dev/null || ret=1
125
grep "example..*.RRSIG..*TXT"
delv
.out$n >/dev/null || ret=1
Completed in 20 milliseconds
Indexes created Sun Jun 28 00:24:58 UTC 2026