Searched refs:CNAME (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns2/
H A Dsign.sh33 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
37 echo bad-is-ta CNAME root-key-sentinel-is-ta-$badid >>$zonefile
38 echo bad-not-ta CNAME root-key-sentinel-not-ta-$badid >>$zonefile
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky_opts.h55 #define CSKY_FPU(NAME, CNAME, ISA) TARGET_FPU_##CNAME,
H A Dcsky.c244 #define CSKY_FPU(NAME, CNAME, ISA) \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky_opts.h55 #define CSKY_FPU(NAME, CNAME, ISA) TARGET_FPU_##CNAME,
H A Dcsky.cc307 #define CSKY_FPU(NAME, CNAME, ISA) \
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dgenzone.sh61 cname01 CNAME cname-target.
62 cname02 CNAME cname-target
63 cname03 CNAME .
/netbsd-current/external/mpl/bind/dist/bin/tests/system/rpzrecurse/
H A Dtestgen.pl58 return "32.1.0.0.127.rpz-client-ip CNAME .\n";
63 return sprintf "q%02d.l2.l1.l0 CNAME .\n", $query_nbr;
67 return "32.255.255.255.255.rpz-ip CNAME .\n";
71 return "ns.example.org.rpz-nsdname CNAME .\n";
75 return "32.255.255.255.255.rpz-ip CNAME .\n";
270 32.1.0.0.127.rpz-client-ip CNAME .
272 qX.l2.l1.l0 CNAME .
274 32.255.255.255.255.rpz-ip CNAME .
276 ns.example.org.rpz-nsdname CNAME .
278 32.255.255.255.255.rpz-nsip CNAME
[all...]
H A Dtests.sh257 echo_i "running dig to cache CNAME record (${t})"
259 $DIG $DIGOPTS @10.53.0.2 -p ${PORT} www.test.example.org CNAME >dig.out.${t}
271 echo_i "running dig to follow CNAME (blocks, so runs in the background) (${t})"
299 echo_i "running dig to cache CNAME record (${t})"
301 $DIG $DIGOPTS @10.53.0.2 -p ${PORT} www.test.example.org CNAME >dig.out.${t}
312 echo_i "running dig to follow CNAME (blocks, so runs in the background) (${t})"
/netbsd-current/external/mpl/bind/dist/bin/tests/system/rpz/
H A Dsetup.sh138 a3-5.tld2 CNAME .
140 a3-5.tld2s CNAME .
145 ns1.x.rpz-nsdname CNAME .
H A Dtests.sh373 | sed -e 's/^[a-z].* IN CNAME /;xxx &/' \
385 | sed -e 's/^[a-z].* IN CNAME /;xxx &/' >$DIGNM
456 update $2 $3 IN CNAME .
457 update $2 $4 IN CNAME .
534 nxdomain a4-2.tld2 # 6 rewrite based on CNAME target
539 addr 12.12.12.12 nxc1.sub1.tld2 # 11 replace NXDOMAIN with CNAME
540 addr 12.12.12.12 nxc2.sub1.tld2 # 12 replace NXDOMAIN with CNAME chain
544 addr 56.56.56.56 a3-6.tld2 # 16 wildcard CNAME
545 addr 57.57.57.57 a3-7.sub1.tld2 # 17 wildcard CNAME
546 addr 127.0.0.16 a4-5-cname3.tld2 # 18 CNAME chai
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/tsiggss/
H A Dtests.sh111 echo_i "testing external update policy (CNAME) ($n)"
113 test_update $n testcname.example.nil. CNAME "86400 CNAME testdenied.example.nil" "testdenied" >/dev/null && ret=1
118 echo_i "testing external update policy (CNAME) with auth sock ($n)"
120 $PERL ./authsock.pl --type=CNAME --path=ns1/auth.sock --pidfile=authsock.pid --timeout=120 >/dev/null 2>&1 &
122 test_update $n testcname.example.nil. CNAME "86400 CNAME testdenied.example.nil" "testdenied" || ret=1
/netbsd-current/external/mpl/bind/dist/bin/tests/system/chain/ans4/
H A Dans.py45 # example: xname, dname, cname represents a CNAME to an external
47 # CNAME pointing to yet another domain, which is then answered
48 # by a CNAME within the same domain, and finally an answer
182 print("add external CNAME %s to %s" % (owner, target))
183 answers.append(dns.rrset.from_text(owner, ttl, IN, CNAME, target))
184 rrsig = "CNAME 5 3 %d %s %s 12345 %s %s" % (
191 print("add external RRISG(CNAME) %s to %s" % (owner, target))
202 print("add CNAME %s to %s" % (owner, target))
203 answers.append(dns.rrset.from_text(owner, ttl, IN, CNAME, target))
204 rrsig = "CNAME
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/serve-stale/ans2/
H A Dans.pl34 # If slow_response is set, a lookup for the CNAME target (target.example) is
69 my $CNAME = "cname.example 7 IN CNAME target.example";
71 my $SHORTCNAME = "shortttl.cname.example 1 IN CNAME longttl.target.example";
167 my $rr = new Net::DNS::RR($CNAME);
/netbsd-current/external/historical/nawk/dist/
H A Dawk.h184 #define CNAME 3 macro
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/testing/
H A Dbdbhpt-populate.pl181 my @TYPES = qw/A AAAA AFSDB APL CERT CNAME DHCID DLV DNAME DNSKEY DS HIP IPSECKEY KEY KX LOC MX NAPTR NS NSEC NSEC3 NSEC3PARAM PTR RRSIG RP SIG SOA SPF SRV SSHFP TA TKEY TLSA TSIG TXT/;
/netbsd-current/external/mpl/bind/dist/bin/tests/system/checkzone/
H A Dtests.sh205 lines=$(grep -c CNAME test.out.$n)
/netbsd-current/external/mpl/bind/dist/fuzz/isc_lex_getmastertoken.in/
H A Dnamed.conf69 // than one CNAME RR. This use
415 grant root.domain.subdomain host.domain.A MX CNAME;
554 * cname messages like "XX points to a CNAME"
/netbsd-current/external/mpl/bind/dist/fuzz/isc_lex_gettoken.in/
H A Dnamed.conf69 // than one CNAME RR. This use
415 grant root.domain.subdomain host.domain.A MX CNAME;
554 * cname messages like "XX points to a CNAME"
/netbsd-current/external/mpl/bind/dist/bin/tests/system/verify/zones/
H A Dgenzones.sh99 aba CNAME FOO
/netbsd-current/external/mpl/bind/dist/bin/tests/system/digdelv/
H A Dtests.sh91 "$NSLOOKUP" -q=CNAME -timeout=1 "-port=$PORT" foo.bar 10.53.0.7 >nslookup.out.test$n 2>&1 && ret=1
103 "$HOST" -W 1 -t CNAME -p $PORT foo.bar 10.53.0.7 >host.out.test$n 2>&1 && ret=1

Completed in 494 milliseconds