/bind-9.11.3/bin/tests/system/dnssec/ |
H A D | dnssec_update_test.pl | 60 my ($expected, @records) = @_; 64 foreach $rec (@records) {
|
/bind-9.11.3/bin/tests/system/stress/ |
H A D | update.pl | 20 # has no NS records to begin with, or alternatively has a 65 my ($expected, @records) = @_; 69 foreach $rec (@records) {
|
/bind-9.11.3/contrib/dlz/modules/bdbhpt/testing/ |
H A D | bdbhpt-populate.pl | 25 usage('Please specify an input records file.'); 35 my $records = []; 37 populate_records(records=>$records, input_file=>$input_file, unique_names=>$unique_names); 51 foreach my $r (@$records) { 130 print STDERR "\tinput-file: The input text-file containing records to populate within your zones\n\n"; 136 my $records = $args{records}; 153 push @$records, $record; 195 # Lets do some data validation for the records whic [all...] |
/bind-9.11.3/bin/tests/system/xfer/ns6/ |
H A D | named.conf | 56 max-records 30; 63 max-records 30;
|
/bind-9.11.3/bin/tests/system/checkconf/ |
H A D | check-dup-records-fail.conf | 13 zone "check-dup-records" { 15 file "check-dup-records.db"; 16 check-dup-records fail;
|
H A D | tests.sh | 272 echo "I: check that check-dup-records fails as configured ($n)" 274 $CHECKCONF -z check-dup-records-fail.conf > checkconf.out$n 2>&1 && ret=1 275 grep "has semantically identical records" checkconf.out$n > /dev/null || ret=1 276 grep "zone check-dup-records/IN: loaded serial" < checkconf.out$n > /dev/null && ret=1
|
/bind-9.11.3/bin/tests/system/wildcard/ns1/ |
H A D | named.conf | 35 * have seperate NSEC3 records for the "no qname proof" and the
|
/bind-9.11.3/bin/tests/system/nsupdate/ns3/ |
H A D | named.conf | 72 max-records 3;
|
/bind-9.11.3/bin/tests/system/tsiggss/ns1/ |
H A D | named.conf | 46 /* we need to use check-names ignore so _msdcs A records can be created */
|
/bind-9.11.3/contrib/dlz/example/ |
H A D | named.conf | 22 * By default, when run, the zone contains the following records:
|
/bind-9.11.3/bin/tests/system/ |
H A D | genzone.sh | 46 ; see NS records at top of file
|
/bind-9.11.3/bin/tests/system/nsupdate/ |
H A D | update_test.pl | 20 # zone has no NS records to begin with, or alternatively has a 65 my ($expected, @records) = @_; 69 foreach $rec (@records) { 218 # support WKS records. 252 # Other ways of deleting NS records should also fail at the apex 358 # support multiple strings in TXT records.
|
/bind-9.11.3/contrib/scripts/ |
H A D | check5011.pl | 138 DNSKEY records using B<dig> and compares them to the trust anchors.
|
/bind-9.11.3/lib/dns/ |
H A D | xfrin.c | 141 unsigned int nrecs; /*%< Number of records recvd */ 145 records set for the zone */ 312 isc_uint64_t records; local 318 result = dns_db_getsize(xfr->db, xfr->ver, &records, NULL); 319 if (result == ISC_R_SUCCESS && records > xfr->maxrecords) { 410 isc_uint64_t records; local 419 result = dns_db_getsize(xfr->db, xfr->ver, &records, NULL); 420 if (result == ISC_R_SUCCESS && records > xfr->maxrecords) { 497 * Skip other records in the answer section. 601 * Old BINDs sent cross class A records fo [all...] |
H A D | db.c | 672 * Mark as stale all records at 'node' which expire at or before 'now'. 1007 dns_db_getsize(dns_db_t *db, dns_dbversion_t *version, isc_uint64_t *records, argument 1014 return ((db->methods->getsize)(db, version, records, bytes));
|
H A D | rbtdb.c | 413 * records that would have otherwise have expired. 640 * records and bytes are covered by rwlock. 643 isc_uint64_t records; member in struct:rbtdb_version 1532 version->records = rbtdb->current_version->records; 2552 * Walk the origin node looking for NSEC3PARAM records. 2747 * records that were changed in this 2753 * changed records for things that 3906 * records. Perhaps they lacked signature records 8130 getsize(dns_db_t *db, dns_dbversion_t *version, isc_uint64_t *records, isc_uint64_t *bytes) argument [all...] |
/bind-9.11.3/lib/dns/include/dns/ |
H A D | db.h | 193 isc_uint64_t *records, isc_uint64_t *bytes); 488 * suitable for loading records into 'db' from a raw or text zone 785 * additional records will be returned. Only caches can have 805 * have NSEC records, and these will be returned when appropriate. This 817 * set NSEC3 records will not be found. 819 * \li To respond to a query for SIG records, the caller should create a 936 * resource records. 1054 * Mark as stale all records at 'node' which expire at or before 'now'. 1496 * or this zone does not have NSEC3 records. 1500 dns_db_getsize(dns_db_t *db, dns_dbversion_t *version, isc_uint64_t *records, [all...] |
H A D | zone.h | 78 #define DNS_ZONEOPT_CHECKDUPRR 0x20000000U /*%< check-dup-records */ 79 #define DNS_ZONEOPT_CHECKDUPRRFAIL 0x40000000U /*%< fatal check-dup-records failures */ 80 #define DNS_ZONEOPT_CHECKSPF 0x80000000U /*%< check SPF records */ 319 dns_zone_setmaxrecords(dns_zone_t *zone, isc_uint32_t records); 321 * Sets the maximim number of records permitted in a zone. 334 * Gets the maximim number of records permitted in a zone. 1416 * * some NS records must exist.
|
/bind-9.11.3/bin/named/ |
H A D | update.c | 886 * If we're deleting all records, it's ok to delete RRSIG and NSEC even 1214 * to the special RFC2136 rules for CNAME, SOA, and WKS records. 1270 * Replace NSEC3PARAM records that only differ by the 1646 * DS records are not allowed to exist without corresponding NS records, 1689 * This implements the post load integrity checks for mx records. 1775 "%s/MX '%s' has no address records " 2093 * Any NSEC3PARAM records with flags other than OPTOUT named 2295 * Allow records which indicate that a zone has been 2326 * Add records t 2505 isc_uint64_t records; local [all...] |
/bind-9.11.3/ |
H A D | configure | 1745 --enable-filter-aaaa enable filtering of AAAA records [default=no]
|