HomeSort by: relevance | last modified time | path
    Searched refs:CNAME (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns2/
sign.sh 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
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
  /src/external/mpl/bind/dist/bin/tests/system/tsiggss/ns1/
named.conf.j2 33 grant Administrator@EXAMPLE.NIL wildcard * A AAAA SRV CNAME;
35 grant "local:auth.sock" external * CNAME;
  /src/external/gpl3/gcc/dist/gcc/config/csky/
csky_opts.h 55 #define CSKY_FPU(NAME, CNAME, ISA) TARGET_FPU_##CNAME,
  /src/external/gpl3/gcc.old/dist/gcc/config/csky/
csky_opts.h 55 #define CSKY_FPU(NAME, CNAME, ISA) TARGET_FPU_##CNAME,
  /src/external/mpl/bind/dist/bin/tests/system/ssumaxtype/ns1/
named.conf.j2 31 grant ddns-key subdomain example. CNAME A TXT(3);
  /src/external/mpl/bind/dist/bin/tests/system/cname_dname_negcache/ans2/
ans.py 28 # The attack relies on the resolver caching the positive CNAME/DNAME answer
101 build_rrset("a.foo.test.", rdatatype.CNAME, "a.bar.test."),
113 qnames = ["cname.foo.test."]
114 qtypes = [rdatatype.CNAME, rdatatype.A]
115 answer = [build_rrset("cname.foo.test.", rdatatype.CNAME, "cname.foo.test.")]
118 "cname.foo.test.",
127 if qctx.qtype == rdatatype.CNAME:
  /src/external/mpl/bind/dist/bin/tests/system/serve_stale/ns7/
named.conf.j2 28 # Cap the resolver timeout so the stale-CNAME checks that force a
named1.conf.j2 28 # Cap the resolver timeout so the stale-CNAME checks that force a
  /src/external/mpl/bind/dist/bin/tests/system/
genzone.sh 61 cname01 CNAME cname-target.
62 cname02 CNAME cname-target
63 cname03 CNAME .
  /src/external/mpl/bind/dist/bin/tests/system/rpzrecurse/
testgen.pl 58 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...]
  /src/external/mpl/bind/dist/bin/tests/system/resolver/ans3/
ans.py 58 answer = [rrset(qnames[0], dns.rdatatype.CNAME, "badcname.example.org.")]
68 qnames = ["cname.sub.example.org."]
69 answer = [rrset(qnames[0], dns.rdatatype.CNAME, "ok.sub.example.org.")]
104 answer = [rrset(qnames[0], dns.rdatatype.CNAME, "goodcname.example.org.")]
140 rrset(qctx.qname, dns.rdatatype.CNAME, cname_target)
  /src/external/mpl/bind/dist/bin/tests/system/chain/ans3/
ans.py 46 For certain trigger QNAMEs, insert a DNAME RRset after the CNAME chain
61 assert last_cname.rdtype == dns.rdatatype.CNAME
100 dns.rdatatype.CNAME,
  /src/external/mpl/bind/dist/bin/tests/system/cname_recursion/
