Home
last modified time | relevance | path

Searched refs:zonefile (Results 1 – 25 of 128) sorted by relevance

123456

/netbsd-src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns1/
H A Dsign.sh19 zonefile=example.db
22 cat "$infile" "$keyname.key" >"$zonefile"
23 echo insecure NS ns1.insecure >>"$zonefile"
24 echo ns1.insecure A 10.53.0.1 >>"$zonefile"
26 $SIGNER -P -o $zone $zonefile >/dev/null
30 zonefile=insecure.example.db
33 cat "$infile" "$keyname.key" >"$zonefile"
35 $SIGNER -P -o $zone $zonefile >/dev/null
39 zonefile=dnamed.db
42 cat "$infile" "$keyname.key" >"$zonefile"
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/mirror/ns2/
H A Dsign.sh21 zonefile=$zonename.db
26 cat $infile $keyname1.key $keyname2.key >$zonefile
28 $SIGNER -P -g -o $zone $zonefile >/dev/null
40 zonefile=verify-csk.db
43 cat $infile $keyname.key >$zonefile
44 $SIGNER -P -o $zone $zonefile >/dev/null
55 zonefile=verify-$variant.db
60 cat $infile $keyname1.key $keyname2.key >$zonefile
63 $SIGNER -P -o $zone $zonefile >/dev/null
64 cp $zonefile.signed $zonefile.original.signed
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns2/
H A Dsign.sh23 zonefile=example.db
28 cat $infile $keyname1.key $keyname2.key >$zonefile
29 echo root-key-sentinel-is-ta-$oldid A 10.53.0.1 >>$zonefile
30 echo root-key-sentinel-not-ta-$oldid A 10.53.0.2 >>$zonefile
31 echo root-key-sentinel-is-ta-$newid A 10.53.0.3 >>$zonefile
32 echo root-key-sentinel-not-ta-$newid A 10.53.0.4 >>$zonefile
33 echo old-is-ta CNAME root-key-sentinel-is-ta-$oldid >>$zonefile
34 echo old-not-ta CNAME root-key-sentinel-not-ta-$oldid >>$zonefile
35 echo new-is-ta CNAME root-key-sentinel-is-ta-$newid >>$zonefile
36 echo new-not-ta CNAME root-key-sentinel-not-ta-$newid >>$zonefile
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/wildcard/ns1/
H A Dsign.sh25 zonefile=nsec.db
32 cat $infile $keyname1.key $keyname2.key >$zonefile
34 $SIGNER -o $zone -f $outfile $zonefile >/dev/null 2>signer.err || cat signer.err
39 zonefile=private.nsec.db
45 cat $infile $keyname1.key $keyname2.key >$zonefile
47 $SIGNER -o $zone -f $outfile $zonefile >/dev/null 2>signer.err || cat signer.err
54 zonefile=nsec3.db
61 cat $infile $keyname1.key $keyname2.key >$zonefile
63 $SIGNER -3 - -H 10 -o $zone -f $outfile $zonefile >/dev/null 2>signer.err || cat signer.err
68 zonefile
[all...]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/resolver/ns6/
H A Dkeygen.sh20 zonefile="${zone}.db"
21 infile="${zonefile}.in"
22 cp $infile $zonefile
25 cat $ksk.key $zsk.key >>$zonefile
26 $SIGNER -P -o $zone $zonefile >/dev/null
29 zonefile="${zone}.db"
30 infile="${zonefile}.in"
31 cp $infile $zonefile
34 cat $ksk.key $zsk.key dsset-ds.example.net. >>$zonefile
35 $SIGNER -P -o $zone $zonefile >/dev/null
/netbsd-src/external/mpl/bind/dist/bin/tests/system/chain/ns2/
H A Dsign.sh17 zonefile=example.db
22 $SIGNER -S -o $zone -f $signedfile $zonefile >/dev/null
25 zonefile=wildcard-secure.db
30 $SIGNER -S -o $zone -f $signedfile $zonefile >/dev/null
33 zonefile=wildcard.db
38 $SIGNER -S -o $zone -f $signedfile $zonefile >/dev/null
41 zonefile=wildcard.db
46 $SIGNER -S -3 - -H 0 -o $zone -f $signedfile $zonefile >/dev/null
49 zonefile=wildcard.db
54 $SIGNER -S -3 - -H 0 -A -o $zone -f $signedfile $zonefile >/dev/null
/netbsd-src/external/mpl/bind/dist/bin/tests/system/nsupdate/ns3/
H A Dsign.sh18 zonefile=nsec3param.test.db
23 cat $infile $keyname1.key $keyname2.key >$zonefile
25 $SIGNER -P -3 - -H 1 -o $zone -k $keyname1 $zonefile $keyname2 >/dev/null
29 zonefile=dnskey.test.db
34 cat $infile $keyname1.key $keyname2.key >$zonefile
36 $SIGNER -P -o $zone -k $keyname1 $zonefile $keyname2 >/dev/null
40 zonefile=delegation.test.db
45 cat $infile $keyname1.key $keyname2.key >$zonefile
47 $SIGNER -A -3 - -P -o $zone -k $keyname1 $zonefile $keyname2 >/dev/null
/netbsd-src/external/mpl/bind/dist/bin/tests/system/kasp/ns2/
H A Dsetup.sh21 zonefile="${zone}.db"
22 infile="${zonefile}.in"
23 cp $infile $zonefile
27 zonefile="${zone}.db"
29 cp $infile $zonefile
33 zonefile="${zone}.db"
35 cp $infile $zonefile
/netbsd-src/external/mpl/bind/dist/bin/tests/system/dnssec/ns7/
H A Dsign.sh23 zonefile=split-rrsig.db
28 cat "$infile" "$k1.key" "$k2.key" >"$zonefile"
40 "$SIGNER" -P -3 - -A -o "$zone" -O full -f "$zonefile.unsplit" -e now-3600 -s now-7200 "$zonefile" …
44 END { print r; print "not-at-zone-apex." r; }' "$zonefile.unsplit" >"$zonefile.signed"
/netbsd-src/external/mpl/bind/dist/bin/tests/system/redirect/ns3/
H A Dsign.sh18 zonefile=signed.db
23 cat $infile $key1.key $key2.key >$zonefile
25 $SIGNER -P -g -o $zone $zonefile >/dev/null
29 zonefile=nsec3.db
34 cat $infile $key1.key $key2.key >$zonefile
36 $SIGNER -P -3 - -g -o $zone $zonefile >/dev/null
/netbsd-src/external/mpl/bind/dist/bin/tests/system/redirect/ns1/
H A Dsign.sh18 zonefile=signed.db
23 cat $infile $key1.key $key2.key >$zonefile
25 $SIGNER -P -g -o $zone $zonefile >/dev/null
29 zonefile=nsec3.db
34 cat $infile $key1.key $key2.key >$zonefile
36 $SIGNER -P -3 - -g -o $zone $zonefile >/dev/null
/netbsd-src/external/mpl/bind/dist/bin/tests/system/redirect/ns5/
H A Dsign.sh22 zonefile=signed.db
27 cat $infile $key1.key $key2.key >$zonefile
29 $SIGNER -P -g -O full -o $zone $zonefile >sign.ns5.signed.out
36 zonefile=root.db
42 cat $infile dsset-signed. $key1.key $key2.key >$zonefile
44 $SIGNER -P -g -O full -o $zone $zonefile >sign.ns5.root.out
/netbsd-src/external/mpl/bind/dist/bin/tests/system/staticstub/ns3/
H A Dsign.sh18 zonefile=example.db
26 cat $infile $keyname1.key $keyname2.key >$zonefile
28 $SIGNER -g -o $zone $zonefile >/dev/null
35 zonefile=undelegated.db
38 cat $infile $keyname1.key $keyname2.key >$zonefile
40 $SIGNER -g -o $zone $zonefile >/dev/null
/netbsd-src/external/bsd/nsd/dist/contrib/
H A Dnsd.zones2nsd.conf28 zonefile = match.group(2)
36 # This is a slave zone. Masters are listed below.""" % (zone, zonefile)
68 zonefile = match.group(2)
72 """ % (zone, zonefile)
76 zonefile = match.group(2)
82 # This is a master zone. Slaves are listed below.""" % (zone, zonefile)
/netbsd-src/external/bsd/unbound/dist/testdata/ede.tdir/
H A Dede-auth.conf14 zonefile: "bogus/dnssec-failures.test.signed"
18 zonefile: "bogus/dnskey-failures.test.signed"
22 zonefile: "bogus/nsec-failures.test.signed"
26 zonefile: "bogus/rrsig-failures.test.signed"
/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Dzt_test.c45 static FILE *zonefile, *origfile;
147 fprintf(zonefile, "\nb in b 1.2.3.4\n"); in ISC_RUN_TEST_IMPL()
148 fflush(zonefile); in ISC_RUN_TEST_IMPL()
149 fclose(zonefile); in ISC_RUN_TEST_IMPL()
178 zonefile = fopen("./zone.data", "wb"); in ISC_RUN_TEST_IMPL()
179 assert_non_null(zonefile); in ISC_RUN_TEST_IMPL()
184 fwrite(buf, 1, n, zonefile); in ISC_RUN_TEST_IMPL()
185 fflush(zonefile); in ISC_RUN_TEST_IMPL()
161 FILE *zonefile, *origfile; ISC_RUN_TEST_IMPL() local
/netbsd-src/external/mpl/bind/dist/bin/tests/system/statschannel/ns2/
H A Dsign.sh21 zonefile=dnssec.db.signed
25 "$SIGNER" -P -S -x -O full -e "now"+1s -o "$zone" -f "$zonefile" "$infile" >"signzone.out.$zone" 2>&1
33 zonefile=manykeys.db.signed
42 "$SIGNER" -P -S -x -O full -e "now"+1s -o "$zone" -f "$zonefile" "$infile" >"signzone.out.$zone" 2>&1
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Drpz_qname_override.rpl10 zonefile:
19 zonefile:
29 zonefile:
39 zonefile:
49 zonefile:
60 zonefile:
70 zonefile:
/netbsd-src/external/mpl/bind/dist/bin/tests/system/dnssec/ns6/
H A Dsign.sh23 zonefile=optout-tld.db
27 cat "$infile" "$keyname.key" >"$zonefile"
29 "$SIGNER" -z -3 - -A -o "$zone" "$zonefile" >/dev/null 2>&1
/netbsd-src/external/mpl/bind/dist/bin/tests/system/dns64/ns1/
H A Dsign.sh18 zonefile=signed.db
23 cat $infile $key1.key $key2.key >$zonefile
25 $SIGNER -P -g -o $zone $zonefile >/dev/null
/netbsd-src/external/mpl/bind/dist/bin/tests/system/staticstub/ns4/
H A Dsign.sh18 zonefile=${zone}.db
23 cat $infile $keyname1.key $keyname2.key >$zonefile
25 $SIGNER -o $zone $zonefile >/dev/null
/netbsd-src/external/mpl/bind/dist/bin/tests/system/sfcache/ns2/
H A Dsign.sh21 zonefile=example.db
26 cat "$infile" "$keyname1.key" "$keyname2.key" >"$zonefile"
28 "$SIGNER" -P -g -o "$zone" -k "$keyname1" "$zonefile" "$keyname2" >/dev/null
/netbsd-src/external/mpl/bind/dist/bin/tests/system/sfcache/ns1/
H A Dsign.sh21 zonefile=root.db
29 cat "$infile" "$keyname.key" >"$zonefile"
31 $SIGNER -P -g -o $zone $zonefile >/dev/null
/netbsd-src/external/mpl/bind/dist/bin/tests/system/forward/ns1/
H A Dsign.sh21 zonefile=root.db
28 cat "$infile" "$ksk.key" "$zsk.key" >"$zonefile"
30 "$SIGNER" -P -g -o "$zone" "$zonefile" >/dev/null 2>&1
/netbsd-src/external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns1/
H A Dsign.sh18 zonefile=root.db
24 cat $infile $keyname.key >$zonefile
26 $SIGNER -P -g -o $zone $zonefile >/dev/null

123456