| /src/external/bsd/unbound/dist/contrib/ |
| build-unbound-localzone-from-hosts.pl | 12 open( ZONE,">${localzonefile}" ) or die( "Could not open ${localzonefile}: $!" ); 14 print ZONE "server:\n\n"; 15 print ZONE "local-zone: \"${localzone}\" transparent\n\n"; 40 print ZONE "local-data-ptr: \"$ip $entry\"\n"; 52 print ZONE "local-data: \"$entry ${a} $ip\"\n"; 57 print ZONE "\n";
|
| /src/external/mpl/bind/dist/bin/tests/system/nsec3_answer/ |
| tests_nsec3.py | 46 ZONE = isctest.name.ZoneAnalyzer.read_path( 78 sorted(ZONE.reachable - ZONE.get_names_with_type(dns.rdatatype.CNAME)) 90 suffix=(ZONE.delegations - ZONE.get_names_with_type(dns.rdatatype.DS)) 116 assume(qname not in ZONE.all_existing_names) 124 ZONE.reachable_delegations.union(ZONE.reachable_dnames), 136 wname = ZONE.source_of_synthesis(qname) 137 assume(wname not in ZONE.reachable_wildcards [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/nsupdate/ans11/ |
| ans.py | 15 Serves a minimal zone "sigaxfr.nil." whose AXFR carries two SIG records 40 ZONE = dns.name.from_text("sigaxfr.nil.") 63 ZONE, 3600, dns.rdataclass.IN, dns.rdatatype.SOA, SOA_TEXT 83 ZONE, 3600, dns.rdataclass.IN, dns.rdatatype.NS, str(NS_NAME)
|
| /src/external/mpl/bind/dist/bin/tests/system/ |
| conf.sh | 214 # For a given zone ($1), algorithm number ($2) and key file ($3), print the 412 # reloading single zone is synchronous, if we're reloading whole server 482 # statistics for the last transfer for peer $2 and zone $3 (from a log 488 ZONE="$(echo $3 | sed 's/\./\\./g')" 491 | sed -n "s/.* '${ZONE}\/.* \([0-9][0-9]*\) messages.*/messages=\1/p" | tail -1 493 | sed -n "s/.* '${ZONE}\/.* \([0-9][0-9]*\) records.*/records=\1/p" | tail -1 495 | sed -n "s/.* '${ZONE}\/.* \([0-9][0-9]*\) bytes.*/bytes=\1/p" | tail -1
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| xgettext-java-2 | 79 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| dnsextd_parser.y | 117 %token ZONE 236 ZONE QUOTEDSTRING zonecontent 258 ZONE QUOTEDSTRING IN zonecontent 431 DNSZone * zone; 439 // Tear down the current zone specifiers 441 zone = d->zones; 443 while ( zone ) 445 DNSZone * next = zone->next; 447 key = zone->updateKeys; 458 key = zone->queryKeys [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/ |
| tests_cname_rejection.py | 22 import dns.zone namespace 35 flags=Flag.ZONE | Flag.SEP, 38 zone = dns.zone.from_file(db_in, origin=origin) 39 with zone.writer() as txn: 41 zone=zone, 48 zone.to_file(signed_out) 159 'secure.' is a properly signed zone (so validation reaches the DS query),
|
| /src/external/mpl/dhcp/dist/includes/ |
| dhctoken.h | 257 ZONE = 456,
|
| /src/external/mpl/dhcp/dist/keama/ |
| dhctoken.h | 261 ZONE = 456,
|
| conflex.c | 1550 return ZONE;
|
| parse.c | 1611 struct element *zone; local 2015 case ZONE: 2017 zone = createMap(); 2018 zone->skip = ISC_TRUE; 2020 mapSet(result, zone, "zone"); 2032 mapSet(zone, createString(s), "name"); 2033 if (!parse_zone(zone, cfile)) 2089 /* zone-statements :== zone-statement [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/dnssec_malformed_dnskey/ |
| tests_malformed_dnskey.py | 25 import dns.zone namespace 38 flags=Flag.ZONE | Flag.SEP, 68 zone = dns.zone.from_file("ns2/example.db.in", origin="example.") 78 # sign the zone (including the malformed ZSKs) with KSK 79 with zone.writer() as txn: 81 zone=zone, 92 malformed_rrset = zone.get_rdataset("malformed-dnskey", "RRSIG", "A") 98 multiple_rrset = zone.get_rdataset("multiple-rrsigs", "RRSIG", "A" [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/rpzrecurse/ |
| tests.sh | 77 cat $FCONF | grep 'zone ' | grep ' primary' | while read LINE; do 78 ZONE=$(echo $LINE | sed 's/.*zone "//g' | awk -F '"' '{print $1}') 80 cat ns2/$DBFILE | grep -E -v '^;' | grep -E '\<(A|CNAME)\>' | awk -v zone=$ZONE '{ 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 86 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_FIL [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/rpz/ |
| tests.sh | 123 # set $SN to the SOA serial number of a zone 146 FZONES=$(sed -n -e 's/^zone "\(.*\)".*\(10.53.0..\).*/Z=\1;M=\2/p' dnsrps.zones) 169 # check the serial number in an SOA to ensure that a policy zone has 196 for ZONE in bl0 bl1 bl2 bl3 bl4 bl5 bl6 bl7 bl8 bl9 bl10 bl11 bl12 bl13 bl14 bl15 bl16 bl17 bl18 bl19; do 197 produce_librpz_rules ns5 $ZONE bl 207 echo_i "failed to update policy zone with $TEST_FILE" 305 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 493 # ensure that the fast-expire zone is populated before we begin testin [all...] |
| /src/external/mpl/dhcp/dist/common/ |
| conflex.c | 1572 return ZONE;
|
| parse.c | 1117 "Time zone offset or semicolon expected."); 2118 struct dns_zone *zone; local 2671 case ZONE: 2673 zone = (struct dns_zone *)0; 2674 if (!dns_zone_allocate (&zone, MDL)) 2675 log_fatal ("no memory for new zone."); 2676 zone -> name = parse_host_name (cfile); 2677 if (!zone -> name) { 2682 dns_zone_dereference (&zone, MDL); 2685 i = strlen (zone -> name) [all...] |