tests_cname_recursion.py 14 where the answer is a CNAME pointing to a name outside of that zone, must
15 recurse to resolve the CNAME target and return the complete chain.
22 restarted query for the CNAME target could not recurse and the response
23 contained only the CNAME record without the target's address record.
44 cname = res.get_rrset(
48 dns.rdatatype.CNAME,
50 assert cname is not None, "CNAME missing from the answer section"
58 assert answer is not None, "CNAME target not resolved (partial response)"
  /src/external/mpl/bind/dist/bin/tests/system/rpz/
setup.sh 31 # bl-{given,disabled,passthru,no-data,nxdomain,cname,wildcard,garden,
34 for NM in '' -2 -given -disabled -passthru -no-op -nodata -nxdomain -cname -wildcname -garden -drop -tcp-only; do
41 cp ns3/evil-cname.db.in ns3/evil-cname.db
42 cp ns3/wild-cname.db.in ns3/wild-cname.db
106 a3-5.tld2 CNAME .
108 a3-5.tld2s CNAME .
113 ns1.x.rpz-nsdname CNAME .
tests.sh 315 cat $ZONEFILE | grep -E -v '^;' | grep -E '\<(A|CNAME)\>' | awk -v zone=$2 '{ if (NF == 4) {print "static add "$1"."zone" "$2" "$3" "$4} else if (NF == 3) {print "static add "$1"."zone" 300 "$2" "$3}}' >>$DNSRPS_TEST_UPDATE_FILE
395 | sed -e 's/^[a-z].* IN CNAME /;xxx &/' \
407 | sed -e 's/^[a-z].* IN CNAME /;xxx &/' >$DIGNM
478 update $2 $3 IN CNAME .
479 update $2 $4 IN CNAME .
517 nxdomain a4-2.tld2 # 6 rewrite based on CNAME target
518 nxdomain a4-2-cname.tld2 # 7
519 nodata a4-3-cname.tld2 # 8
522 addr 12.12.12.12 nxc1.sub1.tld2 # 11 replace NXDOMAIN with CNAME
523 addr 12.12.12.12 nxc2.sub1.tld2 # 12 replace NXDOMAIN with CNAME chai
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/tsiggss/
tests.sh 114 echo_i "testing external update policy (CNAME) ($n)"
116 test_update $n testcname.example.nil. CNAME "86400 CNAME testdenied.example.nil" "testdenied" >/dev/null && ret=1
121 echo_i "testing external update policy (CNAME) with auth sock ($n)"
123 ($PERL "${TOP_SRCDIR}/bin/tests/system/authsock.pl" --type=CNAME --path=ns1/auth.sock --pidfile=authsock.pid --timeout=120 >/dev/null 2>&1 &) &
125 test_update $n testcname.example.nil. CNAME "86400 CNAME testdenied.example.nil" "testdenied" || ret=1
142 update add fred.example.nil 120 cname foo.bar.
145 output=$($DIG $DIGOPTS +short cname fred.example.nil.)
  /src/external/mpl/bind/dist/bin/tests/system/bailiwick/ans2/
ans.py 88 dns.rdatatype.CNAME,
  /src/external/mpl/bind/dist/bin/tests/system/chain/ans4/
ans.py 79 self._current_label = dns.name.Name([f"cname{self._i}"])
176 response = self.create_rrset(owner, dns.rdatatype.CNAME, target)
194 cname_owner, dns.rdatatype.CNAME, cname_target
212 response = self.create_rrset(owner, dns.rdatatype.CNAME, target)
234 CNAME = CnameRecordGenerator
260 - `cname`: CNAME from the current name to a new one in the same domain,
261 - `dname`: DNAME to a new domain, plus a synthesized CNAME,
262 - `xname`: "external" CNAME, to a new name in a new domain.
267 Example: `xname.dname.cname` represents a CNAME to an external domain whic
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/resolver/ans2/
ans.py 58 rrset(qname, dns.rdatatype.CNAME, f"{qname}"),
65 # Data for the "cname + other data / 1" test
72 # Data for the "cname + other data / 2" test: same RRs in opposite order
  /src/external/mpl/bind/dist/bin/tests/system/outofzone_zonecut/
tests_outofzone_zonecut.py 101 dns.rdatatype.CNAME,
  /src/external/mpl/bind/dist/bin/tests/system/nsupdate/ns1/
named.conf.j2 165 grant "local:auth.sock" external * CNAME;
  /src/external/historical/nawk/dist/
awk.h 192 #define CNAME 3
  /src/external/mpl/bind/dist/bin/tests/system/serve_stale/
serve_stale_ans.py 50 def cname(owner: str, target: str, ttl: int) -> dns.rrset.RRset: function
51 return rrset(owner, ttl, dns.rdatatype.CNAME, target)
191 answer=[cname(owner, target, ttl=ttl)],
202 answer=[cname(owner, target, ttl=ttl)],
  /src/external/mpl/bind/dist/bin/tests/system/dnssec_py/
tests_nsec3_answer.py 103 sorted(ZONE.reachable - ZONE.get_names_with_type(dns.rdatatype.CNAME))
171 @given(qname=sampled_from(sorted(ZONE.get_names_with_type(dns.rdatatype.CNAME))))
173 """CNAME which terminates by NXDOMAIN, no wildcards involved"""
  /src/external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/ans2/
ans.py 32 # 'example.' answers DNSKEY/NSEC/NSEC3/RRSIG queries with a CNAME (the
33 # meta-types whose CNAME answer the resolver and validator must cope with).
37 # CNAME: the input that drove the validator's insecurity proof into a
51 def cname(owner: dns.name.Name, target: str) -> dns.rrset.RRset: function
53 owner, 300, dns.rdataclass.IN, dns.rdatatype.CNAME, target
91 Answer with a CNAME instead of the real records.
98 target = f"cname-target.{qctx.qname.to_text()}"
99 qctx.response.answer.append(cname(qctx.qname, target))

Completed in 30 milliseconds

1 2