head 1.1; branch 1.1.1; access; symbols bind-2-20-29:1.1.1.2 bind-9-20-27:1.1.1.1 netbsd-11-0-RELEASE:1.1.1.1.2.2 netbsd-11-0-RC7:1.1.1.1.2.2 netbsd-11-0-RC6:1.1.1.1.2.2 bind-9-20-24:1.1.1.1 netbsd-11-0-RC5:1.1.1.1.2.2 bind-9-20-23:1.1.1.1 netbsd-11-0-RC4:1.1.1.1.2.2 netbsd-11:1.1.1.1.0.2 bind-9-20-22:1.1.1.1 ISC:1.1.1; locks; strict; comment @# @; 1.1 date 2026.04.07.23.58.13; author christos; state Exp; branches 1.1.1.1; next ; commitid im2qmWk8GvM0p5BG; 1.1.1.1 date 2026.04.07.23.58.13; author christos; state Exp; branches 1.1.1.1.2.1; next 1.1.1.2; commitid im2qmWk8GvM0p5BG; 1.1.1.2 date 2026.09.17.17.45.00; author christos; state Exp; branches; next ; commitid 6QdcGjuUmo5e60WG; 1.1.1.1.2.1 date 2026.04.07.23.58.13; author martin; state dead; branches; next 1.1.1.1.2.2; commitid 6fGm0DkYz64ZRTEG; 1.1.1.1.2.2 date 2026.05.07.16.15.32; author martin; state Exp; branches; next ; commitid 6fGm0DkYz64ZRTEG; desc @@ 1.1 log @Initial revision @ text @/* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * SPDX-License-Identifier: MPL-2.0 * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. */ view aview { key akey { algorithm hmac-sha256; secret "9999abcd8765"; }; zone "azone" { type secondary; file "azone.db"; primaries { 1.2.3.4 key "akey"; }; }; }; @ 1.1.1.1 log @Import bind-9.20.22 (previous was 9.20.18) Notes for BIND 9.20.22 Security Fixes Fix crash when reconfiguring zone update policy during active updates. We fixed a crash that could occur when running rndc reconfig to change a zone's update policy (e.g., from allow-update to update-policy) while DNS UPDATE requests were being processed for that zone. ISC would like to thank Vitaly Simonovich for bringing this issue to our attention. [GL #5817] Bug Fixes Fix intermittent named crashes during asynchronous zone operations. Asynchronous zone loading and dumping operations occasionally dispatched tasks to the wrong internal event loop. This threading violation triggered internal safety assertions that abruptly terminated named. Strict loop affinity is now enforced for these tasks, ensuring they execute on their designated threads and preventing the crashes. [GL #4882] Count temporal problems with DNSSEC validation as attempts. After the KeyTrap vulnerability (CVE-2023-50387), any temporal DNSSEC errors were originally hard errors that caused validation failures, even if the records had another valid signature. This has been changed; RRSIGs outside of the inception and expiration time are not counted as hard errors. However, these errors were not even counted as validation attempts, so an excessive number of expired RRSIGs would cause some non-cryptographic extra work for the validator. This has been fixed and the temporal errors are now correctly counted as validation attempts. [GL #5760] Fix a possible deadlock in RPZ processing. The named process could hang when processing a maliciously crafted update for a response policy zone (RPZ). This has been fixed. [GL #5775] Fix a crash triggered by rndc modzone on a zone from a configuration file. Calling rndc modzone on a zone that was configured in the configuration file caused a crash. This has been fixed. [GL #5800] Fix the processing of empty catalog zone ACLs. The named process could terminate unexpectedly when processing a catalog zone ACL in an APL resource record that was completely empty. This has been fixed. [GL #5801] Fix a crash triggered by rndc modzone on zone that already existed in NZF file. Calling rndc modzone didn't work properly for a zone that was configured in the configuration file. It could crash if BIND 9 was built without LMDB or if there was already an NZF file for the zone. This has been fixed. [GL #5826] Fix potential resource leak during resolver error handling. Under specific error conditions during query processing, resources were not being properly released, which could eventually lead to unnecessary memory consumption for the server. A potential resource leak in the resolver has been fixed. [GL !11658] Notes for BIND 9.20.21 Security Fixes Fix unbounded NSEC3 iterations when validating referrals to unsigned delegations. (CVE-2026-1519) DNSSEC-signed zones may contain high iteration-count NSEC3 records, which prove that certain delegations are insecure. Previously, a validating resolver encountering such a delegation processed these iterations up to the number given, which could be a maximum of 65,535. This has been addressed by introducing a processing limit, set at 50. Now, if such an NSEC3 record is encountered, the delegation will be treated as insecure. ISC would like to thank Samy Medjahed/Ap4sh for bringing this vulnerability to our attention. [GL #5708] Fix memory leaks in code preparing DNSSEC proofs of non-existence. (CVE-2026-3104) An attacker controlling a DNSSEC-signed zone could trigger a memory leak in the logic preparing DNSSEC proofs of non-existence, by creating more than max-records-per-type RRSIGs for NSEC records. These memory leaks have been fixed. ISC would like to thank Vitaly Simonovich for bringing this vulnerability to our attention. [GL #5742] Prevent a crash in code processing queries containing a TKEY record. (CVE-2026-3119) The named process could terminate unexpectedly when processing a correctly signed query containing a TKEY record. This has been fixed. ISC would like to thank Vitaly Simonovich for bringing this vulnerability to our attention. [GL #5748] Fix a stack use-after-return flaw in SIG(0) handling code. (CVE-2026-3591) A stack use-after-return flaw in SIG(0) handling code could enable ACL bypass and/or assertion failures in certain circumstances. This flaw has been fixed. ISC would like to thank Mcsky23 for bringing this vulnerability to our attention. [GL #5754] Bug Fixes Fix the handling of key statements defined inside views. A recent change introduced in BIND 9.20.17 hardened the key name check when used in primaries, to immediately reject the configuration if the key was not defined (rather than only checking whether the key name was correctly formed). However, that change introduced a regression that prevented the use of a key defined in a view. This has now been fixed. [GL #5761] Notes for BIND 9.20.20 Security Fixes Fix a use-after-free error in dns_client_resolve() triggered by a DNAME response. This issue only affected the delv tool and it has now been fixed. ISC would like to thank Vitaly Simonovich for bringing this vulnerability to our attention. [GL #5728] Feature Changes Record query time for all dnstap responses. Not all DNS responses had the query time set in their corresponding dnstap messages. This has been fixed. [GL #3695] Optimize TCP source port selection on Linux. Enable the IP_LOCAL_PORT_RANGE socket option on the outgoing TCP sockets to allow faster selection of the source
tuple for different destination tuples, when nearing over 70-80% of the source port utilization. [GL !11569] Bug Fixes Fix an assertion failure triggered by non-minimal IXFRs. Processing an IXFR that included an RRset whose contents were not changed by the transfer triggered an assertion failure. This has been fixed. [GL #5759] Fix a crash when retrying a NOTIFY over TCP. Furthermore, do not attempt to retry over TCP at all if the source address is not available. [GL #5457] Fetch loop detection improvements. Fix a case where an in-domain nameserver with expired glue would fail to resolve. [GL #5588] Randomize nameserver selection. Since BIND 9.20.17, when selecting nameserver addresses to be looked up, named selected them in DNSSEC order from the start of the NS RRset. This could lead to a resolution failure despite there being an address that could be resolved using the other nameserver names. named now randomizes the order in which nameserver addresses are looked up. [GL #5695] [GL #5745] Fix dnstap logging of forwarded queries. [GL #5724] A stale answer could have been served in case of multiple upstream failures when following CNAME chains. This has been fixed. [GL #5751] Fail DNSKEY validation when supported but invalid DS is found. A regression was introduced in BIND 9.20.6 when adding the EDE code for unsupported DNSKEY and DS algorithms. When the parent had both supported and unsupported algorithms in the DS record, the validator would treat the supported DS algorithm as insecure instead of bogus when validating DNSKEY records. This has no security impact, as the rest of the child zone correctly ends with bogus status, but it is incorrect and thus the regression has been fixed. [GL #5757] Importing an invalid SKR file might corrupt stack memory. If an administrator imported an invalid SKR file, the local stack in the import function might overflow. This could lead to a memory corruption on the stack and ultimately a server crash. This has been fixed. [GL #5758] Return FORMERR for queries with the EDNS Client Subnet FAMILY field set to 0. RFC 7871 only defines families 1 (IPv4) and 2 (IPv6), and requires FORMERR to be returned for all unknown families. Queries with the EDNS Client Subnet FAMILY field set to 0 now elicit responses with RCODE=FORMERR. [GL !11565] Notes for BIND 9.20.19 Feature Changes Update requirements for system test suite. Python 3.10 or newer is now required for running the system test suite. The required Python packages and their version requirements are now tracked in the file bin/tests/system/requirements.txt. [GL #5690] [GL #5614] Bug Fixes Fix inbound IXFR performance regression. Very large inbound IXFR transfers were much slower compared to BIND 9.18. The performance was improved by adding specialized logic to handle IXFR transfers. [GL #5442] Make catalog zone names and member zones' entry names case-insensitive. [GL #5693] Fix implementation of BRID and HHIT record types. [GL #5710] Fix implementation of DSYNC record type. [GL #5711] Fix response policy and catalog zones to work with $INCLUDE directive. Reloading a RPZ or a catalog zone could have failed when $INCLUDE was in use. [GL #5714] @ text @@ 1.1.1.2 log @Import bind-9.20.29 (previous was 9.20.27) BIND 9.20.29 Security Fixes [CVE-2026-19668] Prevent excessive CPU use validating crafted DNSSEC responses. a0a61dba9e A malicious authoritative server could serve a securely delegated zone whose DS and DNSKEY records carry many distinct key tags but no valid match, forcing a validating resolver into excessive key-tag matching and high CPU use for every query. BIND now bounds this work with the per-query validation limit (max-validations-per-fetch). [GL #5349] [CVE-2026-19033] Require a TSIG on every message of incoming zone transfers. 9404cd2b8c BIND 9 used to accept TSIG-signed zone transfers in which some messages were unsigned, and processed those messages before the next signature could vouch for them. It now requires a TSIG on every message of an incoming AXFR or IXFR; all modern nameserver already sign every message, so no change is expected in practice. [GL #6062] [CVE-2026-77119] Prevent a DNSSEC downgrade of secure delegations via unrelated NSEC3. 3bed9c8e9e A validating resolver could be tricked into treating a secure delegation as unsigned and accepting forged answers for names beneath it, if an attacker could inject responses to its queries. Such forged proofs are now rejected. [GL #6234] [CVE-2026-19941] Prevent forged DNSSEC-validated NXDOMAIN responses. a36bf58daf A validating resolver could accept a signed NSEC record from an unrelated zone as proof that a wildcard did not exist. An on-path attacker or malicious forwarder controlling a signed zone could therefore forge an authenticated NXDOMAIN response for a name that should resolve through a wildcard. BIND now requires the wildcard-denial and name-nonexistence proofs to be signed by the same zone. [GL #6253] [CVE-2026-19666] DNS64 with break-dnssec could cause an assertion failure. 4cec4965c4 When a "dns64" statement is configured with "break-dnssec yes" and its "exclude" list matches some but not all of the addresses in an AAAA RRset, named removes the excluded addresses from the answer instead of synthesizing new ones. If the answer being filtered had been cached together with a proof that the queried name does not exist -- which is what a wildcard match produces -- named terminated with an assertion failure. Only recursive resolvers are affected, and only when "break-dnssec yes" is in use; the answer has to come from the cache, so a server that is only authoritative cannot reach this. [GL #6301] [CVE-2026-19667] Reject negative cache records that do not fit in a dns_rdata_t. dbf08c8581 A single crafted response from a server could make a resolver cache a malformed negative entry and then terminate with an assertion failure when reading it back. Only recursive resolvers are affected, on a default configuration. [GL #6302] [CVE-2026-19662] Prevent resolver crash with cached DNSSEC proofs. c884cc1ba0 Under certain timing conditions, concurrent recursive queries could cause named to crash when cached DNSSEC NOQNAME proof data was replaced while still in use. Cached proof data is now retained until all queries using it have completed. [GL #6333] [CVE-2026-75029] Discard repeated SOA, CNAME, and DNAME records when parsing DNS messages. 0d630758c2 A DNS message could carry the same SOA, CNAME, or DNAME record many times, and named kept every copy while parsing it. With name compression those copies took up far more memory internally than in the message itself, and every later processing step had to handle all of them. named now keeps the first copy of such a record and discards identical repeats. [GL #6335] [CVE-2026-77692] Fix an unauthenticated crash on HTTPS using SIG(0) 5a24401c5c A specifically crafted HTTPS query using SIG(0) as authentication could crash named if the client closes the connection before named actually verifies the signature. This is now fixed. [GL #6343] [CVE-2026-81736] Cached HTTPS/SVCB aliases could exhaust resolver CPU. 20bbb1639a A recursive resolver that had cached a large set of interlinked HTTPS or SVCB records in alias form could be driven to do an excessive amount of work assembling a single response, because it followed every cached alias target when building the additional section. A client permitted to use recursion, together with an attacker-controlled zone used to plant the records, could repeat small queries to consume enough CPU to delay or deny service to other clients. The amount of additional processing done for one query is now bounded. [GL #6347] [CVE-2026-76163] Prevent TKEY queries from terminating named without global options. 7645138538 named could terminate unexpectedly when a remote client sent a TKEY query if the configuration did not include a global options statement. This has been fixed. ISC thanks Owais Lone (thesecguy) for reporting the issue. [GL #6357] [CVE-2026-78301] Out-of-zone records in a zone database could be served as authoritative. 72a10c3a0b When a zone database contained records for names outside the zone -- such as a delegation above the zone apex, left behind by a secondary that had accepted out-of-zone data from its primary -- the server could treat them as authoritative and answer queries for names inside the zone with that out-of-zone data instead of the zone's own. A server that was also a resolver could follow such a delegation and cache the answers of the server it named, affecting names outside the configured zone. Zone database lookups are now confined to names at or below the zone's origin. ISC would like to thank Henrique Pereira for reporting the issue. [GL #6361] [CVE-2026-80274] Crash on wildcard answers carrying both NSEC and NSEC3 proofs. 0e44451b1a When a wildcard answer arrived with both NSEC and NSEC3 records at the name proving that the queried name does not exist, the resolver could pick different records when caching the answer and when retrieving the proof, depending on the order in which the authoritative server sent them. This could terminate named with an assertion failure, fail the query with SERVFAIL, or serve a denial record other than the one that had been verified. The resolver now caches and serves the same denial record it accepted when the answer was received. ISC would like to thank hythyt for reporting the issue. [GL #6369] [CVE-2026-81563] Following HTTPS/SVCB aliases could leak resolver cache memory. 3162df369e When a recursive server answered a query for an HTTPS or SVCB record in alias form and the alias target had more than 13 records, the target records were pinned in the cache permanently instead of being released once the answer was sent. A remote party who could make the server follow such aliases to a steady stream of fresh names could grow the cache beyond the configured max-cache-size until the server was unable to resolve unrelated names. The records are now released correctly. ISC would like to thank Samy Medjahed/Ap4sh for reporting the issue. [GL #6374] New Features Add an agent skill for the isc_job/isc_async/isc_work APIs. fe32990b06 Documents when to use isc_job_run(), isc_async_run() or isc_work_enqueue(), and the contract each one imposes. No functional change. [GL !12561] Removed Features Remove unused closest encloser proof caching. abd8b5bfd8 BIND used to cache an NSEC3 closest encloser proof alongside positive wildcard answers so that a resolver could re-send it when answering from its cache. That stopped being used in BIND 9.9 (2011), when positive wildcard responses were changed to omit that NSEC3 record -- RFC 5155 requires only the next closer name proof -- and the closest encloser came to be derived during validation instead. The caching code has been unreachable ever since, so this removes it with no change in behaviour. [GL #5803] [GL !12660] Feature Changes Reject oversized and malformed DNSKEY records up front. 6c22109924 Oversized RSA key material in a DNSKEY record was only rejected after it had been converted, allocating memory proportional to the record size. Such records are now rejected before conversion, as are Ed25519 and Ed448 keys with trailing bytes that were previously silently ignored. [GL #4537] [GL !12560] Bug Fixes Prevent a crash when using both dns64 and filter-a. bce5d10d18 An assertion failure was possible when using both dns64 and the filter-a plugin simultaneously; this has been fixed. [GL #5979] [GL !12663] Fix update-policy grant external address passing. b1e955c326 Only TCP client addresses are supposed to be passed to an external handler for the associated update-policy rule, but UDP client addresses were also being passed. This could have caused the external handler to return a result it otherwise wouldn't. This has been fixed. [GL #6061] [GL !12555] Missing required NSEC3 for delegation not detected. e84ed2e9d7 A missing required NSEC3 record for an insecure delegation in a non OPTOUT range was not being detected. This has been fixed. [GL #6063] [GL !12611] Tighten EUI48 and EUI48 text parsing. ff50f2cdf1 Malformed EUI48 and EUI64 records could be accepted. This has been fixed. [GL #6082] [GL !12521] GeoIP ACL state can be stale or wrong after reload. 63baf425b3 named caches GeoIP information after looking it up, but the cached information was not invalidated when the GeoIP database was reloaded, so it could continue to be used. We now invalidate existing cached GeoIP information as part of the reloading process. [GL #6083] [GL !12662] Honor DNSSEC policy key tag ranges. b82e5834b7 When a DNSSEC policy configured a non-default tag-range, dnssec-keygen and dnssec-ksr could accept generated keys outside that range. Both tools now honor the configured minimum and maximum key tags. [GL #6091] [GL !12549] Fix double free in mdig when EDNS options are specified. af5bd0b0ff When the default_query is cloned the EDNS options need to be cloned rather than the pointer copied. The old behaviour results in a double free of the options. This has been fixed. [GL #6095] [GL !12661] Fix a crash when an IXFR falls back to AXFR with updates still pending. e34062bc7e When a secondary zone received an incremental transfer (IXFR) and the primary then caused named to fall back to a full transfer (AXFR) while some of the already-received incremental changes were still waiting to be applied, named could later crash when that transfer finished. The pending changes are now discarded correctly before the AXFR retry. [GL #6114] [GL !12624] Fix DS requests to parental agents over TLS. 55830d30f6 TLS configuration for parental agents was being ignored when sending DS requests. This has been fixed. [GL #6135] [GL !12613] Fix a crash when resolving names below a cached DNAME. b94e940f52 A recursive resolver could crash when it answered a query for a name beneath a cached DNAME while that same DNAME record was concurrently refreshed or evicted from the cache. [GL #6182] [GL !12593] Rndc-confgen -q (quiet) option is documented but doesn't work. 7e4a7ca1a7 The command line parsing in rndc-confgen was broken so rndc-confgen -q did not work. This has been fixed. [GL #6187] [GL !12575] Enforce query ACLs for redirect zones and searched DLZs. bc69876b2e Queries answered from redirect zones or searched DLZ databases did not consistently honor allow-query and allow-query-on, potentially exposing restricted DNS data to excluded clients or through excluded listening addresses. These ACLs are now enforced before redirect or DLZ data is returned. [GL #6251], #6252 [GL !12646] Check "asnum" validity in GeoIP ACLs. 28c2bfdc7b We now check the validity of autonomous system (AS) numbers when parsing GeoIP ACLs that use asnum elements at configuration time. asnum values start with an optional case-insensitive "AS" prefix, followed only by decimal digits, with no spaces or other extraneous characters. The value represented cannot exceed 2^32. [GL #6255] [GL !12511] Prevent crashes while reporting DNSSEC signing statistics. c190514f0a Servers with zone-statistics full could terminate while reporting DNSSEC signing statistics for a zone tracking adding more than four signing keys. [GL #6256] [GL !12674] Fix various nits in the netmgr code. c28cdad51b The MR consists of couple of small fixes and uncaught errors in the Network Manager. [GL #6257] [GL !12576] Fix a crash on remote-servers lists that reference themselves. aaae614f9d Since 9.21.16 and 9.20.17, a remote-servers, primaries, masters, or parental-agents list that referenced itself, directly or through another list, made named crash on startup or reconfiguration. Such references are again skipped and the remaining entries in the list are used, as in earlier versions. [GL #6287] [GL !12604] A record from outside a response policy zone could stop named. d135513b37 A response policy zone transferred from a primary can contain a record whose name lies outside the zone. Such a record could stop named, both when it arrived and again at every startup afterwards, because a secondary keeps it in its own copy of the zone. Records like this are now rejected and logged; previously one could also silently create a policy entry for an unrelated name. [GL #6304] [GL !12543] "rndc flushtree ." failed to flush the cache. 96e8b585ed rndc flushtree flushes cache data below a specified name. If the name specified is the DNS root, it should fully empty the cache, the same as rndc flush. However, there was a bug causing the command, in that case, to have no effect on the cache at all; this has been fixed. [GL #6308] [GL !12582] Invalid key-store configuration could abort the DNSSEC tools. 1d796ab072 Invalid configured key-stores named "key-directory" in configuration files could abort the DNSSEC tools. This has been fixed. [GL #6313] [GL !12653] NSEC signature set could bypass the secure-delegation check. c966177f6c When proving that a delegation is insecure, the validator bounded an NSEC record's authority by the signer of whichever RRSIG happened to come first in the record's signature set, rather than the signature that actually verified. A grandparent NSEC padded with an extra, unverifiable signature could therefore pass the check that keeps such proofs from reaching below a signed child zone. The validator now requires every signature on the NSEC to name the same signer and refuses proofs whose signature set is malformed or larger than max-validations-per-fetch allows. [GL #6321] Fix a possible nsupdate issue when using GSS-TSIG. 4ddcab2d3c The nsupdate process could terminate unexpectedly when using the GSS-TSIG mode executed with the nsupdate -g option. This has been fixed. [GL #6325] [GL !12588] Fix isccc_alist_define error paths. af1349552a If there is an out of memory error in isccc_alist_define a memory leak (the sexpr holding the key name) or a double free (value) could occur. This has been fixed. [GL #6329] [GL !12636] Check for empty 'endpoints' list. 23f58af443 Configuring an http block with endpoints {}; previously caused a crash in named. This is now rejected earlier by the configuration check. [GL #6330] [GL !12552] Named could crash with a single-element geoip sortlist. 0e996a4d3b If named was configured with a single-element sortlist containing a geoip ACL element, any matching query triggered an assertion failure. This has been fixed. [GL #6342] [GL !12583] Prevent out-of-bailiwick CNAMEs from evicting cached records. cdedd4acd5 A recursive resolver could remove valid cached records when a DNS response contained an out-of-bailiwick CNAME with the same owner name. Out-of-bailiwick data is now discarded before it can modify the cache. [GL #6345] [GL !12651] Restore periodic cleanup of stale resolver address data. 356f4013f8 Stale resolver address data could remain cached until memory pressure or an explicit flush. Correct the cleanup interval so it is removed periodically. [GL #6346] [GL !12589] Fix named-checkconf/named crash with malformed key name. 9f218f6aaf When a primary/remote-server key name was malformed, named-checkconf and named were both crashing (after warning about the invalid key name). This is now fixed. [GL #6362] [GL !12639] Fix -Wformat-truncation warning in totext_in_wks() f97c2bea40 BIND 9 failed to build with GCC 16 at -O3: rendering a WKS record as text triggered a -Wformat-truncation error, which is fatal in developer builds. The port number is now printed with a 16-bit format specifier, so the compiler can see it always fits the output buffer. [GL !12542] Fix off-by-one errors caused by magic hardcoded values. 726c6cb795 Fix off-by-one comparinson errors: "named -p http=" dropped the first digit of the given port (for example, "http=8080" selected port 80) and now uses the port as given, and "named-rrchecker -C" compared only part of the "CLASS" prefix when filtering generic class names, which was harmless in practice but is now corrected. [GL !12616] Hmac_verify() now accepts truncated HMACs only when requested. c81b111496 The hmac_verify() function incorrectly compares only up to 'sig->length' bytes, but the signature and its length should not be trusted, e.g. in case if it comes from a user query. Don't accept signatures which length isn't equal to the expected calculated HMAC length unless it is explicitly requested by the caller, e.g. for truncated TSIG [1] support. [1] https://datatracker.ietf.org/doc/html/rfc8945#name-tsig-truncation -policy [GL !12629] Prevent resolver crashes while processing DNS over TCP. 81b3b6d89f Recursive resolvers could terminate with an assertion failure while processing DNS responses over TCP under sustained traffic. The failure was observed on resolvers configured globally with forward only; the same transport path is also used by iterative resolution. This has been fixed. [GL !12537] @ text @d16 2 a17 2 algorithm hmac-sha256; secret "9999abcd8765"; d22 5 a26 5 file "azone.db"; primaries { 1.2.3.4 key "akey"; }; }; @ 1.1.1.1.2.1 log @file good-key-view.conf was added on branch netbsd-11 on 2026-05-07 16:15:32 +0000 @ text @d1 27 @ 1.1.1.1.2.2 log @Pull up the following, requested by christos in ticket #269: external/mpl/bind//dist/bin/tests/convert_trs_to_junit.py up to external/mpl/bind//dist/bin/tests/system/acl/ns2/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/acl/ns2/named3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/acl/ns2/named4.conf.j2 up to external/mpl/bind//dist/bin/tests/system/acl/ns2/named5.conf.j2 up to external/mpl/bind//dist/bin/tests/system/acl/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/acl/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/acl/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/requirements.txt up to external/mpl/bind//dist/bin/tests/system/re_compile_checker.py up to external/mpl/bind//dist/bin/tests/system/ksr/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/multisigner/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/multisigner/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/multisigner/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/multisigner/tests_multisigner.py up to external/mpl/bind//dist/bin/tests/system/proxy/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/proxy/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/additional/ns1/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/additional/ns1/named3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/additional/ns1/named4.conf.j2 up to external/mpl/bind//dist/bin/tests/system/additional/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/additional/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/additional/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/addzone/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/addzone/ns2/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/addzone/ns2/named3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/addzone/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/addzone/ns3/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/addzone/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/addzone/tests_rndc_modzone_without_add.py up to external/mpl/bind//dist/bin/tests/system/autosign/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/autosign/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/autosign/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/autosign/ns3/nsec-only.conf.j2 up to external/mpl/bind//dist/bin/tests/system/autosign/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/autosign/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/catz/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/catz/ns2/named1.conf.j2 up to external/mpl/bind//dist/bin/tests/system/catz/ns2/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/catz/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/catz/ns2/named3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/catz/ns2/named4.conf.j2 up to external/mpl/bind//dist/bin/tests/system/catz/ns2/named5.conf.j2 up to external/mpl/bind//dist/bin/tests/system/catz/ns2/named6.conf.j2 up to external/mpl/bind//dist/bin/tests/system/catz/ns2/named7.conf.j2 up to external/mpl/bind//dist/bin/tests/system/catz/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/catz/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/chain/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/chain/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/chain/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/chain/ns7/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkconf/bad-remote-servers-key.conf up to external/mpl/bind//dist/bin/tests/system/checkconf/bad-remote-servers-tls.conf up to external/mpl/bind//dist/bin/tests/system/checkconf/good-remote-servers-named.conf up to external/mpl/bind//dist/bin/tests/system/checkconf/kasp-deprecated-fips.conf up to external/mpl/bind//dist/bin/tests/system/checkconf/kasp-deprecated.conf up to external/mpl/bind//dist/bin/tests/system/checkconf/good-key-view.conf up to external/mpl/bind//dist/bin/tests/system/checkds/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkds/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkds/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkds/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkds/ns10/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkds/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkds/ns6/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkds/ns7/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkds/ns9/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkds/ns8/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkzone/zones/warn.deprecated.cds-sha1.db up to external/mpl/bind//dist/bin/tests/system/checkzone/zones/bad-cname-and-amtrelay.db up to external/mpl/bind//dist/bin/tests/system/checkzone/zones/bad-tsig.db.j2 up to external/mpl/bind//dist/bin/tests/system/checkzone/zones/warn.deprecated.digest-sha1.db up to external/mpl/bind//dist/bin/tests/system/checkzone/zones/warn.deprecated.ds-alg.db up to external/mpl/bind//dist/bin/tests/system/checkzone/zones/warn.deprecated.key-alg.db up to external/mpl/bind//dist/bin/tests/system/checkzone/zones/warn.deprecated.nsec3rsasha1.db up to external/mpl/bind//dist/bin/tests/system/checkzone/zones/warn.deprecated.rsasha1.db up to external/mpl/bind//dist/bin/tests/system/checkzone/zones/bad-nsec3-length.db up to external/mpl/bind//dist/bin/tests/system/cookie/ans10/ans.py up to external/mpl/bind//dist/bin/tests/system/cookie/cookie_ans.py up to external/mpl/bind//dist/bin/tests/system/_common/trusted.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dns_import_checker.py up to external/mpl/bind//dist/bin/tests/system/allow_query/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns1/root.db up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/controls.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/generic.db up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named02.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named03.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named04.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named05.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named06.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named07.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named08.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named09.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named10.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named11.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named12.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named21.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named22.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named23.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named24.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named25.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named26.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named27.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named28.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named29.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named30.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named31.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named32.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named33.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named34.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named40.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named53.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named54.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named55.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named56.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns2/named57.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/tests.sh up to external/mpl/bind//dist/bin/tests/system/allow_query/tests_sh_allow_query.py up to external/mpl/bind//dist/bin/tests/system/allow_query/ns3/named.args up to external/mpl/bind//dist/bin/tests/system/allow_query/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns3/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns3/named3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/allow_query/ns3/named4.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dialup/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dialup/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dialup/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/digdelv/ans4/ans.py up to external/mpl/bind//dist/bin/tests/system/digdelv/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/digdelv/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/digdelv/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/digdelv/ans5/ans.py up to external/mpl/bind//dist/bin/tests/system/digdelv/ans6/ans.py up to external/mpl/bind//dist/bin/tests/system/digdelv/ans7/ans.py up to external/mpl/bind//dist/bin/tests/system/dlzexternal/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dns64/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dns64/ns1/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dns64/ns1/named3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dns64/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dns64/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dns64/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec/ns3/badalg.secure.example.db.in up to external/mpl/bind//dist/bin/tests/system/dnssec/ns3/template.db.in up to external/mpl/bind//dist/bin/tests/system/dnssec/ns3/zonecut.ent.secure.example.db.in up to external/mpl/bind//dist/bin/tests/system/dnssec/ns4/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec/ns4/named3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec/ns4/named4.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec/ns5/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec/ns6/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec/ns7/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec/ns8/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec/ns9/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec/ans10/inprogress.db up to external/mpl/bind//dist/bin/tests/system/dnssec/ans10/nsec-rrsigs-stripped.db up to external/mpl/bind//dist/bin/tests/system/dnstap/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dsdigest/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dsdigest/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dsdigest/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dsdigest/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/ans.py up to external/mpl/bind//dist/bin/tests/system/ecdsa/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/ecdsa/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/ecdsa/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/eddsa/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/eddsa/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/eddsa/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/fetchlimit/ans4/ans.py up to external/mpl/bind//dist/bin/tests/system/fetchlimit/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/fetchlimit/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/fetchlimit/ns3/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/fetchlimit/ns3/named3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/fetchlimit/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/fetchlimit/ns5/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/fetchlimit/ns5/named3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/fetchlimit/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkconf_keys/bad-algorithm.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkconf_keys/bad-default-algorithm.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkconf_keys/bad-default-kz.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkconf_keys/bad-keystore.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkconf_keys/bad-length.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkconf_keys/bad-missing-keyfile.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkconf_keys/bad-role.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkconf_keys/bad-superfluous-keyfile.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkconf_keys/bad-tagrange.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkconf_keys/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/checkconf_keys/setup.sh up to external/mpl/bind//dist/bin/tests/system/checkconf_keys/template.db.in up to external/mpl/bind//dist/bin/tests/system/checkconf_keys/tests_checkconf_keys.py up to external/mpl/bind//dist/bin/tests/system/forward/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/forward/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/forward/ns2/named-tls.conf.j2 up to external/mpl/bind//dist/bin/tests/system/forward/ns3/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/forward/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/forward/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/forward/ns4/named-tls.conf.j2 up to external/mpl/bind//dist/bin/tests/system/forward/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/forward/ns7/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/forward/ns8/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/forward/ns10/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/forward/ns9/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/forward/ns9/named3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/forward/ns9/named4.conf.j2 up to external/mpl/bind//dist/bin/tests/system/forward/ns9/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/cipher_suites/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/cipher_suites/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/cipher_suites/prereq.sh up to external/mpl/bind//dist/bin/tests/system/cipher_suites/self-signed-cert.pem up to external/mpl/bind//dist/bin/tests/system/cipher_suites/self-signed-key.pem up to external/mpl/bind//dist/bin/tests/system/cipher_suites/setup.sh up to external/mpl/bind//dist/bin/tests/system/cipher_suites/tests_cipher_suites.py up to external/mpl/bind//dist/bin/tests/system/cipher_suites/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/cipher_suites/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/cipher_suites/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/glue/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named10.conf.j2 up to external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named11.conf.j2 up to external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named12.conf.j2 up to external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named4.conf.j2 up to external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named5.conf.j2 up to external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named6.conf.j2 up to external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named7.conf.j2 up to external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named8.conf.j2 up to external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named9.conf.j2 up to external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/inline/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/inline/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/inline/ns8/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/inline/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/inline/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/inline/ns5/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/inline/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/inline/ns6/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/inline/ns7/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/ixfr/ans2/ans.py up to external/mpl/bind//dist/bin/tests/system/ixfr/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/ixfr/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/ixfr/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/ixfr/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/legacy/ns1/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/legacy/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/legacy/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/legacy/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/legacy/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/legacy/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/legacy/ns6/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/legacy/ns7/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/legacy/ns10/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/legacy/ns8/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/legacy/ns9/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.inc.conf.j2 up to external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.iso8601.conf.j2 up to external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.plain.conf.j2 up to external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.plainlog.conf.j2 up to external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.ts.conf.j2 up to external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.unlimited.conf.j2 up to external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.vers.conf.j2 up to external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.iso8601-utc.conf.j2 up to external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.pipe.conf.j2 up to external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.abspath.conf.j2 up to external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.dir.conf.j2 up to external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.sym.conf.j2 up to external/mpl/bind//dist/bin/tests/system/masterformat/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/masterformat/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/masterformat/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/masterformat/ns4/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/masterformat/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/mkeys/ns1/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/mkeys/ns1/named3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/mkeys/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/mkeys/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/mkeys/ns6/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/mkeys/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/mkeys/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/mkeys/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/mkeys/ns7/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/notify/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/notify/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/notify/ns2/named-tls.conf.j2 up to external/mpl/bind//dist/bin/tests/system/notify/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/notify/ns3/named-tls.conf.j2 up to external/mpl/bind//dist/bin/tests/system/notify/ns4/named.port.j2 up to external/mpl/bind//dist/bin/tests/system/notify/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/notify/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nslookup/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsupdate/ans4/ans.py up to external/mpl/bind//dist/bin/tests/system/nsupdate/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsupdate/ns1/tls.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsupdate/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsupdate/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsupdate/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsupdate/ns10/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsupdate/ns6/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsupdate/ns7/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsupdate/ns7/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsupdate/ns8/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsupdate/ns9/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsupdate/verylarge.j2 up to external/mpl/bind//dist/bin/tests/system/padding/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/padding/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/padding/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/padding/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/pending/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/pending/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/pending/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/pending/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/bailiwick/ans1/root.db up to external/mpl/bind//dist/bin/tests/system/bailiwick/ans1/ans.py up to external/mpl/bind//dist/bin/tests/system/bailiwick/bailiwick_ans.py up to external/mpl/bind//dist/bin/tests/system/bailiwick/tests_bailiwick.py up to external/mpl/bind//dist/bin/tests/system/bailiwick/ans2/victim.db up to external/mpl/bind//dist/bin/tests/system/bailiwick/ans2/ans.py up to external/mpl/bind//dist/bin/tests/system/bailiwick/ans3/attacker.db up to external/mpl/bind//dist/bin/tests/system/bailiwick/ans3/ans.py up to external/mpl/bind//dist/bin/tests/system/bailiwick/ans3/victim.db up to external/mpl/bind//dist/bin/tests/system/bailiwick/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/reclimit/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/reclimit/ns3/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/reclimit/ns3/named3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/reclimit/ns3/named4.conf.j2 up to external/mpl/bind//dist/bin/tests/system/reclimit/ns3/named5.conf.j2 up to external/mpl/bind//dist/bin/tests/system/reclimit/ns3/named6.conf.j2 up to external/mpl/bind//dist/bin/tests/system/reclimit/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/redirect/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/redirect/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/redirect/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/redirect/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/redirect/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/redirect/ns6/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/resolver/ans2/ans.py up to external/mpl/bind//dist/bin/tests/system/resolver/ns11/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/resolver/ans3/ans.py up to external/mpl/bind//dist/bin/tests/system/resolver/ans8/ans.py up to external/mpl/bind//dist/bin/tests/system/resolver/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/resolver/ns1/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/resolver/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/resolver/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/resolver/ns6/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/resolver/ns7/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/resolver/ns7/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/resolver/ns9/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/resolver/tests_resolver.py up to external/mpl/bind//dist/bin/tests/system/resolver/resolver_ans.py up to external/mpl/bind//dist/bin/tests/system/rndc/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rndc/ns2/secondkey.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rndc/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rndc/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rndc/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rndc/ns6/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rndc/ns7/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rndc/tests_cve_2023_3341.py up to external/mpl/bind//dist/bin/tests/system/rootkeysentinel/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rootkeysentinel/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rootkeysentinel/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rootkeysentinel/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/ns8/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/dnsrps.zones.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/test5.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/test2.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/test3.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/test4.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/test4a.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/test6.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/ns3/evil-cname.db.in up to external/mpl/bind//dist/bin/tests/system/rpz/ns3/named1.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/ns3/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/ns3/slow-rpz.db.in up to external/mpl/bind//dist/bin/tests/system/rpz/ns3/wild-cname.db.in up to external/mpl/bind//dist/bin/tests/system/rpz/ns3/include-rpz.db.in up to external/mpl/bind//dist/bin/tests/system/rpz/ns3/include-rpz.inc-1.in up to external/mpl/bind//dist/bin/tests/system/rpz/ns3/include-rpz.inc-2.in up to external/mpl/bind//dist/bin/tests/system/rpz/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/ns6/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/ns7/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/ns9/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/ns10/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rpz/test1.j2 up to external/mpl/bind//dist/bin/tests/system/rpzrecurse/ans5/ans.py up to external/mpl/bind//dist/bin/tests/system/rpzrecurse/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rpzrecurse/ns2/named.conf.header.j2 up to external/mpl/bind//dist/bin/tests/system/rpzrecurse/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rpzrecurse/ns3/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rpzrecurse/ns3/named1.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rpzrecurse/ns3/named3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rpzrecurse/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rpzrecurse/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rsabigexponent/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rsabigexponent/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rsabigexponent/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/runtime/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/runtime/ns2/named1.conf.j2 up to external/mpl/bind//dist/bin/tests/system/runtime/ns2/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/runtime/ns2/named3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/runtime/ns2/named4.conf.j2 up to external/mpl/bind//dist/bin/tests/system/runtime/ns2/named5.conf.j2 up to external/mpl/bind//dist/bin/tests/system/runtime/ns2/named6.conf.j2 up to external/mpl/bind//dist/bin/tests/system/runtime/ns2/named7.conf.j2 up to external/mpl/bind//dist/bin/tests/system/sfcache/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/sfcache/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/sfcache/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/sortlist/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/staticstub/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/staticstub/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/staticstub/ns2/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/staticstub/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/staticstub/ns3/named1.conf.j2 up to external/mpl/bind//dist/bin/tests/system/staticstub/ns3/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/staticstub/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/statistics/ans4/ans.py up to external/mpl/bind//dist/bin/tests/system/statistics/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/statistics/ns2/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/statistics/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/statistics/ns2/named1.conf.j2 up to external/mpl/bind//dist/bin/tests/system/statistics/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/statschannel/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/statschannel/ns2/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/statschannel/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/statschannel/__init__.py up to external/mpl/bind//dist/bin/tests/system/statschannel/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/stress/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/stress/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/stress/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/synthfromdnssec/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/synthfromdnssec/ns1/no-apex-covering.db.in up to external/mpl/bind//dist/bin/tests/system/synthfromdnssec/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/synthfromdnssec/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/synthfromdnssec/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/synthfromdnssec/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/synthfromdnssec/ns6/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/tsig/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/tsig/ns1/named-md5.conf.j2 up to external/mpl/bind//dist/bin/tests/system/tsig/ans2/ans.py up to external/mpl/bind//dist/bin/tests/system/tsiggss/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/upforwd/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/upforwd/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/upforwd/ns3/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/upforwd/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/views/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/views/ns2/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/views/ns2/named3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/views/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/views/ns3/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/views/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/views/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/wildcard/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/wildcard/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/wildcard/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/wildcard/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/wildcard/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/xfer/ns1/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/xfer/ns1/ixfr-too-big.db up to external/mpl/bind//dist/bin/tests/system/xfer/ns1/named3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/xfer/ns1/dot-fallback.db up to external/mpl/bind//dist/bin/tests/system/xfer/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/xfer/ns2/sec.db up to external/mpl/bind//dist/bin/tests/system/xfer/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/xfer/ns2/mapped.db up to external/mpl/bind//dist/bin/tests/system/xfer/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/xfer/ns4/root.db.j2 up to external/mpl/bind//dist/bin/tests/system/xfer/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/xfer/ns6/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/xfer/ns7/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/xfer/ns8/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/xfer/ns8/large.db.j2 up to external/mpl/bind//dist/bin/tests/system/xfer/ns8/small.db.j2 up to external/mpl/bind//dist/bin/tests/system/xfer/response1.good up to external/mpl/bind//dist/bin/tests/system/xfer/ans10/ans.py up to external/mpl/bind//dist/bin/tests/system/xfer/response2.good up to external/mpl/bind//dist/bin/tests/system/xfer/tests_xfer.py up to external/mpl/bind//dist/bin/tests/system/xfer/response3.good up to external/mpl/bind//dist/bin/tests/system/xfer/tests_retransfer_with_force.py up to external/mpl/bind//dist/bin/tests/system/xfer/tests_retransfer_with_transferstuck.py up to external/mpl/bind//dist/bin/tests/system/xferquota/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/xferquota/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/zero/ans5/ans.py up to external/mpl/bind//dist/bin/tests/system/zero/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/zero/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/zero/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/zero/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/zonechecks/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/zonechecks/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/mirror/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/mirror/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/mirror/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/kasp/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/kasp/ns3/policies/autosign.conf.j2 up to external/mpl/bind//dist/bin/tests/system/kasp/ns3/policies/kasp-fips.conf.j2 up to external/mpl/bind//dist/bin/tests/system/kasp/ns3/policies/kasp-rsasha1.conf.j2 up to external/mpl/bind//dist/bin/tests/system/kasp/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/kasp/ns3/named-fips.conf.j2 up to external/mpl/bind//dist/bin/tests/system/kasp/ns3/named-common.conf.j2 up to external/mpl/bind//dist/bin/tests/system/kasp/ns3/named-rsasha1.conf.j2 up to external/mpl/bind//dist/bin/tests/system/kasp/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/kasp/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/kasp/ns6/policies/kasp.conf.j2 up to external/mpl/bind//dist/bin/tests/system/kasp/ns6/policies/csk1.conf.j2 up to external/mpl/bind//dist/bin/tests/system/kasp/ns6/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsec3/ns3/named-fips.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsec3/ns3/named-common.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsec3/ns3/named-retransfer.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsec3/ns3/named-rsasha1.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsec3/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsec3/ns3/nsec3-ent.kasp.db.j2 up to external/mpl/bind//dist/bin/tests/system/nsec3/common.py up to external/mpl/bind//dist/bin/tests/system/nsec3/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsec3/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsec3/ns2/retransfer.kasp.db.j2 up to external/mpl/bind//dist/bin/tests/system/nsec3/ans7/ans.py up to external/mpl/bind//dist/bin/tests/system/nsec3/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsec3/ns6/Kevil.test.+013+10491.key up to external/mpl/bind//dist/bin/tests/system/nsec3/ns6/Kevil.test.+013+10491.private up to external/mpl/bind//dist/bin/tests/system/nsec3/ns6/Kevil.test.+013+12713.key up to external/mpl/bind//dist/bin/tests/system/nsec3/ns6/Kevil.test.+013+12713.private up to external/mpl/bind//dist/bin/tests/system/nsec3/ns6/evil.test.db up to external/mpl/bind//dist/bin/tests/system/nsec3/ns6/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsec3/ns6/setup.sh up to external/mpl/bind//dist/bin/tests/system/nsec3/tests_nsec3_change.py up to external/mpl/bind//dist/bin/tests/system/nsec3/tests_nsec3_initial.py up to external/mpl/bind//dist/bin/tests/system/nsec3/tests_nsec3_reconfig.py up to external/mpl/bind//dist/bin/tests/system/nsec3/tests_nsec3_reload.py up to external/mpl/bind//dist/bin/tests/system/nsec3/tests_nsec3_restart.py up to external/mpl/bind//dist/bin/tests/system/nsec3/tests_nsec3_retransfer.py up to external/mpl/bind//dist/bin/tests/system/nsec3/tests_nsec3_length.py up to external/mpl/bind//dist/bin/tests/system/journal/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/journal/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/timeouts/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover/ns3/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover/ns3/named.common.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover/ns3/trusted.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover/ns1/root.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover/ns2/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover/tests_rollover_manual.py up to external/mpl/bind//dist/bin/tests/system/rollover/common.py up to external/mpl/bind//dist/bin/tests/system/rollover/setup.py up to external/mpl/bind//dist/bin/tests/system/filters/conf/bad1.conf.j2 up to external/mpl/bind//dist/bin/tests/system/filters/conf/bad2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/filters/conf/bad3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/filters/conf/bad4.conf.j2 up to external/mpl/bind//dist/bin/tests/system/filters/conf/bad5.conf.j2 up to external/mpl/bind//dist/bin/tests/system/filters/conf/good1.conf.j2 up to external/mpl/bind//dist/bin/tests/system/filters/conf/good2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/filters/conf/good3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/filters/conf/good4.conf.j2 up to external/mpl/bind//dist/bin/tests/system/filters/conf/good5.conf.j2 up to external/mpl/bind//dist/bin/tests/system/filters/common.py up to external/mpl/bind//dist/bin/tests/system/filters/setup.sh up to external/mpl/bind//dist/bin/tests/system/filters/tests_filter_a_v4.py up to external/mpl/bind//dist/bin/tests/system/filters/tests_filter_a_v6.py up to external/mpl/bind//dist/bin/tests/system/filters/tests_filter_aaaa_v4.py up to external/mpl/bind//dist/bin/tests/system/filters/tests_filter_aaaa_v6.py up to external/mpl/bind//dist/bin/tests/system/filters/tests_filter_checkconf.py up to external/mpl/bind//dist/bin/tests/system/filters/tests_filter_dns64.py up to external/mpl/bind//dist/bin/tests/system/filters/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/filters/ns1/root.db up to external/mpl/bind//dist/bin/tests/system/filters/ns1/sign.sh up to external/mpl/bind//dist/bin/tests/system/filters/ns1/signed.db.in up to external/mpl/bind//dist/bin/tests/system/filters/ns1/unsigned.db up to external/mpl/bind//dist/bin/tests/system/filters/ns2/hints up to external/mpl/bind//dist/bin/tests/system/filters/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/filters/ns3/hints up to external/mpl/bind//dist/bin/tests/system/filters/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/filters/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/filters/ns4/root.db up to external/mpl/bind//dist/bin/tests/system/filters/ns4/sign.sh up to external/mpl/bind//dist/bin/tests/system/filters/ns4/signed.db.in up to external/mpl/bind//dist/bin/tests/system/filters/ns4/unsigned.db up to external/mpl/bind//dist/bin/tests/system/filters/ns5/hints up to external/mpl/bind//dist/bin/tests/system/filters/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/migrate2kasp/ns3/kasp.conf.j2 up to external/mpl/bind//dist/bin/tests/system/migrate2kasp/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/migrate2kasp/ns3/setup.sh up to external/mpl/bind//dist/bin/tests/system/migrate2kasp/ns3/template.db.in up to external/mpl/bind//dist/bin/tests/system/migrate2kasp/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/migrate2kasp/ns4/setup.sh up to external/mpl/bind//dist/bin/tests/system/migrate2kasp/ns4/template.ext.db.in up to external/mpl/bind//dist/bin/tests/system/migrate2kasp/ns4/template.int.db.in up to external/mpl/bind//dist/bin/tests/system/migrate2kasp/setup.sh up to external/mpl/bind//dist/bin/tests/system/migrate2kasp/tests_migrate2kasp.py up to external/mpl/bind//dist/bin/tests/system/dnssec_malformed_dnskey/ns2/example.db.in up to external/mpl/bind//dist/bin/tests/system/dnssec_malformed_dnskey/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec_malformed_dnskey/ns2/truncated.selfsigned.db.signed up to external/mpl/bind//dist/bin/tests/system/dnssec_malformed_dnskey/ns2/trusted.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec_malformed_dnskey/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec_malformed_dnskey/ns3/trusted.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec_malformed_dnskey/tests_malformed_dnskey.py up to external/mpl/bind//dist/bin/tests/system/doth/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/doth/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/doth/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/doth/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/doth/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/enginepkcs11/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/enginepkcs11/ns1/named.args.j2 up to external/mpl/bind//dist/bin/tests/system/enginepkcs11/ns2/named.args.j2 up to external/mpl/bind//dist/bin/tests/system/enginepkcs11/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/host/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/isctest/text.py up to external/mpl/bind//dist/bin/tests/system/isctest/vars/.ac_vars/JQ.in up to external/mpl/bind//dist/bin/tests/system/isctest/vars/.ac_vars/XMLLINT.in up to external/mpl/bind//dist/bin/tests/system/isctest/vars/features.py up to external/mpl/bind//dist/bin/tests/system/optout/ns2/controls.conf.j2 up to external/mpl/bind//dist/bin/tests/system/optout/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/optout/ns2/small.test.db up to external/mpl/bind//dist/bin/tests/system/optout/ns2/test.db up to external/mpl/bind//dist/bin/tests/system/optout/tests_optout.py up to external/mpl/bind//dist/bin/tests/system/convert_junit_to_trs.py up to external/mpl/bind//dist/bin/tests/system/selftest/tests_zone_analyzer.py up to external/mpl/bind//dist/bin/tests/system/dnssec_unsupported_ds/ns1/zones/root.db.in up to external/mpl/bind//dist/bin/tests/system/dnssec_unsupported_ds/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec_unsupported_ds/ns1/sign.sh up to external/mpl/bind//dist/bin/tests/system/dnssec_unsupported_ds/ns2/zones/example.db.in up to external/mpl/bind//dist/bin/tests/system/dnssec_unsupported_ds/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec_unsupported_ds/ns2/sign.sh up to external/mpl/bind//dist/bin/tests/system/dnssec_unsupported_ds/setup.sh up to external/mpl/bind//dist/bin/tests/system/dnssec_unsupported_ds/tests_mixed_ds.py up to external/mpl/bind//dist/bin/tests/system/dnssec_unsupported_ds/ns3/zones/child.example.db.in up to external/mpl/bind//dist/bin/tests/system/dnssec_unsupported_ds/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/dnssec_unsupported_ds/ns3/sign.sh up to external/mpl/bind//dist/bin/tests/system/dnssec_unsupported_ds/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/expiredglue/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/expiredglue/ns1/root.db up to external/mpl/bind//dist/bin/tests/system/expiredglue/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/expiredglue/ns2/tld.db up to external/mpl/bind//dist/bin/tests/system/expiredglue/tests_expiredglue.py up to external/mpl/bind//dist/bin/tests/system/expiredglue/ns3/dnshoster.tld.db up to external/mpl/bind//dist/bin/tests/system/expiredglue/ns3/example.tld.db up to external/mpl/bind//dist/bin/tests/system/expiredglue/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/expiredglue/ns4/named.args up to external/mpl/bind//dist/bin/tests/system/expiredglue/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/expiredglue/ns4/root.hint up to external/mpl/bind//dist/bin/tests/system/include_multiplecfg/ns2/mars.com.db up to external/mpl/bind//dist/bin/tests/system/include_multiplecfg/ns2/mars.conf up to external/mpl/bind//dist/bin/tests/system/include_multiplecfg/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/include_multiplecfg/ns2/zone1.com.db up to external/mpl/bind//dist/bin/tests/system/include_multiplecfg/ns2/zone1.conf up to external/mpl/bind//dist/bin/tests/system/include_multiplecfg/ns2/zone2.com.db up to external/mpl/bind//dist/bin/tests/system/include_multiplecfg/ns2/zone2.conf up to external/mpl/bind//dist/bin/tests/system/include_multiplecfg/tests_include_multiplecfg.py up to external/mpl/bind//dist/bin/tests/system/ixfr_nonminimal/ans2/ans.py up to external/mpl/bind//dist/bin/tests/system/ixfr_nonminimal/prereq.sh up to external/mpl/bind//dist/bin/tests/system/ixfr_nonminimal/setup.sh up to external/mpl/bind//dist/bin/tests/system/ixfr_nonminimal/tests.sh up to external/mpl/bind//dist/bin/tests/system/ixfr_nonminimal/tests_sh_ixfr_nonminimal.py up to external/mpl/bind//dist/bin/tests/system/ixfr_nonminimal/ans4/ans.py up to external/mpl/bind//dist/bin/tests/system/ixfr_nonminimal/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/ixfr_nonminimal/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/mirror_root_zone/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/mirror_root_zone/tests_mirror_root_zone.py up to external/mpl/bind//dist/bin/tests/system/nsec/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsec/ns1/root.db up to external/mpl/bind//dist/bin/tests/system/nsec/ns2/excessive-nsec-rrsigs.db.in up to external/mpl/bind//dist/bin/tests/system/nsec/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsec/tests_excessive_rrsigs.py up to external/mpl/bind//dist/bin/tests/system/nsec/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsec/ns3/trusted.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsec3_answer/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsec3_answer/ns1/root.db.in up to external/mpl/bind//dist/bin/tests/system/nsec3_answer/ns1/sign.sh up to external/mpl/bind//dist/bin/tests/system/nsec3_answer/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsec3_answer/setup.sh up to external/mpl/bind//dist/bin/tests/system/nsec3_answer/tests_nsec3.py up to external/mpl/bind//dist/bin/tests/system/nsec3_delegation/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsec3_delegation/ns1/root.db up to external/mpl/bind//dist/bin/tests/system/nsec3_delegation/ns2/iter-too-many.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/nsec3_delegation/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsec3_delegation/ns2/sub.iter-too-many.db up to external/mpl/bind//dist/bin/tests/system/nsec3_delegation/tests_excessive_nsec3_iterations.py up to external/mpl/bind//dist/bin/tests/system/nsec3_delegation/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsec3_delegation/ns3/trusted.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsprocessinglimit/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsprocessinglimit/ns1/root.db up to external/mpl/bind//dist/bin/tests/system/nsprocessinglimit/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsprocessinglimit/ns2/tld.db up to external/mpl/bind//dist/bin/tests/system/nsprocessinglimit/tests_nsprocessinglimit.py up to external/mpl/bind//dist/bin/tests/system/nsprocessinglimit/ns3/example.tld.db up to external/mpl/bind//dist/bin/tests/system/nsprocessinglimit/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsprocessinglimit/ns4/named.args up to external/mpl/bind//dist/bin/tests/system/nsprocessinglimit/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nsprocessinglimit/ns4/root.hint up to external/mpl/bind//dist/bin/tests/system/nta/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nta/ns1/root.db.in up to external/mpl/bind//dist/bin/tests/system/nta/ns1/sign.sh up to external/mpl/bind//dist/bin/tests/system/nta/ns2/corp.db up to external/mpl/bind//dist/bin/tests/system/nta/ns2/example.db.in up to external/mpl/bind//dist/bin/tests/system/nta/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nta/ns2/sign.sh up to external/mpl/bind//dist/bin/tests/system/nta/setup.sh up to external/mpl/bind//dist/bin/tests/system/nta/tests_nta.py up to external/mpl/bind//dist/bin/tests/system/nta/ns3/bogus.example.db.in up to external/mpl/bind//dist/bin/tests/system/nta/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nta/ns3/secure.example.db.in up to external/mpl/bind//dist/bin/tests/system/nta/ns3/sign.sh up to external/mpl/bind//dist/bin/tests/system/nta/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/nta/ns9/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/query_source/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/query_source/ns1/root.db up to external/mpl/bind//dist/bin/tests/system/query_source/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/query_source/ns2/root.hint up to external/mpl/bind//dist/bin/tests/system/query_source/tests_querysource_none.py up to external/mpl/bind//dist/bin/tests/system/query_source/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/query_source/ns3/root.hint up to external/mpl/bind//dist/bin/tests/system/query_source/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/query_source/ns4/root.hint up to external/mpl/bind//dist/bin/tests/system/query_source/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/query_source/ns5/root.hint up to external/mpl/bind//dist/bin/tests/system/randomizens/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/randomizens/ns1/root.db up to external/mpl/bind//dist/bin/tests/system/randomizens/README up to external/mpl/bind//dist/bin/tests/system/randomizens/ns2/example.db up to external/mpl/bind//dist/bin/tests/system/randomizens/ns2/1st.db up to external/mpl/bind//dist/bin/tests/system/randomizens/ns2/2nd.db up to external/mpl/bind//dist/bin/tests/system/randomizens/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/randomizens/ns2/xxx.db up to external/mpl/bind//dist/bin/tests/system/randomizens/ns3/example.db up to external/mpl/bind//dist/bin/tests/system/randomizens/ns3/1st.db up to external/mpl/bind//dist/bin/tests/system/randomizens/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/randomizens/tests_randomizens.py up to external/mpl/bind//dist/bin/tests/system/randomizens/ns4/example.db up to external/mpl/bind//dist/bin/tests/system/randomizens/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/randomizens/ns5/example.db up to external/mpl/bind//dist/bin/tests/system/randomizens/ns5/1st.db up to external/mpl/bind//dist/bin/tests/system/randomizens/ns5/2nd.db up to external/mpl/bind//dist/bin/tests/system/randomizens/ns5/3rd.db up to external/mpl/bind//dist/bin/tests/system/randomizens/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/randomizens/ns6/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_algo_csk/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_algo_csk/ns1/root.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_algo_csk/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_algo_csk/ns2/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_algo_csk/tests_rollover_algo_csk_initial.py up to external/mpl/bind//dist/bin/tests/system/rollover_algo_csk/tests_rollover_algo_csk_reconfig.py up to external/mpl/bind//dist/bin/tests/system/rollover_algo_csk/ns3/csk1.conf up to external/mpl/bind//dist/bin/tests/system/rollover_algo_csk/ns3/csk2.conf up to external/mpl/bind//dist/bin/tests/system/rollover_algo_csk/ns3/named.common.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_algo_csk/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_algo_csk/ns3/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_algo_csk/ns3/trusted.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_algo_ksk_zsk/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_algo_ksk_zsk/ns1/root.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_algo_ksk_zsk/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_algo_ksk_zsk/ns2/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_algo_ksk_zsk/tests_rollover_algo_ksk_zsk_initial.py up to external/mpl/bind//dist/bin/tests/system/rollover_algo_ksk_zsk/tests_rollover_algo_ksk_zsk_reconfig.py up to external/mpl/bind//dist/bin/tests/system/rollover_algo_ksk_zsk/ns3/kasp.conf up to external/mpl/bind//dist/bin/tests/system/rollover_algo_ksk_zsk/ns3/named.common.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_algo_ksk_zsk/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_algo_ksk_zsk/ns3/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_algo_ksk_zsk/ns3/trusted.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll1/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll1/ns1/root.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll1/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll1/ns2/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll1/tests_rollover_csk_roll1.py up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll1/ns3/kasp.conf up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll1/ns3/named.common.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll1/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll1/ns3/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll1/ns3/trusted.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll2/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll2/ns1/root.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll2/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll2/ns2/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll2/tests_rollover_csk_roll2.py up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll2/ns3/kasp.conf up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll2/ns3/named.common.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll2/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll2/ns3/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_csk_roll2/ns3/trusted.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_dynamic2inline/ns3/dynamic2inline.kasp.db up to external/mpl/bind//dist/bin/tests/system/rollover_dynamic2inline/ns3/named.common.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_dynamic2inline/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_dynamic2inline/tests_rollover_dynamic2inline.py up to external/mpl/bind//dist/bin/tests/system/rollover_enable_dnssec/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_enable_dnssec/ns1/root.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_enable_dnssec/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_enable_dnssec/ns2/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_enable_dnssec/tests_rollover_enable_dnssec.py up to external/mpl/bind//dist/bin/tests/system/rollover_enable_dnssec/ns3/kasp.conf up to external/mpl/bind//dist/bin/tests/system/rollover_enable_dnssec/ns3/named.common.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_enable_dnssec/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_enable_dnssec/ns3/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_enable_dnssec/ns3/trusted.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_going_insecure/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_going_insecure/ns1/root.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_going_insecure/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_going_insecure/ns2/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_going_insecure/tests_rollover_going_insecure_initial.py up to external/mpl/bind//dist/bin/tests/system/rollover_going_insecure/tests_rollover_going_insecure_reconfig.py up to external/mpl/bind//dist/bin/tests/system/rollover_going_insecure/ns3/kasp.conf up to external/mpl/bind//dist/bin/tests/system/rollover_going_insecure/ns3/named.common.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_going_insecure/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_going_insecure/ns3/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_going_insecure/ns3/trusted.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_3crowd/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_3crowd/ns1/root.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_3crowd/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_3crowd/ns2/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_3crowd/tests_rollover_three_is_a_crowd.py up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_3crowd/ns3/kasp.conf up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_3crowd/ns3/named.common.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_3crowd/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_3crowd/ns3/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_3crowd/ns3/trusted.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_doubleksk/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_doubleksk/ns1/root.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_doubleksk/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_doubleksk/ns2/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_doubleksk/tests_rollover_ksk_doubleksk.py up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_doubleksk/ns3/kasp.conf up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_doubleksk/ns3/named.common.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_doubleksk/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_doubleksk/ns3/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_ksk_doubleksk/ns3/trusted.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_lifetime/ns3/kasp.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_lifetime/ns3/limit-lifetime.db up to external/mpl/bind//dist/bin/tests/system/rollover_lifetime/ns3/longer-lifetime.db up to external/mpl/bind//dist/bin/tests/system/rollover_lifetime/ns3/named.common.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_lifetime/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_lifetime/ns3/shorter-lifetime.db up to external/mpl/bind//dist/bin/tests/system/rollover_lifetime/ns3/template.db.in up to external/mpl/bind//dist/bin/tests/system/rollover_lifetime/ns3/unlimit-lifetime.db up to external/mpl/bind//dist/bin/tests/system/rollover_lifetime/tests_rollover_lifetime_initial.py up to external/mpl/bind//dist/bin/tests/system/rollover_lifetime/tests_rollover_lifetime_reconfig.py up to external/mpl/bind//dist/bin/tests/system/rollover_multisigner/ns3/kasp.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_multisigner/ns3/named.common.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_multisigner/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_multisigner/ns3/template.db.in up to external/mpl/bind//dist/bin/tests/system/rollover_multisigner/ns3/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_multisigner/tests_rollover_multisigner.py up to external/mpl/bind//dist/bin/tests/system/rollover_straight2none/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_straight2none/ns1/root.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_straight2none/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_straight2none/ns2/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_straight2none/tests_rollover_straight2none_initial.py up to external/mpl/bind//dist/bin/tests/system/rollover_straight2none/tests_rollover_straight2none_reconfig.py up to external/mpl/bind//dist/bin/tests/system/rollover_straight2none/ns3/kasp.conf up to external/mpl/bind//dist/bin/tests/system/rollover_straight2none/ns3/named.common.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_straight2none/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_straight2none/ns3/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_straight2none/ns3/trusted.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_zsk_prepub/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_zsk_prepub/ns1/root.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_zsk_prepub/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_zsk_prepub/ns2/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_zsk_prepub/tests_rollover_zsk_prepublication.py up to external/mpl/bind//dist/bin/tests/system/rollover_zsk_prepub/ns3/kasp.conf up to external/mpl/bind//dist/bin/tests/system/rollover_zsk_prepub/ns3/named.common.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_zsk_prepub/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/rollover_zsk_prepub/ns3/template.db.j2.manual up to external/mpl/bind//dist/bin/tests/system/rollover_zsk_prepub/ns3/trusted.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ans2/ans.pl up to external/mpl/bind//dist/bin/tests/system/serve_stale/prereq.sh up to external/mpl/bind//dist/bin/tests/system/serve_stale/tests.sh up to external/mpl/bind//dist/bin/tests/system/serve_stale/tests_sh_serve_stale.py up to external/mpl/bind//dist/bin/tests/system/serve_stale/ans8/ans.pl up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns1/named1.conf.in up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns1/named2.conf.in up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns1/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns1/named3.conf.in up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns1/named3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns1/named4.conf.in up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns1/named4.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns1/root.db up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns1/stale.test.db up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns3/named1.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns3/named2.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns3/named3.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns3/named4.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns3/named5.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns3/named6.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns3/named7.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns3/named8.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns3/named9.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns3/root.db up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns3/serve.stale.db up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns4/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns5/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns6/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns6/serve.stale.db up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns6/stale.db up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns7/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns7/named1.conf.j2 up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns7/root.db up to external/mpl/bind//dist/bin/tests/system/serve_stale/ns7/target.stale.db up to external/mpl/bind//dist/bin/tests/system/sig0/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/sig0/setup.sh up to external/mpl/bind//dist/bin/tests/system/sig0/tests_sig0.py up to external/mpl/bind//dist/bin/tests/system/ssumaxtype/ns1/example.db.in up to external/mpl/bind//dist/bin/tests/system/ssumaxtype/ns1/maxrrperset.db.in up to external/mpl/bind//dist/bin/tests/system/ssumaxtype/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/ssumaxtype/setup.sh up to external/mpl/bind//dist/bin/tests/system/ssumaxtype/tests_ssumaxtype.py up to external/mpl/bind//dist/bin/tests/system/ssutoctou/ns1/example.db.in up to external/mpl/bind//dist/bin/tests/system/ssutoctou/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/ssutoctou/setup.sh up to external/mpl/bind//dist/bin/tests/system/ssutoctou/tests_ssutoctou.py up to external/mpl/bind//dist/bin/tests/system/tkey/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/tkey/tests_cve_2026_3119.py up to external/mpl/bind//dist/bin/tests/system/transport_acl/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/transport_acl/self-signed-cert.pem up to external/mpl/bind//dist/bin/tests/system/transport_acl/self-signed-key.pem up to external/mpl/bind//dist/bin/tests/system/transport_acl/setup.sh up to external/mpl/bind//dist/bin/tests/system/transport_acl/tests.sh up to external/mpl/bind//dist/bin/tests/system/transport_acl/tests_sh_transport_acl.py up to external/mpl/bind//dist/bin/tests/system/transport_change/ns1/named-http-plain-proxy.conf.j2 up to external/mpl/bind//dist/bin/tests/system/transport_change/ns1/named-http-plain.conf.j2 up to external/mpl/bind//dist/bin/tests/system/transport_change/ns1/named-https-proxy-encrypted.conf.j2 up to external/mpl/bind//dist/bin/tests/system/transport_change/ns1/named-https-proxy-plain.conf.j2 up to external/mpl/bind//dist/bin/tests/system/transport_change/ns1/named-https.conf.j2 up to external/mpl/bind//dist/bin/tests/system/transport_change/ns1/named-proxy.conf.j2 up to external/mpl/bind//dist/bin/tests/system/transport_change/ns1/named-tls-proxy-encrypted.conf.j2 up to external/mpl/bind//dist/bin/tests/system/transport_change/ns1/named-tls-proxy-plain.conf.j2 up to external/mpl/bind//dist/bin/tests/system/transport_change/ns1/named-tls.conf.j2 up to external/mpl/bind//dist/bin/tests/system/transport_change/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/transport_change/prereq.sh up to external/mpl/bind//dist/bin/tests/system/transport_change/privkey.pem up to external/mpl/bind//dist/bin/tests/system/transport_change/self-signed-cert.pem up to external/mpl/bind//dist/bin/tests/system/transport_change/self-signed-key.pem up to external/mpl/bind//dist/bin/tests/system/transport_change/setup.sh up to external/mpl/bind//dist/bin/tests/system/transport_change/tests.sh up to external/mpl/bind//dist/bin/tests/system/transport_change/tests_sh_transport_change.py up to external/mpl/bind//dist/bin/tests/system/xfer_servers_list/ns1/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/xfer_servers_list/ns1/test.db.j2 up to external/mpl/bind//dist/bin/tests/system/xfer_servers_list/ns2/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/xfer_servers_list/tests_xfer_servers_list.py up to external/mpl/bind//dist/bin/tests/system/xfer_servers_list/ns3/named.conf.j2 up to external/mpl/bind//dist/bin/tests/system/xfer_servers_list/ns4/named.conf.j2 up to external/mpl/bind//dist/doc/notes/notes-9.20.12.rst up to external/mpl/bind//dist/doc/notes/notes-9.20.13.rst up to external/mpl/bind//dist/doc/notes/notes-9.20.14.rst up to external/mpl/bind//dist/doc/notes/notes-9.20.15.rst up to external/mpl/bind//dist/doc/notes/notes-9.20.16.rst up to external/mpl/bind//dist/doc/notes/notes-9.20.17.rst up to external/mpl/bind//dist/doc/notes/notes-9.20.18.rst up to external/mpl/bind//dist/doc/notes/notes-9.20.19.rst up to external/mpl/bind//dist/doc/notes/notes-9.20.20.rst up to external/mpl/bind//dist/doc/notes/notes-9.20.21.rst up to external/mpl/bind//dist/doc/notes/notes-9.20.22.rst up to external/mpl/bind//dist/doc/changelog/changelog-9.20.12.rst up to external/mpl/bind//dist/doc/changelog/changelog-9.20.13.rst up to external/mpl/bind//dist/doc/changelog/changelog-9.20.14.rst up to external/mpl/bind//dist/doc/changelog/changelog-9.20.15.rst up to external/mpl/bind//dist/doc/changelog/changelog-9.20.16.rst up to external/mpl/bind//dist/doc/changelog/changelog-9.20.17.rst up to external/mpl/bind//dist/doc/changelog/changelog-9.20.18.rst up to external/mpl/bind//dist/doc/changelog/changelog-9.20.19.rst up to external/mpl/bind//dist/doc/changelog/changelog-9.20.20.rst up to external/mpl/bind//dist/doc/changelog/changelog-9.20.21.rst up to external/mpl/bind//dist/doc/changelog/changelog-9.20.22.rst up to external/mpl/bind//dist/lib/dns/include/dns/dsync.h up to external/mpl/bind//dist/lib/dns/rdata/generic/brid_68.c up to external/mpl/bind//dist/lib/dns/rdata/generic/brid_68.h up to external/mpl/bind//dist/lib/dns/rdata/generic/dsync_66.c up to external/mpl/bind//dist/lib/dns/rdata/generic/dsync_66.h up to external/mpl/bind//dist/lib/dns/rdata/generic/hhit_67.c up to external/mpl/bind//dist/lib/dns/rdata/generic/hhit_67.h up to external/mpl/bind//dist/util/check-make-install.sh.in up to external/mpl/bind//dist/bin/tests/convert-trs-to-junit.py delete external/mpl/bind//dist/bin/tests/system/convert-junit-to-trs.py delete external/mpl/bind//dist/bin/tests/system/kasp.sh delete external/mpl/bind//dist/bin/tests/system/acl/ns2/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/acl/ns2/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/acl/ns2/named3.conf.in delete external/mpl/bind//dist/bin/tests/system/acl/ns2/named4.conf.in delete external/mpl/bind//dist/bin/tests/system/acl/ns2/named5.conf.in delete external/mpl/bind//dist/bin/tests/system/acl/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/acl/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/additional/ns1/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/additional/ns1/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/additional/ns1/named3.conf.in delete external/mpl/bind//dist/bin/tests/system/additional/ns1/named4.conf.in delete external/mpl/bind//dist/bin/tests/system/additional/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/additional/setup.sh delete external/mpl/bind//dist/bin/tests/system/additional/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/addzone/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/addzone/ns2/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/addzone/ns2/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/addzone/ns2/named3.conf.in delete external/mpl/bind//dist/bin/tests/system/addzone/ns3/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/addzone/ns3/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns1/root.db delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/generic.db delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named01.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named02.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named03.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named04.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named05.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named06.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named07.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named08.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named09.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named10.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named11.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named12.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named21.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named22.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named23.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named24.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named25.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named26.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named27.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named28.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named29.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named30.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named31.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named32.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named33.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named34.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named40.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named53.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named54.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named55.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named56.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns2/named57.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/setup.sh delete external/mpl/bind//dist/bin/tests/system/allow-query/tests.sh delete external/mpl/bind//dist/bin/tests/system/allow-query/tests_sh_allow_query.py delete external/mpl/bind//dist/bin/tests/system/allow-query/ns3/named.args delete external/mpl/bind//dist/bin/tests/system/allow-query/ns3/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns3/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns3/named3.conf.in delete external/mpl/bind//dist/bin/tests/system/allow-query/ns3/named4.conf.in delete external/mpl/bind//dist/bin/tests/system/autosign/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/autosign/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/autosign/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/autosign/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/autosign/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/catz/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/catz/ns2/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/catz/ns2/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/catz/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/catz/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/chain/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/chain/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/chain/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/chain/ns7/named.conf.in delete external/mpl/bind//dist/bin/tests/system/checkds/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/checkds/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/checkds/ns10/named.conf.in delete external/mpl/bind//dist/bin/tests/system/checkds/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/checkds/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/checkds/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/checkds/ns6/named.conf.in delete external/mpl/bind//dist/bin/tests/system/checkds/ns7/named.conf.in delete external/mpl/bind//dist/bin/tests/system/checkds/ns8/named.conf.in delete external/mpl/bind//dist/bin/tests/system/checkds/ns9/named.conf.in delete external/mpl/bind//dist/bin/tests/system/checkzone/zones/bad-cname-and-atmrelay.db delete external/mpl/bind//dist/bin/tests/system/checkzone/zones/bad-tsig.db.in delete external/mpl/bind//dist/bin/tests/system/cipher-suites/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/cipher-suites/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/cipher-suites/prereq.sh delete external/mpl/bind//dist/bin/tests/system/cipher-suites/self-signed-cert.pem delete external/mpl/bind//dist/bin/tests/system/cipher-suites/self-signed-key.pem delete external/mpl/bind//dist/bin/tests/system/cipher-suites/setup.sh delete external/mpl/bind//dist/bin/tests/system/cipher-suites/tests_cipher_suites.py delete external/mpl/bind//dist/bin/tests/system/cipher-suites/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/cipher-suites/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/cipher-suites/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/cookie/prereq.sh delete external/mpl/bind//dist/bin/tests/system/dialup/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/dialup/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/dialup/setup.sh delete external/mpl/bind//dist/bin/tests/system/dialup/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/digdelv/ans4/startme delete external/mpl/bind//dist/bin/tests/system/digdelv/ans5/ans.pl delete external/mpl/bind//dist/bin/tests/system/digdelv/ans6/ans.pl delete external/mpl/bind//dist/bin/tests/system/digdelv/ans7/ans.pl delete external/mpl/bind//dist/bin/tests/system/digdelv/ans8/ans.py delete external/mpl/bind//dist/bin/tests/system/digdelv/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/digdelv/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/digdelv/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/dlzexternal/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/dns64/ns1/named.conf1.in delete external/mpl/bind//dist/bin/tests/system/dns64/ns1/named.conf2.in delete external/mpl/bind//dist/bin/tests/system/dns64/ns1/named.conf3.in delete external/mpl/bind//dist/bin/tests/system/dns64/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/dns64/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/dns64/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/dnssec/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/dnssec/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/dnssec/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/dnssec/ns4/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/dnssec/ns4/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/dnssec/ns4/named3.conf.in delete external/mpl/bind//dist/bin/tests/system/dnssec/ns4/named4.conf.in delete external/mpl/bind//dist/bin/tests/system/dnssec/ns5/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/dnssec/ns5/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/dnssec/ns6/named.conf.in delete external/mpl/bind//dist/bin/tests/system/dnssec/ns7/named.conf.in delete external/mpl/bind//dist/bin/tests/system/dnssec/ns8/named.conf.in delete external/mpl/bind//dist/bin/tests/system/dnssec/ns9/named.conf.in delete external/mpl/bind//dist/bin/tests/system/doth/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/doth/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/doth/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/doth/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/doth/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/dsdigest/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/dsdigest/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/dsdigest/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/dsdigest/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/ecdsa/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/ecdsa/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/ecdsa/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/eddsa/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/eddsa/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/eddsa/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/enginepkcs11/ns1/named.args.in delete external/mpl/bind//dist/bin/tests/system/enginepkcs11/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/enginepkcs11/ns2/named.args.in delete external/mpl/bind//dist/bin/tests/system/enginepkcs11/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/fetchlimit/ans4/ans.pl delete external/mpl/bind//dist/bin/tests/system/fetchlimit/setup.sh delete external/mpl/bind//dist/bin/tests/system/fetchlimit/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/fetchlimit/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/fetchlimit/ns3/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/fetchlimit/ns3/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/fetchlimit/ns3/named3.conf.in delete external/mpl/bind//dist/bin/tests/system/fetchlimit/ns5/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/fetchlimit/ns5/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/fetchlimit/ns5/named3.conf.in delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/conf/bad1.conf delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/conf/bad2.conf delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/conf/bad3.conf delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/conf/bad4.conf delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/conf/bad5.conf delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/conf/good1.conf delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/conf/good2.conf delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/conf/good3.conf delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/conf/good4.conf delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/conf/good5.conf delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/setup.sh delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/tests.sh delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/tests_sh_filter_aaaa.py delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns1/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns1/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns1/root.db delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns1/sign.sh delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns1/signed.db.in delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns1/unsigned.db delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns2/hints delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns2/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns2/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns3/hints delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns3/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns3/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns4/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns4/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns4/root.db delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns4/sign.sh delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns4/signed.db.in delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns4/unsigned.db delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns5/hints delete external/mpl/bind//dist/bin/tests/system/filter-aaaa/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/forward/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/forward/ns10/named.conf.in delete external/mpl/bind//dist/bin/tests/system/forward/ns2/named-tls.conf.in delete external/mpl/bind//dist/bin/tests/system/forward/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/forward/ns2/options-tls.conf.in delete external/mpl/bind//dist/bin/tests/system/forward/ns3/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/forward/ns3/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/forward/ns4/named-tls.conf.in delete external/mpl/bind//dist/bin/tests/system/forward/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/forward/ns4/options-tls.conf.in delete external/mpl/bind//dist/bin/tests/system/forward/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/forward/ns7/named.conf.in delete external/mpl/bind//dist/bin/tests/system/forward/ns8/named.conf.in delete external/mpl/bind//dist/bin/tests/system/forward/ns9/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/forward/ns9/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/forward/ns9/named3.conf.in delete external/mpl/bind//dist/bin/tests/system/forward/ns9/named4.conf.in delete external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named10.conf.in delete external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named11.conf.in delete external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named12.conf.in delete external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named3.conf.in delete external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named4.conf.in delete external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named5.conf.in delete external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named6.conf.in delete external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named7.conf.in delete external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named8.conf.in delete external/mpl/bind//dist/bin/tests/system/geoip2/ns2/named9.conf.in delete external/mpl/bind//dist/bin/tests/system/glue/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/host/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/include-multiplecfg/ns2/mars.com.db delete external/mpl/bind//dist/bin/tests/system/include-multiplecfg/ns2/mars.conf delete external/mpl/bind//dist/bin/tests/system/include-multiplecfg/ns2/named.conf.j2 delete external/mpl/bind//dist/bin/tests/system/include-multiplecfg/ns2/zone1.com.db delete external/mpl/bind//dist/bin/tests/system/include-multiplecfg/ns2/zone1.conf delete external/mpl/bind//dist/bin/tests/system/include-multiplecfg/ns2/zone2.com.db delete external/mpl/bind//dist/bin/tests/system/include-multiplecfg/ns2/zone2.conf delete external/mpl/bind//dist/bin/tests/system/include-multiplecfg/tests_include_multiplecfg.py delete external/mpl/bind//dist/bin/tests/system/inline/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/inline/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/inline/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/inline/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/inline/ns5/named.conf.post delete external/mpl/bind//dist/bin/tests/system/inline/ns5/named.conf.pre delete external/mpl/bind//dist/bin/tests/system/inline/ns6/named.conf.in delete external/mpl/bind//dist/bin/tests/system/inline/ns7/named.conf.in delete external/mpl/bind//dist/bin/tests/system/inline/ns8/named.conf.in delete external/mpl/bind//dist/bin/tests/system/isctest/compat.py delete external/mpl/bind//dist/bin/tests/system/isctest/rndc.py delete external/mpl/bind//dist/bin/tests/system/ixfr/ans2/startme delete external/mpl/bind//dist/bin/tests/system/ixfr/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/ixfr/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/ixfr/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/ixfr/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/journal/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/journal/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/kasp/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/kasp/ns3/policies/autosign.conf.in delete external/mpl/bind//dist/bin/tests/system/kasp/ns3/policies/kasp-fips.conf.in delete external/mpl/bind//dist/bin/tests/system/kasp/ns3/policies/kasp.conf.in delete external/mpl/bind//dist/bin/tests/system/kasp/ns3/named-fips.conf.in delete external/mpl/bind//dist/bin/tests/system/kasp/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/kasp/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/kasp/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/kasp/ns6/policies/csk1.conf.in delete external/mpl/bind//dist/bin/tests/system/kasp/ns6/policies/csk2.conf.in delete external/mpl/bind//dist/bin/tests/system/kasp/ns6/policies/kasp-fips.conf.in delete external/mpl/bind//dist/bin/tests/system/kasp/ns6/policies/kasp.conf.in delete external/mpl/bind//dist/bin/tests/system/kasp/ns6/named.conf.in delete external/mpl/bind//dist/bin/tests/system/kasp/ns6/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/ksr/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/legacy/ns1/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/legacy/ns1/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/legacy/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/legacy/setup.sh delete external/mpl/bind//dist/bin/tests/system/legacy/ns10/named.conf.in delete external/mpl/bind//dist/bin/tests/system/legacy/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/legacy/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/legacy/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/legacy/ns6/named.conf.in delete external/mpl/bind//dist/bin/tests/system/legacy/ns7/named.conf.in delete external/mpl/bind//dist/bin/tests/system/legacy/ns8/named.conf.in delete external/mpl/bind//dist/bin/tests/system/legacy/ns9/named.conf.in delete external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.abspathconf.in delete external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.dirconf.in delete external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.incconf.in delete external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.iso8601-utc.in delete external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.iso8601.in delete external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.pipeconf.in delete external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.plain.in delete external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.plainconf.in delete external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.symconf.in delete external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.tsconf.in delete external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.unlimited.in delete external/mpl/bind//dist/bin/tests/system/logfileconfig/ns1/named.versconf.in delete external/mpl/bind//dist/bin/tests/system/logfileconfig/setup.sh delete external/mpl/bind//dist/bin/tests/system/masterformat/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/masterformat/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/masterformat/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/masterformat/ns4/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/masterformat/ns4/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/mirror/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/mirror/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/mirror/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rpz/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rpz/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rpz/dnsrps.zones.in delete external/mpl/bind//dist/bin/tests/system/rpz/test1 delete external/mpl/bind//dist/bin/tests/system/rpz/test2 delete external/mpl/bind//dist/bin/tests/system/rpz/test3 delete external/mpl/bind//dist/bin/tests/system/rpz/test4 delete external/mpl/bind//dist/bin/tests/system/rpz/test4a delete external/mpl/bind//dist/bin/tests/system/rpz/test5 delete external/mpl/bind//dist/bin/tests/system/rpz/test6 delete external/mpl/bind//dist/bin/tests/system/rpz/ns10/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rpz/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rpz/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rpz/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rpz/ns6/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rpz/ns7/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rpz/ns8/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rpz/ns9/named.conf.in delete external/mpl/bind//dist/bin/tests/system/mirror-root-zone/ns1/named.conf.j2 delete external/mpl/bind//dist/bin/tests/system/mirror-root-zone/tests_mirror_root_zone.py delete external/mpl/bind//dist/bin/tests/system/mkeys/ns1/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/mkeys/ns1/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/mkeys/ns1/named3.conf.in delete external/mpl/bind//dist/bin/tests/system/mkeys/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/mkeys/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/mkeys/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/mkeys/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/mkeys/ns6/named.conf.in delete external/mpl/bind//dist/bin/tests/system/mkeys/ns7/named.conf.in delete external/mpl/bind//dist/bin/tests/system/multisigner/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/multisigner/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/multisigner/tests.sh delete external/mpl/bind//dist/bin/tests/system/multisigner/tests_sh_multisigner.py delete external/mpl/bind//dist/bin/tests/system/multisigner/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/notify/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/notify/ns2/named-tls.conf.in delete external/mpl/bind//dist/bin/tests/system/notify/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/notify/ns2/options-tls.conf.in delete external/mpl/bind//dist/bin/tests/system/notify/ns3/named-tls.conf.in delete external/mpl/bind//dist/bin/tests/system/notify/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/notify/ns3/options-tls.conf.in delete external/mpl/bind//dist/bin/tests/system/notify/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/notify/ns4/named.port.in delete external/mpl/bind//dist/bin/tests/system/notify/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/nsec3/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/nsec3/ns3/named-fips.conf.in delete external/mpl/bind//dist/bin/tests/system/nsec3/ns3/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/nsec3/ns3/named2-fips.conf.in delete external/mpl/bind//dist/bin/tests/system/nsec3/ns3/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/nsec3/tests.sh delete external/mpl/bind//dist/bin/tests/system/nsec3/tests_sh_nsec3.py delete external/mpl/bind//dist/bin/tests/system/nslookup/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/nsupdate/verylarge.in delete external/mpl/bind//dist/bin/tests/system/nsupdate/ans4/ans.pl delete external/mpl/bind//dist/bin/tests/system/nsupdate/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/nsupdate/ns1/tls.conf.in delete external/mpl/bind//dist/bin/tests/system/nsupdate/ns1/tls.options.in delete external/mpl/bind//dist/bin/tests/system/nsupdate/ns10/named.conf.in delete external/mpl/bind//dist/bin/tests/system/nsupdate/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/nsupdate/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/nsupdate/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/nsupdate/ns6/named.conf.in delete external/mpl/bind//dist/bin/tests/system/nsupdate/ns7/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/nsupdate/ns7/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/nsupdate/ns8/named.conf.in delete external/mpl/bind//dist/bin/tests/system/nsupdate/ns9/named.conf.in delete external/mpl/bind//dist/bin/tests/system/padding/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/padding/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/padding/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/padding/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/pending/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/pending/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/pending/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/pending/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/proxy/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/proxy/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/qmin/prereq.sh delete external/mpl/bind//dist/bin/tests/system/query-source/ns1/named.conf.j2 delete external/mpl/bind//dist/bin/tests/system/query-source/ns1/root.db delete external/mpl/bind//dist/bin/tests/system/query-source/ns2/named.conf.j2 delete external/mpl/bind//dist/bin/tests/system/query-source/ns2/root.hint delete external/mpl/bind//dist/bin/tests/system/query-source/tests_querysource_none.py delete external/mpl/bind//dist/bin/tests/system/query-source/ns3/named.conf.j2 delete external/mpl/bind//dist/bin/tests/system/query-source/ns3/root.hint delete external/mpl/bind//dist/bin/tests/system/query-source/ns4/named.conf.j2 delete external/mpl/bind//dist/bin/tests/system/query-source/ns4/root.hint delete external/mpl/bind//dist/bin/tests/system/query-source/ns5/named.conf.j2 delete external/mpl/bind//dist/bin/tests/system/query-source/ns5/root.hint delete external/mpl/bind//dist/bin/tests/system/reclimit/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/reclimit/ns3/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/reclimit/ns3/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/reclimit/ns3/named3.conf.in delete external/mpl/bind//dist/bin/tests/system/reclimit/ns3/named4.conf.in delete external/mpl/bind//dist/bin/tests/system/reclimit/ns3/named5.conf.in delete external/mpl/bind//dist/bin/tests/system/reclimit/ns3/named6.conf.in delete external/mpl/bind//dist/bin/tests/system/redirect/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/redirect/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/redirect/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/redirect/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/redirect/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/redirect/ns6/named.conf.in delete external/mpl/bind//dist/bin/tests/system/resolver/ans2/ans.pl delete external/mpl/bind//dist/bin/tests/system/resolver/ans3/ans.pl delete external/mpl/bind//dist/bin/tests/system/resolver/ans8/ans.pl delete external/mpl/bind//dist/bin/tests/system/resolver/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/resolver/ns11/named.conf.in delete external/mpl/bind//dist/bin/tests/system/resolver/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/resolver/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/resolver/ns6/named.conf.in delete external/mpl/bind//dist/bin/tests/system/resolver/ns7/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/resolver/ns7/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/resolver/ns9/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rndc/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rndc/ns2/secondkey.conf.in delete external/mpl/bind//dist/bin/tests/system/rndc/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rndc/tests_cve-2023-3341.py delete external/mpl/bind//dist/bin/tests/system/rndc/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rndc/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rndc/ns6/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rndc/ns7/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rollover/ns3/setup.sh delete external/mpl/bind//dist/bin/tests/system/rollover/ns3/template.db.in delete external/mpl/bind//dist/bin/tests/system/rollover/ns6/csk1.conf.j2 delete external/mpl/bind//dist/bin/tests/system/rollover/ns6/csk2.conf.j2 delete external/mpl/bind//dist/bin/tests/system/rollover/ns6/kasp.conf.j2 delete external/mpl/bind//dist/bin/tests/system/rollover/ns6/named.conf.j2 delete external/mpl/bind//dist/bin/tests/system/rollover/ns6/named2.conf.j2 delete external/mpl/bind//dist/bin/tests/system/rollover/ns6/setup.sh delete external/mpl/bind//dist/bin/tests/system/rollover/ns6/template.db.in delete external/mpl/bind//dist/bin/tests/system/rollover/setup.sh delete external/mpl/bind//dist/bin/tests/system/rollover/tests_rollover.py delete external/mpl/bind//dist/bin/tests/system/rootkeysentinel/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rootkeysentinel/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rootkeysentinel/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rootkeysentinel/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rpzrecurse/ans5/ans.pl delete external/mpl/bind//dist/bin/tests/system/rpzrecurse/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rpzrecurse/ns2/named.conf.header.in delete external/mpl/bind//dist/bin/tests/system/rpzrecurse/ns3/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/rpzrecurse/ns3/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/rpzrecurse/ns3/named3.conf.in delete external/mpl/bind//dist/bin/tests/system/rpzrecurse/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rsabigexponent/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rsabigexponent/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/rsabigexponent/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/runtime/ns2/named-alt1.conf.in delete external/mpl/bind//dist/bin/tests/system/runtime/ns2/named-alt2.conf.in delete external/mpl/bind//dist/bin/tests/system/runtime/ns2/named-alt3.conf.in delete external/mpl/bind//dist/bin/tests/system/runtime/ns2/named-alt4.conf.in delete external/mpl/bind//dist/bin/tests/system/runtime/ns2/named-alt5.conf.in delete external/mpl/bind//dist/bin/tests/system/runtime/ns2/named-alt9.conf.in delete external/mpl/bind//dist/bin/tests/system/runtime/ns2/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/serve-stale/ans2/ans.pl delete external/mpl/bind//dist/bin/tests/system/serve-stale/prereq.sh delete external/mpl/bind//dist/bin/tests/system/serve-stale/setup.sh delete external/mpl/bind//dist/bin/tests/system/serve-stale/tests.sh delete external/mpl/bind//dist/bin/tests/system/serve-stale/tests_sh_serve_stale.py delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns1/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns1/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns1/named3.conf.in delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns1/named4.conf.in delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns1/root.db delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns1/stale.test.db delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns3/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns3/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns3/named3.conf.in delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns3/named4.conf.in delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns3/named5.conf.in delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns3/named6.conf.in delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns3/named7.conf.in delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns3/named8.conf.in delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns3/root.db delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns3/serve.stale.db delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns6/named.conf.in delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns6/serve.stale.db delete external/mpl/bind//dist/bin/tests/system/serve-stale/ns6/stale.db delete external/mpl/bind//dist/bin/tests/system/sfcache/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/sfcache/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/sfcache/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/sortlist/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/sortlist/setup.sh delete external/mpl/bind//dist/bin/tests/system/staticstub/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/staticstub/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/staticstub/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/staticstub/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/statistics/ans4/ans.pl delete external/mpl/bind//dist/bin/tests/system/statistics/setup.sh delete external/mpl/bind//dist/bin/tests/system/statistics/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/statistics/ns1/statistics-channels.conf.in delete external/mpl/bind//dist/bin/tests/system/statistics/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/statistics/ns2/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/statistics/ns2/statistics-channels.conf.in delete external/mpl/bind//dist/bin/tests/system/statistics/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/statistics/ns3/statistics-channels.conf.in delete external/mpl/bind//dist/bin/tests/system/statschannel/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/statschannel/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/statschannel/ns2/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/statschannel/traffic-json.pl delete external/mpl/bind//dist/bin/tests/system/statschannel/traffic-xml.pl delete external/mpl/bind//dist/bin/tests/system/statschannel/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/stress/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/stress/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/stress/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/synthfromdnssec/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/synthfromdnssec/ns1/statistics-channels.conf.in delete external/mpl/bind//dist/bin/tests/system/synthfromdnssec/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/synthfromdnssec/ns2/statistics-channels.conf.in delete external/mpl/bind//dist/bin/tests/system/synthfromdnssec/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/synthfromdnssec/ns3/statistics-channels.conf.in delete external/mpl/bind//dist/bin/tests/system/synthfromdnssec/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/synthfromdnssec/ns4/statistics-channels.conf.in delete external/mpl/bind//dist/bin/tests/system/synthfromdnssec/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/synthfromdnssec/ns5/statistics-channels.conf.in delete external/mpl/bind//dist/bin/tests/system/synthfromdnssec/ns6/named.conf.in delete external/mpl/bind//dist/bin/tests/system/synthfromdnssec/ns6/statistics-channels.conf.in delete external/mpl/bind//dist/bin/tests/system/timeouts/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/timeouts/prereq.sh delete external/mpl/bind//dist/bin/tests/system/transport-acl/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/transport-acl/self-signed-cert.pem delete external/mpl/bind//dist/bin/tests/system/transport-acl/self-signed-key.pem delete external/mpl/bind//dist/bin/tests/system/transport-acl/setup.sh delete external/mpl/bind//dist/bin/tests/system/transport-acl/tests.sh delete external/mpl/bind//dist/bin/tests/system/transport-acl/tests_sh_transport_acl.py delete external/mpl/bind//dist/bin/tests/system/transport-change/ns1/named-http-plain-proxy.conf.in delete external/mpl/bind//dist/bin/tests/system/transport-change/ns1/named-http-plain.conf.in delete external/mpl/bind//dist/bin/tests/system/transport-change/ns1/named-https-proxy-encrypted.conf.in delete external/mpl/bind//dist/bin/tests/system/transport-change/ns1/named-https-proxy-plain.conf.in delete external/mpl/bind//dist/bin/tests/system/transport-change/ns1/named-https.conf.in delete external/mpl/bind//dist/bin/tests/system/transport-change/ns1/named-proxy.conf.in delete external/mpl/bind//dist/bin/tests/system/transport-change/ns1/named-tls-proxy-encrypted.conf.in delete external/mpl/bind//dist/bin/tests/system/transport-change/ns1/named-tls-proxy-plain.conf.in delete external/mpl/bind//dist/bin/tests/system/transport-change/ns1/named-tls.conf.in delete external/mpl/bind//dist/bin/tests/system/transport-change/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/transport-change/prereq.sh delete external/mpl/bind//dist/bin/tests/system/transport-change/privkey.pem delete external/mpl/bind//dist/bin/tests/system/transport-change/self-signed-cert.pem delete external/mpl/bind//dist/bin/tests/system/transport-change/self-signed-key.pem delete external/mpl/bind//dist/bin/tests/system/transport-change/setup.sh delete external/mpl/bind//dist/bin/tests/system/transport-change/tests.sh delete external/mpl/bind//dist/bin/tests/system/transport-change/tests_sh_transport_change.py delete external/mpl/bind//dist/bin/tests/system/tsig/ans2/ans.pl delete external/mpl/bind//dist/bin/tests/system/tsig/setup.sh delete external/mpl/bind//dist/bin/tests/system/tsig/ns1/named-fips.conf.in delete external/mpl/bind//dist/bin/tests/system/tsig/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/tsiggss/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/upforwd/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/upforwd/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/upforwd/ns3/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/upforwd/ns3/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/views/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/views/ns2/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/views/ns2/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/views/ns2/named3.conf.in delete external/mpl/bind//dist/bin/tests/system/views/ns3/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/views/ns3/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/views/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/wildcard/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/wildcard/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/wildcard/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/wildcard/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/wildcard/ns5/named.conf.in delete external/mpl/bind//dist/bin/tests/system/xfer/axfr-stats.good delete external/mpl/bind//dist/bin/tests/system/xfer/dig1.good delete external/mpl/bind//dist/bin/tests/system/xfer/dig2.good delete external/mpl/bind//dist/bin/tests/system/xfer/dig3.good delete external/mpl/bind//dist/bin/tests/system/xfer/tests.sh delete external/mpl/bind//dist/bin/tests/system/xfer/tests_sh_xfer.py delete external/mpl/bind//dist/bin/tests/system/xfer/ns1/dot-fallback.db.in delete external/mpl/bind//dist/bin/tests/system/xfer/ns1/ixfr-too-big.db.in delete external/mpl/bind//dist/bin/tests/system/xfer/ns1/named1.conf.in delete external/mpl/bind//dist/bin/tests/system/xfer/ns1/named2.conf.in delete external/mpl/bind//dist/bin/tests/system/xfer/ns1/named3.conf.in delete external/mpl/bind//dist/bin/tests/system/xfer/ns2/mapped.db.in delete external/mpl/bind//dist/bin/tests/system/xfer/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/xfer/ns2/sec.db.in delete external/mpl/bind//dist/bin/tests/system/xfer/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/xfer/ns4/named.conf.base.in delete external/mpl/bind//dist/bin/tests/system/xfer/ns4/root.db.in delete external/mpl/bind//dist/bin/tests/system/xfer/ns6/named.conf.in delete external/mpl/bind//dist/bin/tests/system/xfer/ns7/named.conf.in delete external/mpl/bind//dist/bin/tests/system/xfer/ns8/named.conf.in delete external/mpl/bind//dist/bin/tests/system/xferquota/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/xferquota/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/zero/ans5/ans.pl delete external/mpl/bind//dist/bin/tests/system/zero/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/zero/ns2/named.conf.in delete external/mpl/bind//dist/bin/tests/system/zero/ns3/named.conf.in delete external/mpl/bind//dist/bin/tests/system/zero/ns4/named.conf.in delete external/mpl/bind//dist/bin/tests/system/zonechecks/ns1/named.conf.in delete external/mpl/bind//dist/bin/tests/system/zonechecks/ns2/named.conf.in delete external/mpl/bind//dist/lib/isc/entropy.c delete external/mpl/bind//dist/lib/isc/nonce.c delete external/mpl/bind//dist/lib/isc/include/isc/entropy.h delete external/mpl/bind//dist/tests/isc/random_test.c delete external/mpl/bind//dist/util/check-make-install.in delete external/mpl/bind/Makefile.inc up to 1.19 external/mpl/bind/bind2netbsd up to 1.12 external/mpl/bind/bin/named/Makefile up to 1.7 external/mpl/bind/dist/CONTRIBUTING.md up to 1.1.1.10 external/mpl/bind/dist/Makefile.in up to 1.15 external/mpl/bind/dist/NEWS up to 1.1.1.7 external/mpl/bind/dist/aclocal.m4 up to 1.1.1.9 external/mpl/bind/dist/ar-lib up to 1.1.1.2 external/mpl/bind/dist/compile up to 1.1.1.2 external/mpl/bind/dist/config.guess up to 1.5 external/mpl/bind/dist/config.h.in up to 1.18 external/mpl/bind/dist/config.sub up to 1.4 external/mpl/bind/dist/configure up to 1.23 external/mpl/bind/dist/configure.ac up to 1.1.1.21 external/mpl/bind/dist/depcomp up to 1.1.1.2 external/mpl/bind/dist/install-sh up to 1.1.1.4 external/mpl/bind/dist/ltmain.sh up to 1.1.1.5 external/mpl/bind/dist/missing up to 1.1.1.2 external/mpl/bind/dist/srcid up to 1.1.1.22 external/mpl/bind/dist/test-driver up to 1.1.1.2 external/mpl/bind/dist/bin/Makefile.in up to 1.1.1.7 external/mpl/bind/dist/bin/check/Makefile.in up to 1.1.1.12 external/mpl/bind/dist/bin/check/check-tool.c up to 1.12 external/mpl/bind/dist/bin/check/named-checkconf.c up to 1.14 external/mpl/bind/dist/bin/check/named-checkconf.rst up to 1.1.1.6 external/mpl/bind/dist/bin/check/named-checkzone.c up to 1.13 external/mpl/bind/dist/bin/confgen/Makefile.in up to 1.1.1.11 external/mpl/bind/dist/bin/delv/Makefile.in up to 1.1.1.11 external/mpl/bind/dist/bin/delv/delv.c up to 1.19 external/mpl/bind/dist/bin/dig/Makefile.in up to 1.1.1.11 external/mpl/bind/dist/bin/dig/dig.rst up to 1.1.1.10 external/mpl/bind/dist/bin/dig/dighost.c up to 1.21 external/mpl/bind/dist/bin/dnssec/Makefile.in up to 1.1.1.11 external/mpl/bind/dist/bin/dnssec/dnssec-cds.c up to 1.13 external/mpl/bind/dist/bin/dnssec/dnssec-dsfromkey.c up to 1.14 external/mpl/bind/dist/bin/dnssec/dnssec-dsfromkey.rst up to 1.1.1.5 external/mpl/bind/dist/bin/dnssec/dnssec-importkey.c up to 1.11 external/mpl/bind/dist/bin/dnssec/dnssec-importkey.rst up to 1.1.1.5 external/mpl/bind/dist/bin/dnssec/dnssec-keyfromlabel.c up to 1.13 external/mpl/bind/dist/bin/dnssec/dnssec-keyfromlabel.rst up to 1.1.1.6 external/mpl/bind/dist/bin/dnssec/dnssec-keygen.c up to 1.16 external/mpl/bind/dist/bin/dnssec/dnssec-keygen.rst up to 1.1.1.7 external/mpl/bind/dist/bin/dnssec/dnssec-ksr.c up to 1.5 external/mpl/bind/dist/bin/dnssec/dnssec-revoke.c up to 1.12 external/mpl/bind/dist/bin/dnssec/dnssec-settime.c up to 1.11 external/mpl/bind/dist/bin/dnssec/dnssec-signzone.c up to 1.16 external/mpl/bind/dist/bin/dnssec/dnssec-verify.c up to 1.10 external/mpl/bind/dist/bin/dnssec/dnssectool.c up to 1.13 external/mpl/bind/dist/bin/dnssec/dnssectool.h up to 1.9 external/mpl/bind/dist/bin/named/Makefile.in up to 1.1.1.13 external/mpl/bind/dist/bin/named/bind9.xsl up to 1.1.1.12 external/mpl/bind/dist/bin/named/config.c up to 1.20 external/mpl/bind/dist/bin/named/controlconf.c up to 1.14 external/mpl/bind/dist/bin/named/logconf.c up to 1.11 external/mpl/bind/dist/bin/named/main.c up to 1.23 external/mpl/bind/dist/bin/named/server.c up to 1.27 external/mpl/bind/dist/bin/named/statschannel.c up to 1.19 external/mpl/bind/dist/bin/named/tkeyconf.c up to 1.9 external/mpl/bind/dist/bin/named/transportconf.c up to 1.4 external/mpl/bind/dist/bin/named/zoneconf.c up to 1.20 external/mpl/bind/dist/bin/nsupdate/Makefile.in up to 1.1.1.11 external/mpl/bind/dist/bin/nsupdate/nsupdate.c up to 1.17 external/mpl/bind/dist/bin/plugins/Makefile.in up to 1.1.1.11 external/mpl/bind/dist/bin/plugins/filter-a.c up to 1.4 external/mpl/bind/dist/bin/plugins/filter-aaaa.c up to 1.12 external/mpl/bind/dist/bin/rndc/Makefile.in up to 1.1.1.11 external/mpl/bind/dist/bin/rndc/rndc.c up to 1.15 external/mpl/bind/dist/bin/rndc/rndc.rst up to 1.1.1.10 external/mpl/bind/dist/bin/tests/Makefile.am up to 1.1.1.2 external/mpl/bind/dist/bin/tests/Makefile.in up to 1.1.1.12 external/mpl/bind/dist/bin/tests/system/Makefile.am up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/Makefile.in up to 1.1.1.15 external/mpl/bind/dist/bin/tests/system/README.md up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/conf.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/conftest.py up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/custom-test-driver up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/feature-test.c up to 1.14 external/mpl/bind/dist/bin/tests/system/genzone.sh up to 1.1.1.13 external/mpl/bind/dist/bin/tests/system/ifconfig.sh.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/makejournal.c up to 1.4 external/mpl/bind/dist/bin/tests/system/pytest.ini up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/start.pl up to 1.1.1.12 external/mpl/bind/dist/bin/tests/system/vulture_ignore_list.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/acl/setup.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/acl/tests.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/additional/tests.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/addzone/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/addzone/tests.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/addzone/tests_rndc_deadlock.py up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/auth/tests.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/auth/ns1/example.com.db up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/auth/ns1/example.net.db up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/autosign/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/autosign/tests.sh up to 1.1.1.17 external/mpl/bind/dist/bin/tests/system/autosign/tests_sh_autosign.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/autosign/ns3/keygen.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/cacheclean/ns2/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/catz/setup.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/catz/tests.sh up to 1.1.1.13 external/mpl/bind/dist/bin/tests/system/catz/tests_sh_catz.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/chain/prereq.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/chain/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/chain/ans3/ans.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/chain/ans4/ans.py up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/checkconf/good.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/checkconf/tests.sh up to 1.1.1.13 external/mpl/bind/dist/bin/tests/system/checkds/setup.sh up to 1.5 external/mpl/bind/dist/bin/tests/system/checkds/tests_checkds.py up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/checknames/ns2/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/checknames/ns3/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/checknames/ns4/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/checknames/ns5/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/checkzone/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/checkzone/tests.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/checkzone/zones/crashzone.db up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/cookie/ans9/ans.py up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/cookie/ns1/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/cookie/ns3/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/cookie/ns4/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/cookie/ns5/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/cookie/ns6/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/cookie/ns8/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/database/tests_database.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/database/ns1/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/dialup/tests_dialup_zone_transfer.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/digdelv/prereq.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/digdelv/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/digdelv/tests.sh up to 1.1.1.19 external/mpl/bind/dist/bin/tests/system/digdelv/tests_sh_digdelv.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/digdelv/yamlget.py up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/digdelv/ns2/example.db.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dispatch/tests_connreset.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/dispatch/ans3/ans.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dlzexternal/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/dlzexternal/driver/Makefile.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dlzexternal/driver/driver.c up to 1.4 external/mpl/bind/dist/bin/tests/system/dns64/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/dns64/tests.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/dnssec/prereq.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/dnssec/setup.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/dnssec/tests.sh up to 1.1.1.17 external/mpl/bind/dist/bin/tests/system/dnssec/tests_sh_dnssec.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dnssec/ans10/ans.py up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/example.db.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/sign.sh up to 1.1.1.14 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/secure.example.db.in up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/sign.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/dnstap/tests.sh up to 1.1.1.13 external/mpl/bind/dist/bin/tests/system/dnstap/tests_dnstap.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dnstap/tests_sh_dnstap.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/dnstap/ydump.py up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/dnstap/ns1/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/dnstap/ns2/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/dnstap/ns3/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/dnstap/ns4/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/doth/conftest.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/doth/example.axfr.good up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/doth/example8.axfr.good up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/doth/setup.sh up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/doth/stress_http_quota.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/doth/tests.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/doth/tests_gnutls.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dsdigest/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/dsdigest/tests_dsdigest.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/dyndb/driver/Makefile.in up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/dyndb/driver/util.h up to 1.7 external/mpl/bind/dist/bin/tests/system/dyndb/driver/zone.c up to 1.9 external/mpl/bind/dist/bin/tests/system/ecdsa/setup.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/ecdsa/tests_ecdsa.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/eddsa/setup.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/emptyzones/tests_emptyzones.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/enginepkcs11/setup.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/enginepkcs11/tests_sh_enginepkcs11.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/fetchlimit/tests.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/fetchlimit/tests_sh_fetchlimit.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/forward/prereq.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/forward/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/forward/tests.sh up to 1.1.1.13 external/mpl/bind/dist/bin/tests/system/forward/tests_sh_forward.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/forward/ans11/ans.py up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/forward/ans6/ans.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/geoip2/setup.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/geoip2/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/glue/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/glue/tests_glue.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/hooks/tests_async_plugin.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/hooks/driver/Makefile.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/hooks/driver/test-async.c up to 1.4 external/mpl/bind/dist/bin/tests/system/hooks/ns1/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/host/setup.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/inline/setup.sh up to 1.1.1.13 external/mpl/bind/dist/bin/tests/system/inline/tests.sh up to 1.1.1.12 external/mpl/bind/dist/bin/tests/system/isctest/__init__.py up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/isctest/__main__.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/isctest/asyncserver.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/isctest/check.py up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/isctest/instance.py up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/isctest/kasp.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/isctest/mark.py up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/isctest/name.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/isctest/query.py up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/isctest/run.py up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/isctest/template.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/isctest/util.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/isctest/hypothesis/__init__.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/isctest/hypothesis/strategies.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/isctest/log/__init__.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/isctest/log/basic.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/isctest/log/watchlog.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/isctest/vars/__init__.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/isctest/vars/algorithms.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/isctest/vars/all.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/isctest/vars/autoconf.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/isctest/vars/basic.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/isctest/vars/dirs.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/isctest/vars/openssl.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/ixfr/setup.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/ixfr/tests.sh up to 1.1.1.13 external/mpl/bind/dist/bin/tests/system/journal/setup.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/kasp/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/kasp/tests_kasp.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/kasp/ns3/setup.sh up to 1.1.1.13 external/mpl/bind/dist/bin/tests/system/keepalive/tests_keepalive.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/keyfromlabel/tests_keyfromlabel.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/ksr/setup.sh up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/ksr/tests_ksr.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/ksr/ns1/setup.sh up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/legacy/tests.sh up to 1.1.1.14 external/mpl/bind/dist/bin/tests/system/limits/tests_limits.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/logfileconfig/tests.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/masterfile/tests_masterfile.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/masterfile/ns2/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/masterformat/setup.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/masterformat/tests.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/mirror/setup.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/mkeys/setup.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/mkeys/tests.sh up to 1.1.1.12 external/mpl/bind/dist/bin/tests/system/mkeys/tests_sh_mkeys.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/multisigner/setup.sh up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/multisigner/ns3/setup.sh up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/multisigner/ns4/setup.sh up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/names/tests_names.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/notify/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/notify/tests.sh up to 1.1.1.13 external/mpl/bind/dist/bin/tests/system/notify/tests_sh_notify.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/nsec3/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/nsec3/ns3/setup.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/nslookup/setup.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/nsupdate/setup.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/nsupdate/tests.sh up to 1.1.1.17 external/mpl/bind/dist/bin/tests/system/nsupdate/tests_sh_nsupdate.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/nzd2nzf/tests_nzd2nzf.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/padding/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/pending/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/pipelined/pipequeries.c up to 1.11 external/mpl/bind/dist/bin/tests/system/pipelined/ans5/ans.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/pipelined/ns2/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/pipelined/ns3/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/pipelined/ns4/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/proxy/setup.sh up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/qmin/qmin_ans.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/qmin/tests_sh_qmin.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/qmin/ans2/ans.py up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/qmin/ans3/ans.py up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/qmin/ans4/ans.py up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/reclimit/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/reclimit/tests.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/reclimit/tests_sh_reclimit.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/redirect/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/resolver/setup.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/resolver/tests.sh up to 1.1.1.14 external/mpl/bind/dist/bin/tests/system/resolver/ans10/ans.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/rfc5011/tests_rfc5011.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/rndc/setup.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/rndc/tests.sh up to 1.1.1.14 external/mpl/bind/dist/bin/tests/system/rollover/ns3/kasp.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/rollover/ns3/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/rpz/setup.sh up to 1.1.1.14 external/mpl/bind/dist/bin/tests/system/rpz/tests.sh up to 1.1.1.16 external/mpl/bind/dist/bin/tests/system/rpz/tests_sh_rpz.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/rpz/tests_sh_rpz_dnsrps.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/rpz/ns2/tld2.db up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/rpz/ns4/tld4.db up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/rpz/testlib/Makefile.in up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/rpzextra/tests_rpzextra.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/rpzrecurse/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/rpzrecurse/tests.sh up to 1.1.1.12 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.clientip.conf up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.clientip2.conf up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.default.conf up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.log.conf up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.max.conf up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.wildcard1.conf up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.wildcard2.conf up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.wildcard3.conf up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.wildcard4.conf up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/rrchecker/tests_rrchecker.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/rrl/tests_sh_rrl.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/rrl/ns1/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/rrl/ns2/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/rrl/ns3/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/rrl/ns4/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/rrsetorder/ns3/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/rrsetorder/ns4/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/rrsetorder/ns5/named.conf.j2 up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/rsabigexponent/bigkey.c up to 1.12 external/mpl/bind/dist/bin/tests/system/rsabigexponent/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/runtime/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/runtime/tests.sh up to 1.1.1.12 external/mpl/bind/dist/bin/tests/system/sfcache/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/shutdown/tests_shutdown.py up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/sortlist/tests_sortlist.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/spf/tests_spf_zones.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/staticstub/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/staticstub/tests.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/statistics/tests.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/statschannel/generic.py up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/statschannel/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/statschannel/tests.sh up to 1.1.1.15 external/mpl/bind/dist/bin/tests/system/statschannel/tests_json.py up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/statschannel/tests_sh_statschannel.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/statschannel/tests_xml.py up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/statschannel/ns2/sign.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/stress/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/stress/tests_stress_update.py up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/stub/tests_stub.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/setup.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/tests.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/tests_sh_synthfromdnssec.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns1/root.db.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns1/sign.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/tcp/tests_tcp.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/tcp/ans6/ans.py up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/timeouts/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/timeouts/tests_tcp_timeouts.py up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/tools/tests_tools_nsec3hash.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/tsig/tests_badtime.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/tsig/tests_tsig_hypothesis.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/tsiggss/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/tsiggss/tests_isc_spnego_flaws.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/ttl/tests_cache_ttl.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/upforwd/setup.sh up to 1.1.1.12 external/mpl/bind/dist/bin/tests/system/upforwd/tests.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/upforwd/tests_sh_upforwd.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/verify/tests_verify.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/views/setup.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/views/tests.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/wildcard/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/wildcard/tests_wildcard.py up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/xfer/knowngood.mapped up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/xfer/setup.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/xfer/ans9/ans.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/xferquota/setup.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/xferquota/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/xferquota/tests_xferquota.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/zero/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/zonechecks/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tools/Makefile.in up to 1.1.1.13 external/mpl/bind/dist/bin/tools/mdig.c up to 1.16 external/mpl/bind/dist/contrib/gitchangelog/gitchangelog.py up to 1.1.1.4 external/mpl/bind/dist/doc/Makefile.in up to 1.1.1.8 external/mpl/bind/dist/doc/arm/Makefile.in up to 1.1.1.12 external/mpl/bind/dist/doc/arm/advanced.inc.rst up to 1.1.1.3 external/mpl/bind/dist/doc/arm/changelog.rst up to 1.1.1.6 external/mpl/bind/dist/doc/arm/conf.py up to 1.1.1.10 external/mpl/bind/dist/doc/arm/index.rst up to 1.1.1.6 external/mpl/bind/dist/doc/arm/notes.rst up to 1.1.1.14 external/mpl/bind/dist/doc/arm/pkcs11.inc.rst up to 1.1.1.4 external/mpl/bind/dist/doc/arm/platforms.inc.rst up to 1.1.1.6 external/mpl/bind/dist/doc/arm/reference.rst up to 1.1.1.14 external/mpl/bind/dist/doc/arm/troubleshooting.inc.rst up to 1.1.1.3 external/mpl/bind/dist/doc/arm/_ext/iscconf.py up to 1.1.1.4 external/mpl/bind/dist/doc/arm/_ext/mergegrammar.py up to 1.1.1.2 external/mpl/bind/dist/doc/arm/_ext/namedconf.py up to 1.1.1.2 external/mpl/bind/dist/doc/dnssec-guide/recipes.rst up to 1.1.1.7 external/mpl/bind/dist/doc/man/Makefile.in up to 1.1.1.9 external/mpl/bind/dist/doc/man/arpaname.1in up to 1.1.1.8 external/mpl/bind/dist/doc/man/conf.py up to 1.1.1.8 external/mpl/bind/dist/doc/man/ddns-confgen.8in up to 1.1.1.11 external/mpl/bind/dist/doc/man/delv.1in up to 1.1.1.11 external/mpl/bind/dist/doc/man/dig.1in up to 1.1.1.13 external/mpl/bind/dist/doc/man/dnssec-cds.1in up to 1.1.1.6 external/mpl/bind/dist/doc/man/dnssec-dsfromkey.1in up to 1.1.1.6 external/mpl/bind/dist/doc/man/dnssec-importkey.1in up to 1.1.1.6 external/mpl/bind/dist/doc/man/dnssec-keyfromlabel.1in up to 1.1.1.6 external/mpl/bind/dist/doc/man/dnssec-keygen.1in up to 1.1.1.6 external/mpl/bind/dist/doc/man/dnssec-ksr.1in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnssec-revoke.1in up to 1.1.1.6 external/mpl/bind/dist/doc/man/dnssec-settime.1in up to 1.1.1.6 external/mpl/bind/dist/doc/man/dnssec-signzone.1in up to 1.1.1.6 external/mpl/bind/dist/doc/man/dnssec-verify.1in up to 1.1.1.6 external/mpl/bind/dist/doc/man/dnstap-read.1in up to 1.1.1.10 external/mpl/bind/dist/doc/man/filter-a.8in up to 1.1.1.6 external/mpl/bind/dist/doc/man/filter-aaaa.8in up to 1.1.1.11 external/mpl/bind/dist/doc/man/host.1in up to 1.1.1.11 external/mpl/bind/dist/doc/man/mdig.1in up to 1.1.1.11 external/mpl/bind/dist/doc/man/named-checkconf.1in up to 1.1.1.6 external/mpl/bind/dist/doc/man/named-checkzone.1in up to 1.1.1.6 external/mpl/bind/dist/doc/man/named-compilezone.1in up to 1.8 external/mpl/bind/dist/doc/man/named-journalprint.1in up to 1.1.1.6 external/mpl/bind/dist/doc/man/named-nzd2nzf.1in up to 1.1.1.6 external/mpl/bind/dist/doc/man/named-rrchecker.1in up to 1.1.1.11 external/mpl/bind/dist/doc/man/named.8in up to 1.1.1.10 external/mpl/bind/dist/doc/man/named.conf.5in up to 1.1.1.13 external/mpl/bind/dist/doc/man/nsec3hash.1in up to 1.1.1.5 external/mpl/bind/dist/doc/man/nslookup.1in up to 1.1.1.10 external/mpl/bind/dist/doc/man/nsupdate.1in up to 1.1.1.10 external/mpl/bind/dist/doc/man/rndc-confgen.8in up to 1.1.1.10 external/mpl/bind/dist/doc/man/rndc.8in up to 1.1.1.12 external/mpl/bind/dist/doc/man/rndc.conf.5in up to 1.1.1.11 external/mpl/bind/dist/doc/man/tsig-keygen.8in up to 1.1.1.9 external/mpl/bind/dist/doc/misc/Makefile.in up to 1.1.1.12 external/mpl/bind/dist/doc/misc/checkgrammar.py up to 1.1.1.2 external/mpl/bind/dist/doc/misc/options up to 1.1.1.18 external/mpl/bind/dist/doc/misc/parsegrammar.py up to 1.1.1.2 external/mpl/bind/dist/fuzz/Makefile.in up to 1.1.1.10 external/mpl/bind/dist/fuzz/dns_qpkey_name.c up to 1.3 external/mpl/bind/dist/fuzz/dns_rdata_fromwire_text.c up to 1.9 external/mpl/bind/dist/fuzz/fuzz.h up to 1.9 external/mpl/bind/dist/fuzz/isc_lex_getmastertoken.c up to 1.4 external/mpl/bind/dist/fuzz/isc_lex_gettoken.c up to 1.4 external/mpl/bind/dist/lib/Makefile.in up to 1.1.1.8 external/mpl/bind/dist/lib/dns/Makefile.am up to 1.1.1.4 external/mpl/bind/dist/lib/dns/Makefile.in up to 1.1.1.16 external/mpl/bind/dist/lib/dns/acl.c up to 1.11 external/mpl/bind/dist/lib/dns/adb.c up to 1.17 external/mpl/bind/dist/lib/dns/catz.c up to 1.16 external/mpl/bind/dist/lib/dns/client.c up to 1.18 external/mpl/bind/dist/lib/dns/db.c up to 1.14 external/mpl/bind/dist/lib/dns/dbiterator.c up to 1.8 external/mpl/bind/dist/lib/dns/diff.c up to 1.12 external/mpl/bind/dist/lib/dns/dispatch.c up to 1.14 external/mpl/bind/dist/lib/dns/dnssec.c up to 1.19 external/mpl/bind/dist/lib/dns/dnstap.c up to 1.16 external/mpl/bind/dist/lib/dns/dst_api.c up to 1.18 external/mpl/bind/dist/lib/dns/dst_internal.h up to 1.11 external/mpl/bind/dist/lib/dns/dst_parse.c up to 1.14 external/mpl/bind/dist/lib/dns/dyndb.c up to 1.13 external/mpl/bind/dist/lib/dns/gssapictx.c up to 1.13 external/mpl/bind/dist/lib/dns/journal.c up to 1.15 external/mpl/bind/dist/lib/dns/kasp.c up to 1.9 external/mpl/bind/dist/lib/dns/keymgr.c up to 1.16 external/mpl/bind/dist/lib/dns/keystore.c up to 1.4 external/mpl/bind/dist/lib/dns/keytable.c up to 1.12 external/mpl/bind/dist/lib/dns/master.c up to 1.15 external/mpl/bind/dist/lib/dns/masterdump.c up to 1.19 external/mpl/bind/dist/lib/dns/message.c up to 1.22 external/mpl/bind/dist/lib/dns/nsec3.c up to 1.17 external/mpl/bind/dist/lib/dns/nta.c up to 1.14 external/mpl/bind/dist/lib/dns/openssl_link.c up to 1.13 external/mpl/bind/dist/lib/dns/opensslecdsa_link.c up to 1.10 external/mpl/bind/dist/lib/dns/openssleddsa_link.c up to 1.12 external/mpl/bind/dist/lib/dns/opensslrsa_link.c up to 1.13 external/mpl/bind/dist/lib/dns/private.c up to 1.12 external/mpl/bind/dist/lib/dns/qp.c up to 1.5 external/mpl/bind/dist/lib/dns/qp_p.h up to 1.3 external/mpl/bind/dist/lib/dns/qpcache.c up to 1.6 external/mpl/bind/dist/lib/dns/qpzone.c up to 1.5 external/mpl/bind/dist/lib/dns/rbt-cachedb.c up to 1.5 external/mpl/bind/dist/lib/dns/rbt-zonedb.c up to 1.5 external/mpl/bind/dist/lib/dns/rbt.c up to 1.18 external/mpl/bind/dist/lib/dns/rbtdb.c up to 1.24 external/mpl/bind/dist/lib/dns/rcode.c up to 1.15 external/mpl/bind/dist/lib/dns/rdata.c up to 1.19 external/mpl/bind/dist/lib/dns/rdataset.c up to 1.13 external/mpl/bind/dist/lib/dns/rdataslab.c up to 1.13 external/mpl/bind/dist/lib/dns/request.c up to 1.14 external/mpl/bind/dist/lib/dns/resconf.c up to 1.4 external/mpl/bind/dist/lib/dns/resolver.c up to 1.25 external/mpl/bind/dist/lib/dns/rpz.c up to 1.18 external/mpl/bind/dist/lib/dns/sdlz.c up to 1.15 external/mpl/bind/dist/lib/dns/skr.c up to 1.4 external/mpl/bind/dist/lib/dns/time.c up to 1.10 external/mpl/bind/dist/lib/dns/tkey.c up to 1.17 external/mpl/bind/dist/lib/dns/ttl.c up to 1.13 external/mpl/bind/dist/lib/dns/update.c up to 1.16 external/mpl/bind/dist/lib/dns/validator.c up to 1.20 external/mpl/bind/dist/lib/dns/view.c up to 1.21 external/mpl/bind/dist/lib/dns/xfrin.c up to 1.21 external/mpl/bind/dist/lib/dns/zone.c up to 1.27 external/mpl/bind/dist/lib/dns/include/dns/adb.h up to 1.11 external/mpl/bind/dist/lib/dns/include/dns/callbacks.h up to 1.8 external/mpl/bind/dist/lib/dns/include/dns/catz.h up to 1.10 external/mpl/bind/dist/lib/dns/include/dns/db.h up to 1.15 external/mpl/bind/dist/lib/dns/include/dns/dbiterator.h up to 1.9 external/mpl/bind/dist/lib/dns/include/dns/diff.h up to 1.9 external/mpl/bind/dist/lib/dns/include/dns/dnssec.h up to 1.13 external/mpl/bind/dist/lib/dns/include/dns/dnstap.h up to 1.11 external/mpl/bind/dist/lib/dns/include/dns/ds.h up to 1.10 external/mpl/bind/dist/lib/dns/include/dns/kasp.h up to 1.9 external/mpl/bind/dist/lib/dns/include/dns/keymgr.h up to 1.11 external/mpl/bind/dist/lib/dns/include/dns/librpz.h up to 1.12 external/mpl/bind/dist/lib/dns/include/dns/message.h up to 1.18 external/mpl/bind/dist/lib/dns/include/dns/nsec3.h up to 1.10 external/mpl/bind/dist/lib/dns/include/dns/qp.h up to 1.4 external/mpl/bind/dist/lib/dns/include/dns/rdataset.h up to 1.16 external/mpl/bind/dist/lib/dns/include/dns/resolver.h up to 1.12 external/mpl/bind/dist/lib/dns/include/dns/rpz.h up to 1.13 external/mpl/bind/dist/lib/dns/include/dns/rrl.h up to 1.9 external/mpl/bind/dist/lib/dns/include/dns/sdlz.h up to 1.9 external/mpl/bind/dist/lib/dns/include/dns/tkey.h up to 1.10 external/mpl/bind/dist/lib/dns/include/dns/types.h up to 1.12 external/mpl/bind/dist/lib/dns/include/dns/validator.h up to 1.14 external/mpl/bind/dist/lib/dns/include/dns/zone.h up to 1.16 external/mpl/bind/dist/lib/dns/include/dst/dst.h up to 1.14 external/mpl/bind/dist/lib/dns/rdata/any_255/tsig_250.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/ch_3/a_1.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/afsdb_18.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/amtrelay_260.c up to 1.9 external/mpl/bind/dist/lib/dns/rdata/generic/avc_258.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/caa_257.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/cdnskey_60.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/cds_59.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/cert_37.c up to 1.12 external/mpl/bind/dist/lib/dns/rdata/generic/cname_5.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/csync_62.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/dlv_32769.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/dname_39.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/dnskey_48.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/doa_259.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/ds_43.c up to 1.13 external/mpl/bind/dist/lib/dns/rdata/generic/eui48_108.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/eui64_109.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/gpos_27.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/hinfo_13.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/hip_55.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/ipseckey_45.c up to 1.13 external/mpl/bind/dist/lib/dns/rdata/generic/isdn_20.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/key_25.c up to 1.16 external/mpl/bind/dist/lib/dns/rdata/generic/keydata_65533.c up to 1.13 external/mpl/bind/dist/lib/dns/rdata/generic/l32_105.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/l64_106.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/loc_29.c up to 1.12 external/mpl/bind/dist/lib/dns/rdata/generic/lp_107.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/mb_7.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/md_3.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/mf_4.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/mg_8.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/minfo_14.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/mr_9.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/mx_15.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/naptr_35.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/nid_104.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/ninfo_56.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/ns_2.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/nsec3_50.c up to 1.12 external/mpl/bind/dist/lib/dns/rdata/generic/nsec3param_51.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/nsec_47.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/null_10.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/nxt_30.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/openpgpkey_61.c up to 1.12 external/mpl/bind/dist/lib/dns/rdata/generic/opt_41.c up to 1.15 external/mpl/bind/dist/lib/dns/rdata/generic/ptr_12.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/resinfo_261.c up to 1.4 external/mpl/bind/dist/lib/dns/rdata/generic/rkey_57.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/rp_17.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/rrsig_46.c up to 1.13 external/mpl/bind/dist/lib/dns/rdata/generic/rt_21.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/sig_24.c up to 1.13 external/mpl/bind/dist/lib/dns/rdata/generic/sink_40.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/smimea_53.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/soa_6.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/spf_99.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/sshfp_44.c up to 1.12 external/mpl/bind/dist/lib/dns/rdata/generic/ta_32768.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/talink_58.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/tkey_249.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/tlsa_52.c up to 1.13 external/mpl/bind/dist/lib/dns/rdata/generic/txt_16.c up to 1.12 external/mpl/bind/dist/lib/dns/rdata/generic/uri_256.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/generic/wallet_262.c up to 1.3 external/mpl/bind/dist/lib/dns/rdata/generic/x25_19.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/zonemd_63.c up to 1.8 external/mpl/bind/dist/lib/dns/rdata/hs_4/a_1.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/in_1/a6_38.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/in_1/a_1.c up to 1.12 external/mpl/bind/dist/lib/dns/rdata/in_1/aaaa_28.c up to 1.12 external/mpl/bind/dist/lib/dns/rdata/in_1/apl_42.c up to 1.12 external/mpl/bind/dist/lib/dns/rdata/in_1/atma_34.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/in_1/dhcid_49.c up to 1.12 external/mpl/bind/dist/lib/dns/rdata/in_1/eid_31.c up to 1.12 external/mpl/bind/dist/lib/dns/rdata/in_1/kx_36.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/in_1/nimloc_32.c up to 1.12 external/mpl/bind/dist/lib/dns/rdata/in_1/nsap-ptr_23.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/in_1/nsap_22.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/in_1/px_26.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/in_1/srv_33.c up to 1.10 external/mpl/bind/dist/lib/dns/rdata/in_1/svcb_64.c up to 1.7 external/mpl/bind/dist/lib/dns/rdata/in_1/wks_11.c up to 1.12 external/mpl/bind/dist/lib/isc/Makefile.am up to 1.1.1.3 external/mpl/bind/dist/lib/isc/Makefile.in up to 1.1.1.15 external/mpl/bind/dist/lib/isc/base32.c up to 1.10 external/mpl/bind/dist/lib/isc/base64.c up to 1.11 external/mpl/bind/dist/lib/isc/file.c up to 1.4 external/mpl/bind/dist/lib/isc/hash.c up to 1.10 external/mpl/bind/dist/lib/isc/hashmap.c up to 1.3 external/mpl/bind/dist/lib/isc/hex.c up to 1.11 external/mpl/bind/dist/lib/isc/httpd.c up to 1.12 external/mpl/bind/dist/lib/isc/jemalloc_shim.h up to 1.6 external/mpl/bind/dist/lib/isc/mem.c up to 1.19 external/mpl/bind/dist/lib/isc/net.c up to 1.5 external/mpl/bind/dist/lib/isc/os.c up to 1.6 external/mpl/bind/dist/lib/isc/picohttpparser.c up to 1.6 external/mpl/bind/dist/lib/isc/radix.c up to 1.12 external/mpl/bind/dist/lib/isc/random.c up to 1.9 external/mpl/bind/dist/lib/isc/result.c up to 1.15 external/mpl/bind/dist/lib/isc/tls.c up to 1.8 external/mpl/bind/dist/lib/isc/uv.c up to 1.3 external/mpl/bind/dist/lib/isc/work.c up to 1.4 external/mpl/bind/dist/lib/isc/include/isc/attributes.h up to 1.5 external/mpl/bind/dist/lib/isc/include/isc/base64.h up to 1.9 external/mpl/bind/dist/lib/isc/include/isc/hex.h up to 1.9 external/mpl/bind/dist/lib/isc/include/isc/iterated_hash.h up to 1.8 external/mpl/bind/dist/lib/isc/include/isc/log.h up to 1.10 external/mpl/bind/dist/lib/isc/include/isc/net.h up to 1.4 external/mpl/bind/dist/lib/isc/include/isc/netmgr.h up to 1.12 external/mpl/bind/dist/lib/isc/include/isc/nonce.h up to 1.6 external/mpl/bind/dist/lib/isc/include/isc/os.h up to 1.8 external/mpl/bind/dist/lib/isc/include/isc/overflow.h up to 1.3 external/mpl/bind/dist/lib/isc/include/isc/queue.h up to 1.9 external/mpl/bind/dist/lib/isc/include/isc/quota.h up to 1.12 external/mpl/bind/dist/lib/isc/include/isc/random.h up to 1.7 external/mpl/bind/dist/lib/isc/include/isc/refcount.h up to 1.9 external/mpl/bind/dist/lib/isc/include/isc/result.h up to 1.14 external/mpl/bind/dist/lib/isc/include/isc/types.h up to 1.15 external/mpl/bind/dist/lib/isc/include/isc/urcu.h up to 1.3 external/mpl/bind/dist/lib/isc/include/isc/util.h up to 1.19 external/mpl/bind/dist/lib/isc/netmgr/http.c up to 1.7 external/mpl/bind/dist/lib/isc/netmgr/netmgr-int.h up to 1.15 external/mpl/bind/dist/lib/isc/netmgr/netmgr.c up to 1.16 external/mpl/bind/dist/lib/isc/netmgr/socket.c up to 1.3 external/mpl/bind/dist/lib/isc/netmgr/streamdns.c up to 1.4 external/mpl/bind/dist/lib/isc/netmgr/tcp.c up to 1.14 external/mpl/bind/dist/lib/isc/netmgr/tlsstream.c up to 1.6 external/mpl/bind/dist/lib/isccc/Makefile.in up to 1.1.1.12 external/mpl/bind/dist/lib/isccfg/Makefile.in up to 1.1.1.12 external/mpl/bind/dist/lib/isccfg/check.c up to 1.5 external/mpl/bind/dist/lib/isccfg/kaspconf.c up to 1.12 external/mpl/bind/dist/lib/isccfg/namedconf.c up to 1.20 external/mpl/bind/dist/lib/isccfg/parser.c up to 1.17 external/mpl/bind/dist/lib/isccfg/include/isccfg/check.h up to 1.3 external/mpl/bind/dist/lib/isccfg/include/isccfg/kaspconf.h up to 1.7 external/mpl/bind/dist/lib/ns/Makefile.in up to 1.12 external/mpl/bind/dist/lib/ns/client.c up to 1.28 external/mpl/bind/dist/lib/ns/hooks.c up to 1.12 external/mpl/bind/dist/lib/ns/query.c up to 1.27 external/mpl/bind/dist/lib/ns/update.c up to 1.20 external/mpl/bind/dist/lib/ns/xfrout.c up to 1.17 external/mpl/bind/dist/lib/ns/include/ns/client.h up to 1.21 external/mpl/bind/dist/lib/ns/include/ns/query.h up to 1.11 external/mpl/bind/dist/lib/ns/include/ns/server.h up to 1.12 external/mpl/bind/dist/m4/libtool.m4 up to 1.1.1.5 external/mpl/bind/dist/m4/ltoptions.m4 up to 1.1.1.3 external/mpl/bind/dist/m4/ltsugar.m4 up to 1.1.1.4 external/mpl/bind/dist/m4/ltversion.m4 up to 1.1.1.3 external/mpl/bind/dist/m4/lt~obsolete.m4 up to 1.1.1.4 external/mpl/bind/dist/tests/Makefile.in up to 1.1.1.6 external/mpl/bind/dist/tests/bench/Makefile.in up to 1.1.1.3 external/mpl/bind/dist/tests/bench/iterated_hash.c up to 1.3 external/mpl/bind/dist/tests/bench/load-names.c up to 1.3 external/mpl/bind/dist/tests/dns/Makefile.in up to 1.1.1.6 external/mpl/bind/dist/tests/dns/db_test.c up to 1.5 external/mpl/bind/dist/tests/dns/dbiterator_test.c up to 1.5 external/mpl/bind/dist/tests/dns/diff_test.c up to 1.3 external/mpl/bind/dist/tests/dns/dnstap_test.c up to 1.4 external/mpl/bind/dist/tests/dns/ede_test.c up to 1.3 external/mpl/bind/dist/tests/dns/master_test.c up to 1.4 external/mpl/bind/dist/tests/dns/qp_test.c up to 1.3 external/mpl/bind/dist/tests/dns/qpdb_test.c up to 1.3 external/mpl/bind/dist/tests/dns/qpmulti_test.c up to 1.3 external/mpl/bind/dist/tests/dns/qpzone_test.c up to 1.5 external/mpl/bind/dist/tests/dns/rdata_test.c up to 1.7 external/mpl/bind/dist/tests/dns/resolver_test.c up to 1.4 external/mpl/bind/dist/tests/dns/skr_test.c up to 1.4 external/mpl/bind/dist/tests/dns/tsig_test.c up to 1.7 external/mpl/bind/dist/tests/dns/update_test.c up to 1.4 external/mpl/bind/dist/tests/include/tests/isc.h up to 1.6 external/mpl/bind/dist/tests/isc/Makefile.am up to 1.1.1.3 external/mpl/bind/dist/tests/isc/Makefile.in up to 1.1.1.5 external/mpl/bind/dist/tests/isc/file_test.c up to 1.4 external/mpl/bind/dist/tests/isc/histo_test.c up to 1.3 external/mpl/bind/dist/tests/isc/mem_test.c up to 1.5 external/mpl/bind/dist/tests/isc/mutex_test.c up to 1.3 external/mpl/bind/dist/tests/isc/regex_test.c up to 1.4 external/mpl/bind/dist/tests/isc/rwlock_test.c up to 1.4 external/mpl/bind/dist/tests/isc/spinlock_test.c up to 1.3 external/mpl/bind/dist/tests/isc/work_test.c up to 1.3 external/mpl/bind/dist/tests/isccfg/Makefile.in up to 1.1.1.6 external/mpl/bind/dist/tests/libtest/Makefile.in up to 1.1.1.5 external/mpl/bind/dist/tests/libtest/qp.c up to 1.3 external/mpl/bind/dist/tests/ns/Makefile.in up to 1.1.1.5 external/mpl/bind/include/config.h up to 1.26 external/mpl/bind/include/dns/code.h up to 1.12 external/mpl/bind/include/dns/enumclass.h up to 1.9 external/mpl/bind/include/dns/enumtype.h up to 1.12 external/mpl/bind/include/dns/probes.h up to 1.3 external/mpl/bind/include/dns/rdatastruct.h up to 1.14 external/mpl/bind/include/ns/pfilter.h up to 1.2 external/mpl/bind/lib/Makefile.inc up to 1.4 external/mpl/bind/lib/libdns/dns.common.expsym up to 1.7 external/mpl/bind/lib/libdns/shlib_version up to 1.19 external/mpl/bind/lib/libisc/Makefile up to 1.25 external/mpl/bind/lib/libisccfg/isccfg.expsym up to 1.3 external/mpl/bind/lib/libisccfg/shlib_version up to 1.16 Update bind to version 9.20.22/MPL. @ text @a0 27 /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * SPDX-License-Identifier: MPL-2.0 * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. */ view aview { key akey { algorithm hmac-sha256; secret "9999abcd8765"; }; zone "azone" { type secondary; file "azone.db"; primaries { 1.2.3.4 key "akey"; }; }; }; @