Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/ISC]: src/external/mpl/bind/dist Import 9.16.33; last imported was 9.16.20



details:   https://anonhg.NetBSD.org/src/rev/9428e2395b18
branches:  ISC
changeset: 370671:9428e2395b18
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Sep 23 12:09:06 2022 +0000

description:
Import 9.16.33; last imported was 9.16.20

        --- 9.16.33 released ---

5962.   [security]      Fix memory leak in EdDSA verify processing.
                        (CVE-2022-38178) [GL #3487]

5961.   [security]      Fix memory leak in ECDSA verify processing.
                        (CVE-2022-38177) [GL #3487]

5960.   [security]      Fix serve-stale crash that could happen when
                        stale-answer-client-timeout was set to 0 and there was
                        a stale CNAME in the cache for an incoming query.
                        (CVE-2022-3080) [GL #3517]

5957.   [security]      Prevent excessive resource use while processing large
                        delegations. (CVE-2022-2795) [GL #3394]

5956.   [func]          Make RRL code treat all QNAMEs that are subject to
                        wildcard processing within a given zone as the same
                        name. [GL #3459]

5955.   [port]          The libxml2 library has deprecated the usage of
                        xmlInitThreads() and xmlCleanupThreads() functions. Use
                        xmlInitParser() and xmlCleanupParser() instead.
                        [GL #3518]

5954.   [func]          Fallback to IDNA2003 processing in dig when IDNA2008
                        conversion fails. [GL #3485]

5953.   [bug]           Fix a crash on shutdown in delete_trace_entry(). Add
                        mctx attach/detach pair to make sure that the memory
                        context used by a memory pool is not destroyed before
                        the memory pool itself. [GL #3515]

5952.   [bug]           Use quotes around address strings in YAML output.
                        [GL #3511]

5951.   [bug]           In some cases, the dnstap query_message field was
                        erroneously set when logging response messages.
                        [GL #3501]

5948.   [bug]           Fix nsec3.c:dns_nsec3_activex() function, add a missing
                        dns_db_detachnode() call. [GL #3500]

5945.   [bug]           If parsing /etc/bind.key failed, delv could assert
                        when trying to parse the built in trust anchors as
                        the parser hadn't been reset. [GL !6468]

5942.   [bug]           Fix tkey.c:buildquery() function's error handling by
                        adding the missing cleanup code. [GL #3492]

5941.   [func]          Zones with dnssec-policy now require dynamic DNS or
                        inline-siging to be configured explicitly. [GL #3381]

5936.   [bug]           Don't enable serve-stale for lookups that error because
                        it is a duplicate query or a query that would be
                        dropped. [GL #2982]

        --- 9.16.32 released ---

5934.   [func]          Improve fetches-per-zone fetch limit logging to log
                        the final allowed and spilled values of the fetch
                        counters before the counter object gets destroyed.
                        [GL #3461]

5933.   [port]          Automatically disable RSASHA1 and NSEC3RSASHA1 in
                        named on Fedorda 33, Oracle Linux 9 and RHEL9 when
                        they are disabled by the security policy. [GL #3469]

5932.   [bug]           Fix rndc dumpdb -expired and always include expired
                        RRsets, not just for RBTDB_VIRTUAL time window.
                        [GL #3462]

5929.   [bug]           The "max-zone-ttl" option in "dnssec-policy" was
                        not fully effective; it was used for timing key
                        rollovers but did not actually place an upper limit
                        on TTLs when loading a zone. This has been
                        corrected, and the documentation has been clarified
                        to indicate that the old "max-zone-ttl" zone option
                        is now ignored when "dnssec-policy" is in use.
                        [GL #2918]

5924.   [func]          When it's necessary to use AXFR to respond to an
                        IXFR request, a message explaining the reason
                        is now logged at level info. [GL #2683]

5923.   [bug]           Fix inheritance for dnssec-policy when checking for
                        inline-signing. [GL #3438]

5922.   [bug]           Forwarding of UPDATE message could fail with the
                        introduction of netmgr. This has been fixed. [GL #3389]

        --- 9.16.31 released ---

5917.   [bug]           Update ifconfig.sh script as is miscomputed interface
                        identifiers when destroying interfaces. [GL #3061]

5915.   [bug]           Detect missing closing brace (}) and computational
                        overflows in $GENERATE directives. [GL #3429]

5913.   [bug]           Fix a race between resolver query timeout and
                        validation in resolver.c:validated(). Remove
                        resolver.c:maybe_destroy() as it is no loger needed.
                        [GL #3398]

5909.   [bug]           The server-side destination port was missing from dnstap
                        captures of client traffic. [GL #3309]

5905.   [bug]           When the TCP connection would be closed/reset between
                        the connect/accept and the read, the uv_read_start()
                        return value would be unexpected and cause an assertion
                        failure. [GL #3400]

5903.   [bug]           When named checks that the OPCODE in a response matches
                        that of the request, if there is a mismatch named logs
                        an error.  Some of those error messages incorrectly
                        used RCODE instead of OPCODE to lookup the nemonic.
                        This has been corrected. [GL !6420]

        --- 9.16.30 released ---

5899.   [func]          Don't try to process DNSSEC-related and ZONEMD records
                        in catz. [GL #3380]

5890.   [bug]           When the fetches-per-server quota was adjusted
                        because of an authoritative server timing out more
                        or less frequently, it was incorrectly set to 1
                        rather than the intended value.  This has been
                        fixed. [GL #3327]

5888.   [bug]           Only write key files if the dnssec-policy keymgr has
                        changed the metadata. [GL #3302]

5823.   [func]          Replace hazard pointers based lock-free list with
                        locked-list based queue that's simpler and has no or
                        little performance impact. [GL #3180]

        --- 9.16.29 released ---

5885.   [bug]           RPZ NSIP and NSDNAME rule processing didn't handle stub
                        and static-stub zones at or above the query name.  This
                        has now been addressed. [GL #3232]

5881.   [bug]           dig +nssearch could hang in rare cases when recv_done()
                        callback was being called earlier than send_done().
                        [GL #3278]

5880.   [func]          Add new named command-line option -C to print built-in
                        defaults. [GL #1326]

5879.   [contrib]       dlz: Add FALLTHROUGH and UNREACHABLE macros. [GL #3306]

5874.   [bug]           keymgr didn't work with python 3.11. [GL !6157]

5866.   [bug]           Work around a jemalloc quirk which could trigger an
                        out-of-memory condition in named over time. [GL #3287]

5863.   [bug]           If there was a pending negative cache DS entry,
                        validations depending upon it could fail. [GL #3279]

5858.   [bug]           Don't remove CDS/CDNSKEY DELETE records on zone sign
                        when using 'auto-dnssec maintain;'. [GL #2931]

        --- 9.16.28 released ---

5856.   [bug]           The "starting maxtime timer" message related to outgoing
                        zone transfers was incorrectly logged at the ERROR level
                        instead of DEBUG(1). [GL #3208]

5852.   [func]          Add new "reuseport" option to enable/disable load
                        balancing of sockets. [GL #3249]

5843.   [bug]           When an UPDATE targets a zone that is not configured,
                        the requested zone name is now logged in the "not
                        authoritative" error message, so that it is easier to
                        track down problematic update clients. [GL #3209]

5836.   [bug]           Quote the dns64 prefix in error messages that complain
                        about problems with it, to avoid confusion with the
                        following dns64 ACLs. [GL #3210]

5834.   [cleanup]       C99 variable-length arrays are difficult to use safely,
                        so avoid them except in test code. [GL #3201]

5828.   [bug]           Replace single TCP write timer with per-TCP write
                        timers. [GL #3200]

5824.   [bug]           Invalid dnssec-policy definitions were being accepted
                        where the defined keys did not cover both KSK and ZSK
                        roles for a given algorithm.  This is now checked for
                        and the dnssec-policy is rejected if both roles are
                        not present for all algorithms in use. [GL #3142]

        --- 9.16.27 released ---

5818.   [security]      A synchronous call to closehandle_cb() caused
                        isc__nm_process_sock_buffer() to be called recursively,
                        which in turn left TCP connections hanging in the
                        CLOSE_WAIT state blocking indefinitely when
                        out-of-order processing was disabled. (CVE-2022-0396)
                        [GL #3112]

5817.   [security]      The rules for acceptance of records into the cache
                        have been tightened to prevent the possibility of
                        poisoning if forwarders send records outside
                        the configured bailiwick. (CVE-2021-25220) [GL #2950]

5816.   [bug]           Make BIND compile with LibreSSL 3.5.0, as it was using
                        not very accurate pre-processor checks for using shims.
                        [GL #3172]

5815.   [bug]           If an oversized key name of a specific length was used
                        in the text form of an HTTP or SVBC record, an INSIST
                        could be triggered when parsing it. [GL #3175]

5814.   [bug]           The RecursClients statistics counter could underflow
                        in certain resolution scenarios. [GL #3147]

5811.   [bug]           Reimplement the maximum and idle timeouts for outgoing
                        zone transfers. [GL #1897]

5807.   [bug]           Add a TCP "write" timer, and time out writing
                        connections after the "tcp-idle-timeout" period
                        has elapsed. [GL #3132]

5804.   [func]          Add a debug log message when starting and ending
                        the task exclusive mode. [GL #3137]

        --- 9.16.26 released ---

5801.   [bug]           Log "quota reached" message when hard quota
                        is reached when accepting a connection. [GL #3125]

5800.   [func]          Add ECS support to the DLZ interface. [GL #3082]

5797.   [bug]           A failed view configuration during a named
                        reconfiguration procedure could cause inconsistencies
                        in BIND internal structures, causing a crash or other
                        unexpected errors. [GL #3060]

5795.   [bug]           rndc could crash when interrupted by a signal
                        before receiving a response. [GL #3080]

5793.   [bug]           Correctly detect and enable UDP recvmmsg support
                        in all versions of libuv that support it. [GL #3095]

        --- 9.16.25 released ---

5789.   [bug]           Allow replacing expired zone signatures with
                        signatures created by the KSK. [GL #3049]

5788.   [bug]           An assertion could occur if a catalog zone event was
                        scheduled while the task manager was being shut
                        down. [GL #3074]

5787.   [doc]           Update 'auto-dnssec' documentation, it may only be
                        activated at zone level. [GL #3023]

5786.   [bug]           Defer detaching from zone->raw in zone_shutdown() if
                        the zone is in the process of being dumped to disk, to
                        ensure that the unsigned serial number information is
                        always written in the raw-format header of the signed
                        version on an inline-signed zone. [GL #3071]

5785.   [bug]           named could leak memory when two dnssec-policy clauses
                        had the same name. named failed to log this error.
                        [GL #3085]

5776.   [bug]           Add a missing isc_condition_destroy() for nmsocket
                        condition variable and add missing isc_mutex_destroy()
                        for nmworker lock. [GL #3051]

5676.   [func]          Memory use in named was excessive. This has been
                        addressed by:
                        - Replacing locked memory pools with normal memory
                          allocations.
                        - Reducing the number of retained free items in
                          unlocked memory pools.
                        - Disabling the internal allocator by default.
                          "named -M internal" turns it back on.
                        [GL #2398]

        --- 9.16.24 released ---

5773.   [func]          Change the message when accepting TCP connection has
                        failed to say "Accepting TCP connection failed" and
                        change the log level for ISC_R_NOTCONNECTED, ISC_R_QUOTA
                        and ISC_R_SOFTQUOTA results codes from ERROR to INFO.
                        [GL #2700]

5768.   [bug]           dnssec-dsfromkey failed to omit revoked keys. [GL #853]

5764.   [bug]           dns_sdlz_putrr failed to process some valid resource
                        records. [GL #3021]

5762.   [bug]           Fix a "named" crash related to removing and restoring a
                        `catalog-zone` entry in the configuration file and
                        running `rndc reconfig`. [GL #1608]

5758.   [bug]           mdig now honors the operating system's preferred
                        ephemeral port range. [GL #2374]

5757.   [test]          Replace sed in nsupdate system test with awk to
                        construct the nsupdate command.  The sed expression
                        was not reliably changing the ttl. [GL #3003]

        --- 9.16.23 released ---

5752.   [bug]           Fix an assertion failure caused by missing member zones
                        during a reload of a catalog zone. [GL #2308]

5750.   [bug]           Fix a bug when comparing two RSA keys. There was a typo
                        which caused the "p" prime factors to not being
                        compared. [GL #2972]

5737.   [bug]           Address Coverity warning in lib/dns/dnssec.c.
                        [GL #2935]

        --- 9.16.22 released ---

5736.   [security]      The "lame-ttl" option is now forcibly set to 0. This
                        effectively disables the lame server cache, as it could
                        previously be abused by an attacker to significantly
                        degrade resolver performance. (CVE-2021-25219)
                        [GL #2899]

5724.   [bug]           Address a potential deadlock when checking zone content
                        consistency. [GL #2908]

5723.   [bug]           Change 5709 broke backward compatibility for the
                        "check-names master ..." and "check-names slave ..."
                        options. This has been fixed. [GL #2911]

5720.   [contrib]       Old-style DLZ drivers that had to be enabled at
                        build-time have been marked as deprecated. [GL #2814]

5719.   [func]          The "map" zone file format has been marked as
                        deprecated. [GL #2882]

5717.   [func]          The "cache-file" option, which was documented as "for
                        testing purposes only" and not to be used, has been
                        removed. [GL #2903]

5716.   [bug]           Multiple library names were mistakenly passed to the
                        krb5-config utility when ./configure was invoked with
                        the --with-gssapi=[/path/to/]krb5-config option. This
                        has been fixed by invoking krb5-config separately for
                        each required library. [GL #2866]

5715.   [func]          Add a check for ports specified in "*-source(-v6)"
                        options clashing with a global listening port. Such a
                        configuration was already unsupported, but it failed
                        silently; it is now treated as an error. [GL #2888]

5714.   [bug]           Remove the "adjust interface" mechanism which was
                        responsible for setting up listeners on interfaces when
                        the "*-source(-v6)" address and port were the same as
                        the "listen-on(-v6)" address and port. Such a
                        configuration is no longer supported; under certain
                        timing conditions, that mechanism could prevent named
                        from listening on some TCP ports. This has been fixed.
                        [GL #2852]

5712.   [doc]           Add deprecation notice about removing native PKCS#11
                        support in the next major BIND 9 release. [GL #2691]

        --- 9.16.21 released ---

5711.   [bug]           "map" files exceeding 2GB in size failed to load due to
                        a size comparison that incorrectly treated the file size
                        as a signed integer. [GL #2878]

5710.   [port]          win32: incorrect parentheses resulted in the wrong
                        sizeof() tests being used to pick the appropriate
                        Windows atomic operations for the object's size.
                        [GL #2891]

5709.   [cleanup]       Enum values throughout the code have been updated
                        to use the terms "primary" and "secondary" instead of
                        "master" and "slave", respectively. [GL #1944]

5708.   [bug]           The thread-local isc_tid_v variable was not properly
                        initialized when running BIND 9 as a Windows Service,
                        leading to a crash on startup. [GL #2837]

5705.   [bug]           Change #5686 altered the internal memory structure of
                        zone databases, but neglected to update the MAPAPI value
                        for zone files in "map" format. This caused named to
                        attempt to load incompatible map files, triggering an
                        assertion failure on startup. The MAPAPI value has now
                        been updated, so named rejects outdated files when
                        encountering them. [GL #2872]

5704.   [bug]           Change #5317 caused the EDNS TCP Keepalive option to be
                        ignored inadvertently in client requests. It has now
                        been fixed and this option is handled properly again.
                        [GL #1927]

5701.   [bug]           named-checkconf failed to detect syntactically invalid
                        values of the "key" and "tls" parameters used to define
                        members of remote server lists. [GL #2461]

5700.   [bug]           When a member zone was removed from a catalog zone,
                        journal files for the former were not deleted.
                        [GL #2842]

5699.   [func]          Data structures holding DNSSEC signing statistics are
                        now grown and shrunk as necessary upon key rollover
                        events. [GL #1721]

5698.   [bug]           When a DNSSEC-signed zone which only has a single
                        signing key available is migrated to use KASP, that key
                        is now treated as a Combined Signing Key (CSK).
                        [GL #2857]

5696.   [protocol]      Support for HTTPS and SVCB record types has been added.
                        (This does not include ADDITIONAL section processing for
                        these record types, only basic support for RR type
                        parsing and printing.) [GL #1132]

5694.   [bug]           Stale data in the cache could cause named to send
                        non-minimized queries despite QNAME minimization being
                        enabled. [GL #2665]

5691.   [bug]           When a dynamic zone was made available in another view
                        using the "in-view" statement, running "rndc freeze"
                        always reported an "already frozen" error even though
                        the zone was successfully frozen. [GL #2844]

5690.   [func]          dnssec-signzone now honors Predecessor and Successor
                        metadata found in private key files: if a signature for
                        an RRset generated by the inactive predecessor exists
                        and does not need to be replaced, no additional
                        signature is now created for that RRset using the
                        successor key. This enables dnssec-signzone to gradually
                        replace RRSIGs during a ZSK rollover. [GL #1551]

diffstat:

 external/mpl/bind/dist/CHANGES                                                                  |   436 +++
 external/mpl/bind/dist/CODE_OF_CONDUCT.md                                                       |    13 +
 external/mpl/bind/dist/CONTRIBUTING.md                                                          |    18 +-
 external/mpl/bind/dist/COPYRIGHT                                                                |     2 +-
 external/mpl/bind/dist/HISTORY                                                                  |     6 +-
 external/mpl/bind/dist/HISTORY.md                                                               |     2 +-
 external/mpl/bind/dist/Kyuafile                                                                 |    11 +
 external/mpl/bind/dist/LICENSE                                                                  |     2 +-
 external/mpl/bind/dist/LICENSES/Apache-2.0.txt                                                  |    73 +
 external/mpl/bind/dist/LICENSES/Autoconf-exception-3.0.txt                                      |    26 +
 external/mpl/bind/dist/LICENSES/BSD-2-Clause.txt                                                |     9 +
 external/mpl/bind/dist/LICENSES/BSD-3-Clause.txt                                                |    11 +
 external/mpl/bind/dist/LICENSES/CC0-1.0.txt                                                     |   121 +
 external/mpl/bind/dist/LICENSES/FSFAP.txt                                                       |     1 +
 external/mpl/bind/dist/LICENSES/GPL-3.0-or-later.txt                                            |   232 +
 external/mpl/bind/dist/LICENSES/ISC.txt                                                         |     8 +
 external/mpl/bind/dist/LICENSES/LLVM-exception.txt                                              |    15 +
 external/mpl/bind/dist/LICENSES/MIT.txt                                                         |     9 +
 external/mpl/bind/dist/LICENSES/MPL-2.0.txt                                                     |   144 +
 external/mpl/bind/dist/Makefile.in                                                              |    13 +-
 external/mpl/bind/dist/OPTIONS.md                                                               |    18 +-
 external/mpl/bind/dist/README                                                                   |   149 +-
 external/mpl/bind/dist/README.md                                                                |   168 +-
 external/mpl/bind/dist/autogen.sh                                                               |     6 +-
 external/mpl/bind/dist/bin/Makefile.in                                                          |     6 +-
 external/mpl/bind/dist/bin/check/Makefile.in                                                    |     6 +-
 external/mpl/bind/dist/bin/check/check-tool.c                                                   |     6 +-
 external/mpl/bind/dist/bin/check/check-tool.h                                                   |     4 +-
 external/mpl/bind/dist/bin/check/named-checkconf.c                                              |    27 +-
 external/mpl/bind/dist/bin/check/named-checkconf.rst                                            |    28 +-
 external/mpl/bind/dist/bin/check/named-checkzone.c                                              |    11 +-
 external/mpl/bind/dist/bin/check/named-checkzone.rst                                            |    82 +-
 external/mpl/bind/dist/bin/check/named-compilezone.rst                                          |   195 +
 external/mpl/bind/dist/bin/confgen/Makefile.in                                                  |     6 +-
 external/mpl/bind/dist/bin/confgen/ddns-confgen.c                                               |     7 +-
 external/mpl/bind/dist/bin/confgen/ddns-confgen.rst                                             |    93 +-
 external/mpl/bind/dist/bin/confgen/include/confgen/os.h                                         |     4 +-
 external/mpl/bind/dist/bin/confgen/keygen.c                                                     |     4 +-
 external/mpl/bind/dist/bin/confgen/keygen.h                                                     |     4 +-
 external/mpl/bind/dist/bin/confgen/rndc-confgen.c                                               |     4 +-
 external/mpl/bind/dist/bin/confgen/rndc-confgen.rst                                             |    28 +-
 external/mpl/bind/dist/bin/confgen/tsig-keygen.rst                                              |    50 +
 external/mpl/bind/dist/bin/confgen/unix/Makefile.in                                             |     6 +-
 external/mpl/bind/dist/bin/confgen/unix/os.c                                                    |     4 +-
 external/mpl/bind/dist/bin/confgen/util.c                                                       |     4 +-
 external/mpl/bind/dist/bin/confgen/util.h                                                       |     4 +-
 external/mpl/bind/dist/bin/confgen/win32/os.c                                                   |     6 +-
 external/mpl/bind/dist/bin/delv/Makefile.in                                                     |     6 +-
 external/mpl/bind/dist/bin/delv/delv.c                                                          |    12 +-
 external/mpl/bind/dist/bin/delv/delv.rst                                                        |    28 +-
 external/mpl/bind/dist/bin/dig/Makefile.in                                                      |     6 +-
 external/mpl/bind/dist/bin/dig/dig.c                                                            |    16 +-
 external/mpl/bind/dist/bin/dig/dig.rst                                                          |    48 +-
 external/mpl/bind/dist/bin/dig/dighost.c                                                        |    83 +-
 external/mpl/bind/dist/bin/dig/host.c                                                           |    16 +-
 external/mpl/bind/dist/bin/dig/host.rst                                                         |    30 +-
 external/mpl/bind/dist/bin/dig/include/dig/dig.h                                                |    45 +-
 external/mpl/bind/dist/bin/dig/nslookup.c                                                       |     4 +-
 external/mpl/bind/dist/bin/dig/nslookup.rst                                                     |    28 +-
 external/mpl/bind/dist/bin/dnssec/Makefile.in                                                   |     6 +-
 external/mpl/bind/dist/bin/dnssec/dnssec-cds.c                                                  |     6 +-
 external/mpl/bind/dist/bin/dnssec/dnssec-cds.rst                                                |    28 +-
 external/mpl/bind/dist/bin/dnssec/dnssec-dsfromkey.c                                            |    14 +-
 external/mpl/bind/dist/bin/dnssec/dnssec-dsfromkey.rst                                          |    32 +-
 external/mpl/bind/dist/bin/dnssec/dnssec-importkey.c                                            |     6 +-
 external/mpl/bind/dist/bin/dnssec/dnssec-importkey.rst                                          |    28 +-
 external/mpl/bind/dist/bin/dnssec/dnssec-keyfromlabel.c                                         |    12 +-
 external/mpl/bind/dist/bin/dnssec/dnssec-keyfromlabel.rst                                       |    40 +-
 external/mpl/bind/dist/bin/dnssec/dnssec-keygen.c                                               |    10 +-
 external/mpl/bind/dist/bin/dnssec/dnssec-keygen.rst                                             |    30 +-
 external/mpl/bind/dist/bin/dnssec/dnssec-revoke.c                                               |     6 +-
 external/mpl/bind/dist/bin/dnssec/dnssec-revoke.rst                                             |    28 +-
 external/mpl/bind/dist/bin/dnssec/dnssec-settime.c                                              |     6 +-
 external/mpl/bind/dist/bin/dnssec/dnssec-settime.rst                                            |    28 +-
 external/mpl/bind/dist/bin/dnssec/dnssec-signzone.c                                             |   119 +-
 external/mpl/bind/dist/bin/dnssec/dnssec-signzone.rst                                           |    37 +-
 external/mpl/bind/dist/bin/dnssec/dnssec-verify.c                                               |     8 +-
 external/mpl/bind/dist/bin/dnssec/dnssec-verify.rst                                             |    28 +-
 external/mpl/bind/dist/bin/dnssec/dnssectool.c                                                  |    10 +-
 external/mpl/bind/dist/bin/dnssec/dnssectool.h                                                  |     4 +-
 external/mpl/bind/dist/bin/named/Makefile.in                                                    |     4 +-
 external/mpl/bind/dist/bin/named/bind9.xsl                                                      |    10 -
 external/mpl/bind/dist/bin/named/bind9.xsl.h                                                    |    14 +-
 external/mpl/bind/dist/bin/named/builtin.c                                                      |     4 +-
 external/mpl/bind/dist/bin/named/config.c                                                       |   112 +-
 external/mpl/bind/dist/bin/named/control.c                                                      |     6 +-
 external/mpl/bind/dist/bin/named/controlconf.c                                                  |     6 +-
 external/mpl/bind/dist/bin/named/convertxsl.pl                                                  |     6 +-
 external/mpl/bind/dist/bin/named/fuzz.c                                                         |     4 +-
 external/mpl/bind/dist/bin/named/geoip.c                                                        |     4 +-
 external/mpl/bind/dist/bin/named/include/dlz/dlz_dlopen_driver.h                                |     4 +-
 external/mpl/bind/dist/bin/named/include/named/builtin.h                                        |     4 +-
 external/mpl/bind/dist/bin/named/include/named/config.h                                         |     9 +-
 external/mpl/bind/dist/bin/named/include/named/control.h                                        |     4 +-
 external/mpl/bind/dist/bin/named/include/named/fuzz.h                                           |     4 +-
 external/mpl/bind/dist/bin/named/include/named/geoip.h                                          |     4 +-
 external/mpl/bind/dist/bin/named/include/named/globals.h                                        |    50 +-
 external/mpl/bind/dist/bin/named/include/named/log.h                                            |     4 +-
 external/mpl/bind/dist/bin/named/include/named/logconf.h                                        |     4 +-
 external/mpl/bind/dist/bin/named/include/named/main.h                                           |     6 +-
 external/mpl/bind/dist/bin/named/include/named/server.h                                         |    18 +-
 external/mpl/bind/dist/bin/named/include/named/smf_globals.h                                    |     4 +-
 external/mpl/bind/dist/bin/named/include/named/statschannel.h                                   |     4 +-
 external/mpl/bind/dist/bin/named/include/named/tkeyconf.h                                       |     4 +-
 external/mpl/bind/dist/bin/named/include/named/tsigconf.h                                       |     4 +-
 external/mpl/bind/dist/bin/named/include/named/types.h                                          |     4 +-
 external/mpl/bind/dist/bin/named/include/named/zoneconf.h                                       |    14 +-
 external/mpl/bind/dist/bin/named/log.c                                                          |     4 +-
 external/mpl/bind/dist/bin/named/logconf.c                                                      |     7 +-
 external/mpl/bind/dist/bin/named/main.c                                                         |    34 +-
 external/mpl/bind/dist/bin/named/named.conf.rst                                                 |    24 +-
 external/mpl/bind/dist/bin/named/named.rst                                                      |    62 +-
 external/mpl/bind/dist/bin/named/server.c                                                       |   498 +--
 external/mpl/bind/dist/bin/named/statschannel.c                                                 |    14 +-
 external/mpl/bind/dist/bin/named/tkeyconf.c                                                     |     4 +-
 external/mpl/bind/dist/bin/named/tsigconf.c                                                     |     4 +-
 external/mpl/bind/dist/bin/named/unix/Makefile.in                                               |     6 +-
 external/mpl/bind/dist/bin/named/unix/dlz_dlopen_driver.c                                       |    11 +-
 external/mpl/bind/dist/bin/named/unix/include/named/os.h                                        |     4 +-
 external/mpl/bind/dist/bin/named/unix/os.c                                                      |     4 +-
 external/mpl/bind/dist/bin/named/win32/dlz_dlopen_driver.c                                      |     4 +-
 external/mpl/bind/dist/bin/named/win32/include/named/ntservice.h                                |     6 +-
 external/mpl/bind/dist/bin/named/win32/include/named/os.h                                       |     6 +-
 external/mpl/bind/dist/bin/named/win32/ntservice.c                                              |    21 +-
 external/mpl/bind/dist/bin/named/win32/os.c                                                     |     6 +-
 external/mpl/bind/dist/bin/named/zoneconf.c                                                     |   219 +-
 external/mpl/bind/dist/bin/nsupdate/Makefile.in                                                 |     6 +-
 external/mpl/bind/dist/bin/nsupdate/nsupdate.c                                                  |    13 +-
 external/mpl/bind/dist/bin/nsupdate/nsupdate.rst                                                |    28 +-
 external/mpl/bind/dist/bin/pkcs11/Makefile.in                                                   |     6 +-
 external/mpl/bind/dist/bin/pkcs11/pkcs11-destroy.c                                              |    23 +-
 external/mpl/bind/dist/bin/pkcs11/pkcs11-destroy.rst                                            |    28 +-
 external/mpl/bind/dist/bin/pkcs11/pkcs11-keygen.c                                               |    20 +-
 external/mpl/bind/dist/bin/pkcs11/pkcs11-keygen.rst                                             |    28 +-
 external/mpl/bind/dist/bin/pkcs11/pkcs11-list.c                                                 |     9 +-
 external/mpl/bind/dist/bin/pkcs11/pkcs11-list.rst                                               |    28 +-
 external/mpl/bind/dist/bin/pkcs11/pkcs11-tokens.c                                               |     6 +-
 external/mpl/bind/dist/bin/pkcs11/pkcs11-tokens.rst                                             |    28 +-
 external/mpl/bind/dist/bin/plugins/Makefile.in                                                  |     6 +-
 external/mpl/bind/dist/bin/plugins/filter-aaaa.c                                                |    41 +-
 external/mpl/bind/dist/bin/plugins/filter-aaaa.rst                                              |    28 +-
 external/mpl/bind/dist/bin/python/Makefile.in                                                   |     6 +-
 external/mpl/bind/dist/bin/python/dnssec-checkds.py.in                                          |    21 +-
 external/mpl/bind/dist/bin/python/dnssec-checkds.rst                                            |    19 +-
 external/mpl/bind/dist/bin/python/dnssec-coverage.py.in                                         |    21 +-
 external/mpl/bind/dist/bin/python/dnssec-coverage.rst                                           |    19 +-
 external/mpl/bind/dist/bin/python/dnssec-keymgr.py.in                                           |    21 +-
 external/mpl/bind/dist/bin/python/dnssec-keymgr.rst                                             |    19 +-
 external/mpl/bind/dist/bin/python/isc/Makefile.in                                               |     6 +-
 external/mpl/bind/dist/bin/python/isc/__init__.py.in                                            |    26 +-
 external/mpl/bind/dist/bin/python/isc/checkds.py.in                                             |   146 +-
 external/mpl/bind/dist/bin/python/isc/coverage.py.in                                            |   182 +-
 external/mpl/bind/dist/bin/python/isc/dnskey.py.in                                              |   258 +-
 external/mpl/bind/dist/bin/python/isc/eventlist.py.in                                           |    64 +-
 external/mpl/bind/dist/bin/python/isc/keydict.py.in                                             |    40 +-
 external/mpl/bind/dist/bin/python/isc/keyevent.py.in                                            |    30 +-
 external/mpl/bind/dist/bin/python/isc/keymgr.py.in                                              |   159 +-
 external/mpl/bind/dist/bin/python/isc/keyseries.py.in                                           |    80 +-
 external/mpl/bind/dist/bin/python/isc/keyzone.py.in                                             |    19 +-
 external/mpl/bind/dist/bin/python/isc/policy.py.in                                              |   587 ++--
 external/mpl/bind/dist/bin/python/isc/rndc.py.in                                                |   101 +-
 external/mpl/bind/dist/bin/python/isc/tests/Makefile.in                                         |     6 +-
 external/mpl/bind/dist/bin/python/isc/tests/dnskey_test.py.in                                   |    28 +-
 external/mpl/bind/dist/bin/python/isc/tests/policy_test.py.in                                   |    95 +-
 external/mpl/bind/dist/bin/python/isc/tests/test-policies/01-keysize.pol                        |     2 +
 external/mpl/bind/dist/bin/python/isc/tests/test-policies/02-prepublish.pol                     |     2 +
 external/mpl/bind/dist/bin/python/isc/tests/test-policies/03-postpublish.pol                    |     2 +
 external/mpl/bind/dist/bin/python/isc/tests/test-policies/04-combined-pre-post.pol              |     2 +
 external/mpl/bind/dist/bin/python/isc/tests/test-policies/05-numeric-zone.pol                   |     2 +
 external/mpl/bind/dist/bin/python/isc/utils.py.in                                               |    24 +-
 external/mpl/bind/dist/bin/python/setup.py                                                      |    33 +-
 external/mpl/bind/dist/bin/rndc/Makefile.in                                                     |     6 +-
 external/mpl/bind/dist/bin/rndc/include/rndc/os.h                                               |     6 +-
 external/mpl/bind/dist/bin/rndc/rndc.c                                                          |    19 +-
 external/mpl/bind/dist/bin/rndc/rndc.conf                                                       |     4 +-
 external/mpl/bind/dist/bin/rndc/rndc.conf.rst                                                   |    28 +-
 external/mpl/bind/dist/bin/rndc/rndc.rst                                                        |    83 +-
 external/mpl/bind/dist/bin/rndc/util.c                                                          |     4 +-
 external/mpl/bind/dist/bin/rndc/util.h                                                          |     4 +-
 external/mpl/bind/dist/bin/tests/Makefile.in                                                    |     6 +-
 external/mpl/bind/dist/bin/tests/bigtest/buildzones.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/bigtest/tests.sh                                               |     6 +-
 external/mpl/bind/dist/bin/tests/cfg_test.c                                                     |     8 +-
 external/mpl/bind/dist/bin/tests/headerdep_test.sh.in                                           |     6 +-
 external/mpl/bind/dist/bin/tests/makejournal.c                                                  |     4 +-
 external/mpl/bind/dist/bin/tests/named.conf                                                     |     2 +
 external/mpl/bind/dist/bin/tests/optional/Makefile.in                                           |     6 +-
 external/mpl/bind/dist/bin/tests/optional/adb_test.c                                            |    10 +-
 external/mpl/bind/dist/bin/tests/optional/backtrace_test.c                                      |     6 +-
 external/mpl/bind/dist/bin/tests/optional/byaddr_test.c                                         |     6 +-
 external/mpl/bind/dist/bin/tests/optional/byname_test.c                                         |     6 +-
 external/mpl/bind/dist/bin/tests/optional/db_test.c                                             |     8 +-
 external/mpl/bind/dist/bin/tests/optional/fsaccess_test.c                                       |     6 +-
 external/mpl/bind/dist/bin/tests/optional/gsstest.c                                             |     6 +-
 external/mpl/bind/dist/bin/tests/optional/inter_test.c                                          |     6 +-
 external/mpl/bind/dist/bin/tests/optional/lex_test.c                                            |     6 +-
 external/mpl/bind/dist/bin/tests/optional/lfsr_test.c                                           |     6 +-
 external/mpl/bind/dist/bin/tests/optional/log_test.c                                            |     6 +-
 external/mpl/bind/dist/bin/tests/optional/master_test.c                                         |     6 +-
 external/mpl/bind/dist/bin/tests/optional/mempool_test.c                                        |    14 +-
 external/mpl/bind/dist/bin/tests/optional/name_test.c                                           |     6 +-
 external/mpl/bind/dist/bin/tests/optional/nsecify.c                                             |    16 +-
 external/mpl/bind/dist/bin/tests/optional/ratelimiter_test.c                                    |     6 +-
 external/mpl/bind/dist/bin/tests/optional/rbt_test.c                                            |     6 +-
 external/mpl/bind/dist/bin/tests/optional/rbt_test.txt                                          |     2 +
 external/mpl/bind/dist/bin/tests/optional/rwlock_test.c                                         |     6 +-
 external/mpl/bind/dist/bin/tests/optional/serial_test.c                                         |     6 +-
 external/mpl/bind/dist/bin/tests/optional/shutdown_test.c                                       |     6 +-
 external/mpl/bind/dist/bin/tests/optional/sig0_test.c                                           |     6 +-
 external/mpl/bind/dist/bin/tests/optional/sock_test.c                                           |     6 +-
 external/mpl/bind/dist/bin/tests/optional/sym_test.c                                            |     6 +-
 external/mpl/bind/dist/bin/tests/optional/task_test.c                                           |     6 +-
 external/mpl/bind/dist/bin/tests/optional/timer_test.c                                          |     6 +-
 external/mpl/bind/dist/bin/tests/optional/zone_test.c                                           |    14 +-
 external/mpl/bind/dist/bin/tests/pkcs11/Makefile.in                                             |     6 +-
 external/mpl/bind/dist/bin/tests/pkcs11/benchmarks/Makefile.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/pkcs11/benchmarks/create.c                                     |     9 +-
 external/mpl/bind/dist/bin/tests/pkcs11/benchmarks/find.c                                       |     6 +-
 external/mpl/bind/dist/bin/tests/pkcs11/benchmarks/genrsa.c                                     |     6 +-
 external/mpl/bind/dist/bin/tests/pkcs11/benchmarks/login.c                                      |     9 +-
 external/mpl/bind/dist/bin/tests/pkcs11/benchmarks/privrsa.c                                    |     9 +-
 external/mpl/bind/dist/bin/tests/pkcs11/benchmarks/pubrsa.c                                     |     9 +-
 external/mpl/bind/dist/bin/tests/pkcs11/benchmarks/session.c                                    |     9 +-
 external/mpl/bind/dist/bin/tests/pkcs11/benchmarks/sha1.c                                       |     6 +-
 external/mpl/bind/dist/bin/tests/pkcs11/benchmarks/sign.c                                       |     6 +-
 external/mpl/bind/dist/bin/tests/pkcs11/benchmarks/verify.c                                     |     6 +-
 external/mpl/bind/dist/bin/tests/prepare-softhsm2.sh                                            |     6 +-
 external/mpl/bind/dist/bin/tests/startperf/README                                               |    13 +
 external/mpl/bind/dist/bin/tests/startperf/clean.sh                                             |     6 +-
 external/mpl/bind/dist/bin/tests/startperf/makenames.pl                                         |     6 +-
 external/mpl/bind/dist/bin/tests/startperf/mkzonefile.pl                                        |     6 +-
 external/mpl/bind/dist/bin/tests/startperf/setup.sh                                             |     6 +-
 external/mpl/bind/dist/bin/tests/startperf/smallzone.db                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/Makefile.in                                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/README                                                  |     9 +-
 external/mpl/bind/dist/bin/tests/system/acl/clean.sh                                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/acl/ns2/named1.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/acl/ns2/named2.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/acl/ns2/named3.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/acl/ns2/named4.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/acl/ns2/named5.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/acl/ns3/example.db                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/acl/ns3/named.conf.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/acl/ns4/example.db                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/acl/ns4/existing.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/acl/ns4/named.conf.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/acl/setup.sh                                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/acl/tests.sh                                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/clean.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/ns1/mx.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/ns1/named1.conf.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/ns1/named2.conf.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/ns1/named3.conf.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/ns1/named4.conf.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/ns1/naptr.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/ns1/naptr2.db                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/ns1/nid.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/ns1/root.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/ns1/rt.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/ns1/rt2.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/ns1/srv.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/ns2/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/ns2/root.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/ns3/ex.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/ns3/ex2.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/ns3/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/ns3/root.hint                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/setup.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/additional/tests.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/addzone/clean.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/addzone/ns1/inlinesec.db                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/addzone/ns1/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/addzone/ns1/redirect.db.1                               |     8 +-
 external/mpl/bind/dist/bin/tests/system/addzone/ns1/redirect.db.2                               |     8 +-
 external/mpl/bind/dist/bin/tests/system/addzone/ns2/added.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/addzone/ns2/default.nzf.in                              |    13 +
 external/mpl/bind/dist/bin/tests/system/addzone/ns2/hints.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/addzone/ns2/inline.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/addzone/ns2/named1.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/addzone/ns2/named2.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/addzone/ns2/named3.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/addzone/ns2/normal.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/addzone/ns2/previous.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/addzone/ns2/redirect.db.1                               |     8 +-
 external/mpl/bind/dist/bin/tests/system/addzone/ns2/redirect.db.2                               |     8 +-
 external/mpl/bind/dist/bin/tests/system/addzone/ns3/e.db                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/addzone/ns3/example.db                                  |    11 +
 external/mpl/bind/dist/bin/tests/system/addzone/ns3/named1.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/addzone/ns3/named2.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/addzone/ns3/redirect.db.1                               |     8 +-
 external/mpl/bind/dist/bin/tests/system/addzone/ns3/redirect.db.2                               |     8 +-
 external/mpl/bind/dist/bin/tests/system/addzone/setup.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/addzone/tests.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/addzone/tests_rndc_deadlock.py                          |    52 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/clean.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns1/named.conf.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns1/root.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/generic.db                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named01.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named02.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named03.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named04.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named05.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named06.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named07.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named08.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named09.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named10.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named11.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named12.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named21.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named22.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named23.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named24.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named25.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named26.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named27.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named28.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named29.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named30.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named31.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named32.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named33.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named34.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named40.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named53.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named54.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named55.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named56.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns2/named57.conf.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns3/named1.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns3/named2.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns3/named3.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/ns3/named4.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/setup.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/allow-query/tests.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/ans.pl                                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/auth/clean.sh                                           |     4 +-
 external/mpl/bind/dist/bin/tests/system/auth/ns1/chaos.db                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/auth/ns1/example.com.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/auth/ns1/example.net.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/auth/ns1/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/auth/ns2/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/auth/setup.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/auth/tests.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/clean.sh                                       |    11 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns1/keygen.sh                                  |     8 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns1/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns1/root.db.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns2/bar.db.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns2/child.nsec3.example.db                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns2/child.optout.example.db                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns2/dst.example.db.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns2/example.db.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns2/insecure.secure.example.db                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns2/keygen.sh                                  |    11 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns2/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns2/private.secure.example.db.in               |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/autonsec3.example.db.in                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/cdnskey-delete.example.db.in               |    28 +
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/cds-delete.example.db.in                   |    28 +
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/delay.example.db                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/delzsk.example.db.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/dname-at-apex-nsec3.example.db.in          |    11 +
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/inacksk2.example.db.in                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/inacksk3.example.db.in                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/inaczsk.example.db.in                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/inaczsk2.example.db.in                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/inaczsk3.example.db.in                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/insecure.example.db                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/jitter.nsec3.example.db.in                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/keygen.sh                                  |   176 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/kskonly.example.db.in                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/named.conf.in                              |    27 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/noksk.example.db.in                        |    26 +
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/nozsk.example.db.in                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/nsec.example.db.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/nsec3-to-nsec.example.db.in                |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/nsec3.example.db.in                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/nsec3.nsec3.example.db.in                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/nsec3.optout.example.db.in                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/oldsigs.example.db.in                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/optout.example.db.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/optout.nsec3.example.db.in                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/optout.optout.example.db.in                |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/rsasha256.example.db.in                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/rsasha512.example.db.in                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/secure-to-insecure.example.db.in           |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/secure-to-insecure2.example.db.in          |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/secure.example.db.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/secure.nsec3.example.db.in                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/secure.optout.example.db.in                |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/sync.example.db.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/ttl1.example.db.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/ttl2.example.db.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/ttl3.example.db.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns3/ttl4.example.db.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns4/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/ns5/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/setup.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/autosign/tests.sh                                       |   182 +-
 external/mpl/bind/dist/bin/tests/system/builtin/clean.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/builtin/ns1/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/builtin/ns2/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/builtin/ns3/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/builtin/setup.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/builtin/tests.sh                                        |     4 +-
 external/mpl/bind/dist/bin/tests/system/cacheclean/clean.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/cacheclean/ns1/example.db                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/cacheclean/ns1/expire-test.db                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/cacheclean/ns1/flushtest.db                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/cacheclean/ns1/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/cacheclean/ns2/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/cacheclean/setup.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/cacheclean/tests.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/case/clean.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/case/ns1/dynamic.db.in                                  |     7 +-
 external/mpl/bind/dist/bin/tests/system/case/ns1/example.db                                     |     7 +-
 external/mpl/bind/dist/bin/tests/system/case/ns1/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/case/ns2/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/case/setup.sh                                           |     4 +-
 external/mpl/bind/dist/bin/tests/system/case/tests.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/catz/clean.sh                                           |     4 +-
 external/mpl/bind/dist/bin/tests/system/catz/ns1/catalog.example.db.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/catz/ns1/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/catz/ns2/named1.conf.in                                 |    84 +
 external/mpl/bind/dist/bin/tests/system/catz/ns2/named2.conf.in                                 |    62 +
 external/mpl/bind/dist/bin/tests/system/catz/ns3/dom5.example.db                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/catz/ns3/dom6.example.db                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/catz/ns3/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/catz/setup.sh                                           |     8 +-
 external/mpl/bind/dist/bin/tests/system/catz/tests.sh                                           |   264 ++-
 external/mpl/bind/dist/bin/tests/system/cds/checkmtime.pl                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/cds/checktime.pl                                        |     8 +-
 external/mpl/bind/dist/bin/tests/system/cds/clean.sh                                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/cds/mangle.pl                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/cds/setup.sh                                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/cds/tests.sh                                            |    14 +-
 external/mpl/bind/dist/bin/tests/system/chain/README                                            |     9 +-
 external/mpl/bind/dist/bin/tests/system/chain/ans3/ans.pl                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/chain/ans4/README.anspy                                 |     9 +-
 external/mpl/bind/dist/bin/tests/system/chain/ans4/ans.py                                       |   211 +-
 external/mpl/bind/dist/bin/tests/system/chain/clean.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/chain/ns1/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/chain/ns1/root.db                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/chain/ns2/example.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/chain/ns2/generic.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/chain/ns2/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/chain/ns2/sign.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/chain/ns2/sub.db                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/chain/ns2/wildcard-secure.db                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/chain/ns2/wildcard.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/chain/ns5/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/chain/ns5/sub.db                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/chain/ns7/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/chain/ns7/root.hint                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/chain/prereq.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/chain/setup.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/chain/tests.sh                                          |     4 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/altdb.conf                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/altdlz.conf                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/ancient.conf                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-acl.conf                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-also-notify.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-catz-zone.conf                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-checknames-primary-dup-2.conf             |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-checknames-primary-dup.conf               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-checknames-secondary-dup.conf             |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-dnskey-validity.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-dnssec.conf                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-duplicate-key.conf                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-duplicate-primaries-1.conf                |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-duplicate-primaries-2.conf                |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-duplicate-root-key.conf                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-geoip-use-ecs.conf                        |     4 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-glue-cache-bogus.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-hint.conf                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-in-view-dup.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-inline-options.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-inline-slave.conf                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-inline-view.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-interface-interval.conf                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-ipv4-prefix-dotted1.conf                  |    13 +
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-ipv4-prefix-dotted2.conf                  |    13 +
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-ipv4-prefix2.conf                         |    13 +
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-define-default.conf                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-define-insecure.conf                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-define-none.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-duplicate.conf                       |    15 +
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-key1.conf                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-key2.conf                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-key3.conf                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-key4.conf                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir1.conf                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir2.conf                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir3.conf                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir4.conf                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir5.conf                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-policy-undefined-inherited-view.conf |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-policy-undefined-inherited.conf      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp10.conf                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp11.conf                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp12.conf                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp13.conf                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp2.conf                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp3.conf                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp4.conf                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp6.conf                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp7.conf                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp8.conf                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp9.conf                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-keep-response-order.conf                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-ksk-without-zsk.conf                      |    24 +
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-lifetime.conf                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-lmdb-mapsize-bogus.conf                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-lmdb-mapsize-toolarge.conf                |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-lmdb-mapsize-toosmall.conf                |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-lmdb-mapsize-unlimited.conf               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-master-request-ixfr.conf                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-masters-dup.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-maxcachettl.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-maxncachettl-1.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-maxncachettl-2.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-maxncachettl-3.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-maxncachettl-4.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-maxratio1.conf                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-maxratio2.conf                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-maxttlmap.conf                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-mincachettl.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-minncachettl.conf                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-mirror-allow-recursion-none.conf          |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-mirror-explicit-notify-yes.conf           |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-mirror-non-root-zone-without-masters.conf |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-mirror-recursion-no.conf                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-mirror-zonename.conf                      |    13 +
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-noddns.conf                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-notify-source-v6.conf                     |    22 +
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-notify-source.conf                        |    22 +
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-options-also-notify.conf                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-parental-agents-def-options.conf          |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-parental-agents-def-view.conf             |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-parental-agents-def-view2.conf            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-parental-agents-def-zone.conf             |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-parental-agents-dup.conf                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-parental-agents-dupdef.conf               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-parental-agents-empty.conf                |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-parental-agents-empty2.conf               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-parental-agents-mirror.conf               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-parental-agents-notfound.conf             |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-parental-source-v6.conf                   |    22 +
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-parental-source.conf                      |    22 +
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-port.conf                                 |    16 +
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-primaries-key.conf                        |    17 +
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-primaries-notfound.conf                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-printtime.conf                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-rate-limit-acl.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-rate-limit-all-per-second.conf            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-rate-limit-errors-per-second.conf         |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-rate-limit-ipv4-prefix-length.conf        |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-rate-limit-ipv6-prefix-length.conf        |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-rate-limit-max-table-size.conf            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-rate-limit-nodata-per-second.conf         |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-rate-limit-nxdomains-per-second.conf      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-rate-limit-qps-scale.conf                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-rate-limit-referrals-per-second.conf      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-rate-limit-responses-per-second.conf      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-rate-limit-slip.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-rate-limit-window.conf                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-root-mixed-key.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-rpz-too-many-zones.conf                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-rpz-ttl.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-rpz-update.conf                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-rpz-zone.conf                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-sharedwritable1.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-sharedwritable2.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-sharedzone1.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-sharedzone2.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-sharedzone3.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-sig-validity.conf                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-static-initial-1.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-static-initial-2.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-static-initial-3.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-static-initial-4.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-stub-masters-dialup.conf                  |    13 +
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-transfer-source-v6.conf                   |    22 +
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-transfer-source.conf                      |    22 +
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-tsig.conf                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-unpaired-keys.conf                        |    27 +
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-update-policy1.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-update-policy10.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-update-policy11.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-update-policy12.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-update-policy13.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-update-policy14.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-update-policy15.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-update-policy2.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-update-policy3.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-update-policy4.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-update-policy5.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-update-policy6.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-update-policy7.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-update-policy8.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-update-policy9.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-validation-auto-key.conf                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-view-also-notify.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/bad-zsk-without-ksk.conf                      |    24 +
 external/mpl/bind/dist/bin/tests/system/checkconf/check-dup-records-fail.conf                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/check-dup-records.db                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/check-missing-zone.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/check-mixed-keys.conf                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/check-mx-cname-fail.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/check-mx-cname.db                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/check-mx-fail.conf                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/check-mx.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/check-names-fail.conf                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/check-names.db                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/check-root-ksk-2010.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/check-root-ksk-2017.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/check-root-ksk-both.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/check-root-static-ds.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/check-root-static-key.conf                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/check-root-trusted-key.conf                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/check-srv-cname-fail.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/check-srv-cname.db                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/clean.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/deprecated-masterfile-format-map.conf         |    22 +
 external/mpl/bind/dist/bin/tests/system/checkconf/deprecated.conf                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/dlz-bad.conf                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/dnssec.1                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/dnssec.2                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/dnssec.3                                      |     8 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-acl.conf                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-allow-update-forwarding-view.conf        |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-allow-update-forwarding.conf             |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-allow-update-view.conf                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-allow-update.conf                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-class.conf                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-dnskey-validity-3660.conf                |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-dnskey-validity-zero.conf                |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-ds-key-1.conf                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-ds-key-2.conf                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-dup-managed-key.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-dup-trusted-key.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-glue-cache.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-initial-ds.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-interface-interval.conf                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-kasp.conf                                |    11 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-key-directory.conf                       |     9 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-lmdb-mapsize-largest.conf                |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-lmdb-mapsize-smallest.conf               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-masterfile-format-raw.conf               |    22 +
 external/mpl/bind/dist/bin/tests/system/checkconf/good-masterfile-format-text.conf              |    22 +
 external/mpl/bind/dist/bin/tests/system/checkconf/good-masters-and-primaries.conf               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-maxcachettl.conf                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-maxncachettl.conf                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-maxratio1.conf                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-maxratio2.conf                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-mincachettl.conf                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-minncachettl.conf                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-mirror-inherited-notify-yes.conf         |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-mirror-root-zone-without-masters.conf    |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-nested.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-notify-source-v6.conf                    |    22 +
 external/mpl/bind/dist/bin/tests/system/checkconf/good-notify-source.conf                       |    22 +
 external/mpl/bind/dist/bin/tests/system/checkconf/good-options-also-notify.conf                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-parental-source-v6.conf                  |    22 +
 external/mpl/bind/dist/bin/tests/system/checkconf/good-parental-source.conf                     |    22 +
 external/mpl/bind/dist/bin/tests/system/checkconf/good-printtime.conf                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-response-dot.conf                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-rpz-ttl.conf                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-rpz-update.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-rrset-order-none.conf                    |    13 +
 external/mpl/bind/dist/bin/tests/system/checkconf/good-static-ds.conf                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-transfer-source-v6.conf                  |    22 +
 external/mpl/bind/dist/bin/tests/system/checkconf/good-transfer-source.conf                     |    22 +
 external/mpl/bind/dist/bin/tests/system/checkconf/good-update-policy1.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-update-policy10.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-update-policy11.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-update-policy12.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-update-policy2.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-update-policy3.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-update-policy4.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-update-policy5.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-update-policy6.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-update-policy7.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-update-policy8.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-update-policy9.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good-view-also-notify.conf                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/good.conf                                     |    19 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/hint-nofile.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/in-view-good.conf                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/inline-bad.conf                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/inline-good.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/inline-no.conf                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/kasp-and-other-dnssec-options.conf            |     7 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/kasp-bad-keylen.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/kasp-bad-nsec3-alg.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/kasp-bad-nsec3-iter.conf                      |     7 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/kasp-bad-nsec3-salt.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/kasp-ignore-keylen.conf                       |     7 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/max-cache-size-good.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/max-ttl.conf                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/maxttl-bad.conf                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/maxttl-bad.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/maxttl.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/notify.conf                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/portrange-good.conf                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/range.conf                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/servestale.stale-refresh-time.0.conf          |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/servestale.stale-refresh-time.29.conf         |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/shared.example.db                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/tests.sh                                      |    45 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/view-class-any1.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/view-class-any2.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/view-class-in1.conf                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/view-class-in2.conf                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/warn-dlv-auto.conf                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/warn-dlv-dlv.example.com.conf                 |     2 +
 external/mpl/bind/dist/bin/tests/system/checkconf/warn-dlv-dlv.isc.org.conf                     |     2 +
 external/mpl/bind/dist/bin/tests/system/checkconf/warn-geoip-use-ecs.conf                       |     2 +
 external/mpl/bind/dist/bin/tests/system/checkconf/warn-kasp-max-zone-ttl.conf                   |    27 +
 external/mpl/bind/dist/bin/tests/system/checkconf/warn-keydir.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/warn-maxratio1.conf                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkconf/warn-notify-source.conf                       |    22 +
 external/mpl/bind/dist/bin/tests/system/checkconf/warn-parental-source.conf                     |    22 +
 external/mpl/bind/dist/bin/tests/system/checkconf/warn-transfer-source.conf                     |    22 +
 external/mpl/bind/dist/bin/tests/system/checkds/README                                          |     9 +-
 external/mpl/bind/dist/bin/tests/system/checkds/clean.sh                                        |     7 +-
 external/mpl/bind/dist/bin/tests/system/checkds/ns2/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkds/ns2/setup.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkds/ns2/template.db.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkds/ns4/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkds/ns5/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkds/ns5/setup.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkds/ns5/template.db.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkds/ns6/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkds/ns7/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkds/ns9/named.conf.in                               |    25 +
 external/mpl/bind/dist/bin/tests/system/checkds/ns9/setup.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkds/ns9/template.db.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkds/prereq.sh                                       |     8 +-
 external/mpl/bind/dist/bin/tests/system/checkds/setup.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkds/tests-checkds.py                                |   277 +-
 external/mpl/bind/dist/bin/tests/system/checkdstool/clean.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkdstool/dig.pl                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkdstool/dig.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkdstool/tests.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/checknames/clean.sh                                     |     8 +-
 external/mpl/bind/dist/bin/tests/system/checknames/ns1/fail.example.db.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checknames/ns1/fail.update.db.in                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/checknames/ns1/ignore.example.db.in                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/checknames/ns1/ignore.update.db.in                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/checknames/ns1/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checknames/ns1/root.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/checknames/ns1/warn.example.db.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checknames/ns1/warn.update.db.in                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/checknames/ns2/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checknames/ns2/root.hints                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checknames/ns3/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checknames/ns3/root.hints                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checknames/ns4/named.conf.in                            |    17 +-
 external/mpl/bind/dist/bin/tests/system/checknames/ns4/primary-ignore.update.db.in              |    18 +
 external/mpl/bind/dist/bin/tests/system/checknames/ns4/root.hints                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checknames/ns5/master-ignore.update.db.in               |    18 +
 external/mpl/bind/dist/bin/tests/system/checknames/ns5/named.conf.in                            |    44 +
 external/mpl/bind/dist/bin/tests/system/checknames/ns5/root.hints                               |    14 +
 external/mpl/bind/dist/bin/tests/system/checknames/setup.sh                                     |     9 +-
 external/mpl/bind/dist/bin/tests/system/checknames/tests.sh                                     |    53 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/clean.sh                                      |     4 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/setup.sh                                      |     4 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/tests.sh                                      |    70 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-caa-rr.db                           |   Bin 
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-cdnskey.db                          |    11 +
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-cds.db                              |    11 +
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-dhcid.db                            |    11 +
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-dns-sd-reverse.db                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-ds.db                               |    11 +
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-eid.db                              |    11 +
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-generate-garbage.db                 |    17 +
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-generate-missing-brace.db           |    17 +
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-generate-range.db                   |    18 +
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-generate-tkey.db                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-nimloc.db                           |    12 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-nsap-empty.db                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-nsap-odd-nibble.db                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-nsec3-padded.db                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-nsec3owner-padded.db                |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-svcb-mandatory.db                   |    17 +
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-svcb-servername.db                  |    17 +
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-svcb.db                             |    17 +
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-tkey.db                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-tsig.db                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-unspec.db                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad1.db                                 |   Bin 
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad2.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad3.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad4.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/badttl.db                               |     7 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/crashzone.db                            |     2 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/delegating-ns-address-below-dname.db    |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/generate-overflow.db                    |    17 +
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/good-cdnskey.db                         |    11 +
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/good-cds-unsigned.db                    |    11 +
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/good-cds.db                             |    11 +
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/good-dns-sd-reverse.db                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/good-gc-msdcs.db                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/good-generate-modifier.db               |    20 +
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/good-nsap.db                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/good-nsec3-nopadhash.db                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/good-occulted-ns-by-dname.db            |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/good-occulted-ns-by-ns.db               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/good-spf-exception.db                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/good-svcb.db                            |    26 +
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/good1.db                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/inherit.db                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/nowarn.inherited.owner.db               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/ns-address-below-dname.db               |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/spf.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/test1.db                                |     7 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/test2.db                                |     7 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/warn.inherit.origin.db                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/checkzone/zones/warn.inherited.owner.db                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/ckdnsrps.sh                                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/cleanall.sh                                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/cleanpkcs11.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/common/controls.conf                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/common/controls.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/common/rndc.conf                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/common/rndc.key                                         |     2 +-
 external/mpl/bind/dist/bin/tests/system/common/root.hint                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/conf.sh.common                                          |    22 +-
 external/mpl/bind/dist/bin/tests/system/conf.sh.in                                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/conf.sh.win32                                           |     2 +
 external/mpl/bind/dist/bin/tests/system/conftest.py                                             |    31 +
 external/mpl/bind/dist/bin/tests/system/cookie/ans9/ans.py                                      |   133 +-
 external/mpl/bind/dist/bin/tests/system/cookie/bad-cookie-badaes.conf                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/bad-cookie-badhex.conf                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/bad-cookie-badsiphash24.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/bad-cookie-toolong.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/clean.sh                                         |     4 +-
 external/mpl/bind/dist/bin/tests/system/cookie/good-cookie-aes.conf                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/good-cookie-siphash24.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/ns1/example.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/ns1/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/ns1/root.hint                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/ns2/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/ns2/root.db                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/ns3/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/ns3/root.hint                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/ns4/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/ns4/root.hint                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/ns5/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/ns5/root.hint                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/ns6/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/ns6/root.hint                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/ns7/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/ns7/root.db                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/ns8/example.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/ns8/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/prereq.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/setup.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/cookie/tests.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/coverage/clean.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/coverage/setup.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/coverage/tests.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/database/clean.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/database/ns1/named1.conf.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/database/ns1/named2.conf.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/database/setup.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/database/tests.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/delzone/clean.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/delzone/ns1/inlinesec.db                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/delzone/ns1/named.conf                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/delzone/ns2/added.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/delzone/ns2/named.conf                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/delzone/ns2/normal.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/delzone/setup.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/delzone/tests.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dialup/clean.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/dialup/ns1/example.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dialup/ns1/named.conf                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dialup/ns1/root.db                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/dialup/ns2/hint.db                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/dialup/ns2/named.conf                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dialup/ns3/hint.db                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/dialup/ns3/named.conf                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dialup/tests.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/digcomp.pl                                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/digdelv/ans4/startme                                    |     1 +
 external/mpl/bind/dist/bin/tests/system/digdelv/ans5/ans.pl                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/digdelv/ans6/ans.pl                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/digdelv/ans7/ans.pl                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/digdelv/clean.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/digdelv/ns1/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/digdelv/ns1/root.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/digdelv/ns2/example.db.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/digdelv/ns2/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/digdelv/ns2/sign.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/digdelv/ns3/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/digdelv/prereq.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/digdelv/setup.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/digdelv/tests.sh                                        |    10 +-
 external/mpl/bind/dist/bin/tests/system/digdelv/yamlget.py                                      |     8 +-
 external/mpl/bind/dist/bin/tests/system/ditch.pl                                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/dlz/clean.sh                                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/dlz/ns1/named.conf.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dlz/prereq.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/dlz/setup.sh                                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/dlz/tests.sh                                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/dlzexternal/Makefile.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/dlzexternal/clean.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dlzexternal/driver.c                                    |    42 +-
 external/mpl/bind/dist/bin/tests/system/dlzexternal/driver.h                                    |     4 +-
 external/mpl/bind/dist/bin/tests/system/dlzexternal/ns1/dlzs.conf.in                            |     7 +
 external/mpl/bind/dist/bin/tests/system/dlzexternal/ns1/named.conf.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/dlzexternal/ns1/root.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/dlzexternal/prereq.sh                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dlzexternal/setup.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dlzexternal/tests.sh                                    |    14 +-
 external/mpl/bind/dist/bin/tests/system/dns64/clean.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/conf/bad1.conf                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/conf/bad10.conf                                   |    13 +
 external/mpl/bind/dist/bin/tests/system/dns64/conf/bad11.conf                                   |    13 +
 external/mpl/bind/dist/bin/tests/system/dns64/conf/bad12.conf                                   |    13 +
 external/mpl/bind/dist/bin/tests/system/dns64/conf/bad13.conf                                   |    13 +
 external/mpl/bind/dist/bin/tests/system/dns64/conf/bad14.conf                                   |    13 +
 external/mpl/bind/dist/bin/tests/system/dns64/conf/bad15.conf                                   |    13 +
 external/mpl/bind/dist/bin/tests/system/dns64/conf/bad16.conf                                   |    13 +
 external/mpl/bind/dist/bin/tests/system/dns64/conf/bad17.conf                                   |    13 +
 external/mpl/bind/dist/bin/tests/system/dns64/conf/bad18.conf                                   |    13 +
 external/mpl/bind/dist/bin/tests/system/dns64/conf/bad19.conf                                   |    13 +
 external/mpl/bind/dist/bin/tests/system/dns64/conf/bad2.conf                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/conf/bad3.conf                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/conf/bad4.conf                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/conf/bad5.conf                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/conf/bad6.conf                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/conf/bad7.conf                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/conf/bad8.conf                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/conf/bad9.conf                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/conf/good1.conf                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/conf/good2.conf                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/conf/good3.conf                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/conf/good4.conf                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/conf/good5.conf                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/ns1/example.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/ns1/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/ns1/root.db                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/ns1/sign.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/ns2/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/ns2/rpz.db                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/setup.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/dns64/tests.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/README                                           |     9 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ans10/ans.py                                     |    48 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/clean.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/dnssec_update_test.pl                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns1/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns1/root.db.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns1/sign.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/algroll.db.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/badparam.db.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/cdnskey-auto.secure.db.in                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/cdnskey-kskonly.secure.db.in                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/cdnskey-update.secure.db.in                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/cdnskey.secure.db.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/cds-auto.secure.db.in                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/cds-kskonly.secure.db.in                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/cds-update.secure.db.in                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/cds.secure.db.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/child.nsec3.example.db                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/child.optout.example.db                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/corp.db                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/dst.example.db.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/example.db.in                                |    10 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/hours-vs-days.db.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/in-addr.arpa.db.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/insecure.secure.example.db                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/key.db.in                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/private.secure.example.db.in                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/rfc2335.example.db                           |    11 +
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/sign.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/single-nsec3.db.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/template.secure.db.in                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns2/too-many-iterations.db.in                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/auto-nsec.example.db.in                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/auto-nsec3.example.db.in                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/bogus.example.db.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/dname-at-apex-nsec3.example.db.in            |    11 +
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/dnskey-nsec3-unknown.example.db.in           |     7 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/dnskey-unknown.example.db.in                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/dnskey-unsupported-2.example.db.in           |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/dnskey-unsupported.example.db.in             |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/dynamic.example.db.in                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/expired.example.db.in                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/expiring.example.db.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/future.example.db.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/generic.example.db.in                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/inline.example.db                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/insecure.below-cname.example.db              |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/insecure.example.db                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/insecure.nsec3.example.db                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/insecure.optout.example.db                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/insecure2.example.db                         |    27 +
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/key.db.in                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/kskonly.example.db.in                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/lower.example.db.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/managed-future.example.db.in                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/multiple.example.db.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/named.conf.in                                |    12 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/nosign.example.db.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/nsec3-unknown.example.db.in                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/nsec3.example.db.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/nsec3.nsec3.example.db.in                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/nsec3.optout.example.db.in                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/occluded.example.db.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/optout-unknown.example.db.in                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/optout.example.db.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/optout.nsec3.example.db.in                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/optout.optout.example.db.in                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/publish-inactive.example.db.in               |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/rsasha256.example.db.in                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/rsasha512.example.db.in                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/secure.below-cname.example.db.in             |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/secure.example.db.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/secure.nsec3.example.db.in                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/secure.optout.example.db.in                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/siginterval.example.db.in                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/siginterval1.conf                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/siginterval2.conf                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/sign.sh                                      |    12 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/split-dnssec.example.db.in                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/split-smart.example.db.in                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/ttlpatch.example.db.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/update-nsec3.example.db.in                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns3/upper.example.db.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns4/named1.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns4/named2.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns4/named3.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns4/named4.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns4/named5.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns5/named1.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns5/named2.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns5/sign.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns6/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns6/optout-tld.db.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns6/sign.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns7/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns7/named.nosoa                                  |     9 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns7/nosoa.secure.example.db                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns7/sign.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns7/split-rrsig.db.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns8/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ns9/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/ntadiff.pl                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/prereq.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/setup.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/signer/example.db.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test1.zone                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test2.zone                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test3.zone                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test4.zone                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test5.zone                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test6.zone                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test7.zone                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test8.zone                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test9.zone                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/signer/prepub.db.in                              |    17 +
 external/mpl/bind/dist/bin/tests/system/dnssec/signer/remove.db.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/signer/remove2.db.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnssec/tests.sh                                         |   164 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/README                                           |     9 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/bad-fstrm-reopen-interval.conf                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-max.conf               |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-min.conf               |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-max.conf             |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-min.conf             |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-max.conf          |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-min.conf          |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-po2.conf          |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/bad-fstrm-set-output-notify-threshold.conf       |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-max.conf         |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-min.conf         |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-max.conf           |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-min.conf           |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/bad-missing-dnstap-output-view.conf              |    13 +
 external/mpl/bind/dist/bin/tests/system/dnstap/bad-missing-dnstap-output.conf                   |    13 +
 external/mpl/bind/dist/bin/tests/system/dnstap/bad-size-version.conf                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/clean.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/good-dnstap-in-options.conf                      |    13 +
 external/mpl/bind/dist/bin/tests/system/dnstap/good-dnstap-in-view.conf                         |    13 +
 external/mpl/bind/dist/bin/tests/system/dnstap/good-fstrm-reopen-interval.conf                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/good-fstrm-set-buffer-hint.conf                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/good-fstrm-set-flush-timeout.conf                |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/good-fstrm-set-input-queue-size.conf             |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/good-fstrm-set-output-notify-threshold.conf      |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/good-fstrm-set-output-queue-model-mpsc.conf      |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/good-fstrm-set-output-queue-model-spsc.conf      |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/good-fstrm-set-output-queue-size.conf            |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/good-fstrm-set-reopen-interval.conf              |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/good-size-unlimited.conf                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/good-size-version.conf                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/ns1/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/ns1/root.db                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/ns2/example.db.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/ns2/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/ns3/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/ns4/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/setup.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/tests.sh                                         |    12 +-
 external/mpl/bind/dist/bin/tests/system/dnstap/ydump.py                                         |     8 +-
 external/mpl/bind/dist/bin/tests/system/dscp/clean.sh                                           |     4 +-
 external/mpl/bind/dist/bin/tests/system/dscp/ns1/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/dscp/ns1/root.db                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dscp/ns2/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/dscp/ns3/hint.db                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dscp/ns3/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/dscp/ns4/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/dscp/ns4/root.db                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dscp/ns5/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/dscp/ns6/hint.db                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/dscp/ns6/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/dscp/ns7/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/dscp/setup.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/dscp/tests.sh                                           |     4 +-
 external/mpl/bind/dist/bin/tests/system/dsdigest/clean.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/dsdigest/ns1/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/dsdigest/ns1/root.db.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/dsdigest/ns1/sign.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dsdigest/ns2/bad.db.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/dsdigest/ns2/good.db.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/dsdigest/ns2/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/dsdigest/ns2/sign.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/dsdigest/ns3/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/dsdigest/ns4/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/dsdigest/setup.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/dsdigest/tests.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/dupsigs/check_journal.pl                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/dupsigs/clean.sh                                        |     4 +-
 external/mpl/bind/dist/bin/tests/system/dupsigs/ns1/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/dupsigs/ns1/reset_keys.sh                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/dupsigs/ns1/signing.test.db.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/dupsigs/setup.sh                                        |     4 +-
 external/mpl/bind/dist/bin/tests/system/dupsigs/tests.sh                                        |     4 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/Makefile.in                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/clean.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/driver/AUTHORS                                    |    25 +
 external/mpl/bind/dist/bin/tests/system/dyndb/driver/Makefile.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/driver/README                                     |    27 +
 external/mpl/bind/dist/bin/tests/system/dyndb/driver/db.c                                       |    33 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/driver/db.h                                       |    33 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/driver/driver.c                                   |    33 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/driver/instance.c                                 |    33 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/driver/instance.h                                 |    33 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/driver/lock.c                                     |    29 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/driver/lock.h                                     |    29 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/driver/log.c                                      |    29 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/driver/log.h                                      |    29 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/driver/syncptr.c                                  |    33 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/driver/syncptr.h                                  |    33 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/driver/util.h                                     |    33 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/driver/zone.c                                     |    35 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/driver/zone.h                                     |    31 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/ns1/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/prereq.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/setup.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/dyndb/tests.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/ecdsa/clean.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/ecdsa/ns1/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/ecdsa/ns1/root.db.in                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/ecdsa/ns1/sign.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/ecdsa/ns2/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/ecdsa/ns3/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/ecdsa/setup.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/ecdsa/tests.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/eddsa/clean.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/eddsa/ns1/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/eddsa/ns1/root.db.in                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/eddsa/ns1/sign.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/eddsa/ns2/example.com.db.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/eddsa/ns2/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/eddsa/ns2/sign.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/eddsa/ns3/example.com.db.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/eddsa/ns3/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/eddsa/ns3/sign.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/eddsa/prereq.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/eddsa/setup.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/eddsa/tests.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/ednscompliance/clean.sh                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/ednscompliance/ns1/named.conf.in                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/ednscompliance/ns1/root.db                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/ednscompliance/setup.sh                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/ednscompliance/tests.sh                                 |     8 +-
 external/mpl/bind/dist/bin/tests/system/emptyzones/clean.sh                                     |     4 +-
 external/mpl/bind/dist/bin/tests/system/emptyzones/ns1/empty.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/emptyzones/ns1/named1.conf.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/emptyzones/ns1/named2.conf.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/emptyzones/ns1/rfc1918.zones                            |     4 +-
 external/mpl/bind/dist/bin/tests/system/emptyzones/ns1/root.hint                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/emptyzones/setup.sh                                     |     4 +-
 external/mpl/bind/dist/bin/tests/system/emptyzones/tests.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/feature-test.c                                          |    17 +-
 external/mpl/bind/dist/bin/tests/system/fetchlimit/ans4/ans.pl                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/fetchlimit/clean.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/fetchlimit/ns1/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/fetchlimit/ns1/root.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/fetchlimit/ns2/example.db                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/fetchlimit/ns2/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/fetchlimit/ns3/named1.conf.in                           |    10 +-
 external/mpl/bind/dist/bin/tests/system/fetchlimit/ns3/named2.conf.in                           |    10 +-
 external/mpl/bind/dist/bin/tests/system/fetchlimit/ns3/named3.conf.in                           |    10 +-
 external/mpl/bind/dist/bin/tests/system/fetchlimit/ns3/root.hint                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/fetchlimit/prereq.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/fetchlimit/setup.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/fetchlimit/tests.sh                                     |    49 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/clean.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/conf/bad1.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/conf/bad2.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/conf/bad3.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/conf/bad4.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/conf/bad5.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/conf/good1.conf                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/conf/good2.conf                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/conf/good3.conf                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/conf/good4.conf                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/conf/good5.conf                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns1/named1.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns1/named2.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns1/root.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns1/sign.sh                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns1/signed.db.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns1/unsigned.db                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns2/hints                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns2/named1.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns2/named2.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns3/hints                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns3/named1.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns3/named2.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns4/named1.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns4/named2.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns4/root.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns4/sign.sh                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns4/signed.db.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns4/unsigned.db                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns5/hints                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/ns5/named.conf.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/prereq.sh                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/setup.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/filter-aaaa/tests.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/formerr/clean.sh                                        |     4 +-
 external/mpl/bind/dist/bin/tests/system/formerr/formerr.pl                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/formerr/ns1/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/formerr/ns1/root.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/formerr/setup.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/formerr/tests.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/forward/ans11/ans.py                                    |   142 +
 external/mpl/bind/dist/bin/tests/system/forward/ans6/ans.pl                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/forward/clean.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/forward/ns1/diditwork.net.db                            |    22 +
 external/mpl/bind/dist/bin/tests/system/forward/ns1/example.db                                  |    11 +
 external/mpl/bind/dist/bin/tests/system/forward/ns1/named.conf.in                               |    31 +-
 external/mpl/bind/dist/bin/tests/system/forward/ns1/net.example.lll                             |    15 +
 external/mpl/bind/dist/bin/tests/system/forward/ns1/root.db.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/forward/ns1/sign.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/forward/ns1/sld.tld.db                                  |    11 +
 external/mpl/bind/dist/bin/tests/system/forward/ns1/spoofed.net.db                              |    22 +
 external/mpl/bind/dist/bin/tests/system/forward/ns1/sub.local.net.db                            |    22 +
 external/mpl/bind/dist/bin/tests/system/forward/ns10/fakenet.zone                               |    17 +
 external/mpl/bind/dist/bin/tests/system/forward/ns10/fakenet2.zone                              |    15 +
 external/mpl/bind/dist/bin/tests/system/forward/ns10/fakesublocalnet.zone                       |    15 +
 external/mpl/bind/dist/bin/tests/system/forward/ns10/fakesublocaltld.zone                       |    15 +
 external/mpl/bind/dist/bin/tests/system/forward/ns10/named.conf.in                              |    53 +
 external/mpl/bind/dist/bin/tests/system/forward/ns10/net.example.lll                            |    15 +
 external/mpl/bind/dist/bin/tests/system/forward/ns10/spoofednet.zone                            |    16 +
 external/mpl/bind/dist/bin/tests/system/forward/ns2/example.db                                  |    11 +
 external/mpl/bind/dist/bin/tests/system/forward/ns2/named.conf.in                               |    11 +-
 external/mpl/bind/dist/bin/tests/system/forward/ns2/root.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/forward/ns2/tld.db                                      |    17 +
 external/mpl/bind/dist/bin/tests/system/forward/ns3/named1.conf.in                              |    13 +-
 external/mpl/bind/dist/bin/tests/system/forward/ns3/named2.conf.in                              |    11 +-
 external/mpl/bind/dist/bin/tests/system/forward/ns3/root.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/forward/ns4/malicious.db                                |    11 +
 external/mpl/bind/dist/bin/tests/system/forward/ns4/named.conf.in                               |    11 +-
 external/mpl/bind/dist/bin/tests/system/forward/ns4/root.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/forward/ns4/sibling.tld.db                              |    22 +
 external/mpl/bind/dist/bin/tests/system/forward/ns5/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/forward/ns5/rebind.db                                   |    11 +
 external/mpl/bind/dist/bin/tests/system/forward/ns5/root.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/forward/ns7/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/forward/ns7/root.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/forward/ns8/named.conf.in                               |    11 +-
 external/mpl/bind/dist/bin/tests/system/forward/ns8/root.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/forward/ns8/sub.local.tld.db                            |    15 +
 external/mpl/bind/dist/bin/tests/system/forward/ns9/local.net.db                                |    16 +
 external/mpl/bind/dist/bin/tests/system/forward/ns9/local.tld.db                                |    15 +
 external/mpl/bind/dist/bin/tests/system/forward/ns9/named1.conf.in                              |    67 +
 external/mpl/bind/dist/bin/tests/system/forward/ns9/named2.conf.in                              |    70 +
 external/mpl/bind/dist/bin/tests/system/forward/ns9/named3.conf.in                              |    50 +
 external/mpl/bind/dist/bin/tests/system/forward/ns9/named4.conf.in                              |    47 +
 external/mpl/bind/dist/bin/tests/system/forward/ns9/root.db                                     |    13 +
 external/mpl/bind/dist/bin/tests/system/forward/prereq.sh                                       |    20 +-
 external/mpl/bind/dist/bin/tests/system/forward/rfc1918-inherited.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/forward/rfc1918-notinherited.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/forward/setup.sh                                        |     8 +-
 external/mpl/bind/dist/bin/tests/system/forward/tests.sh                                        |   126 +-
 external/mpl/bind/dist/bin/tests/system/forward/ula-inherited.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/forward/ula-notinherited.conf                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/fromhex.pl                                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/genzone.sh                                              |    12 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/clean.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/conf/bad-areacode.conf                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/conf/bad-dbname.conf                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/conf/bad-netspeed.conf                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/conf/bad-regiondb.conf                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/conf/bad-threeletter.conf                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/conf/good-options.conf                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/data/README.md                                   |    11 +
 external/mpl/bind/dist/bin/tests/system/geoip2/data/write-test-data.pl                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/ns2/example.db.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/ns2/named1.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/ns2/named10.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/ns2/named11.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/ns2/named12.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/ns2/named2.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/ns2/named3.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/ns2/named4.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/ns2/named5.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/ns2/named6.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/ns2/named7.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/ns2/named8.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/ns2/named9.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/prereq.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/setup.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/geoip2/tests.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/glue/clean.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/glue/ns1/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/glue/ns1/net.db                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/glue/ns1/root-servers.nil.db                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/glue/ns1/root.db                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/glue/setup.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/glue/tests.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/idna/clean.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/idna/ns1/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/idna/ns1/root.db                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/idna/setup.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/idna/tests.sh                                           |    12 +-
 external/mpl/bind/dist/bin/tests/system/ifconfig.bat                                            |     9 +-
 external/mpl/bind/dist/bin/tests/system/ifconfig.sh                                             |   405 +-
 external/mpl/bind/dist/bin/tests/system/inline/clean.sh                                         |     4 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns1/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns1/root.db.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns1/sign.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns2/bits.db.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns2/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns2/nsec3-loop.db.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns3/include.db.in                                |    11 +
 external/mpl/bind/dist/bin/tests/system/inline/ns3/master.db.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns3/master2.db.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns3/master3.db.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns3/master4.db.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns3/master5.db.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns3/master6.db.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns3/master7.db.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns3/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns3/sign.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns4/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns4/noixfr.db.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns5/named.conf.post                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns5/named.conf.pre                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns6/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns7/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns7/sign.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns8/example.com.db.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns8/example.db.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns8/example2.db.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns8/example3.db.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns8/named.conf.in                                |    13 +-
 external/mpl/bind/dist/bin/tests/system/inline/ns8/sign.sh                                      |    21 +-
 external/mpl/bind/dist/bin/tests/system/inline/setup.sh                                         |     4 +-
 external/mpl/bind/dist/bin/tests/system/inline/tests.sh                                         |    24 +-
 external/mpl/bind/dist/bin/tests/system/inline/tests_signed_zone_files.py                       |    68 +
 external/mpl/bind/dist/bin/tests/system/integrity/clean.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/integrity/ns1/mx-cname.db                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/integrity/ns1/named.conf.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/integrity/ns1/srv-cname.db                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/integrity/setup.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/integrity/tests.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/ixfr/clean.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/ixfr/ns1/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/ixfr/ns3/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/ixfr/ns4/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/ixfr/ns5/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/ixfr/prereq.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/ixfr/setup.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/ixfr/tests.sh                                           |     7 +-
 external/mpl/bind/dist/bin/tests/system/journal/clean.sh                                        |     4 +-
 external/mpl/bind/dist/bin/tests/system/journal/ns1/generic.db.in                               |     7 +-
 external/mpl/bind/dist/bin/tests/system/journal/ns1/ixfr.db.in                                  |     7 +-
 external/mpl/bind/dist/bin/tests/system/journal/ns1/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/journal/ns2/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/journal/setup.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/journal/tests.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp.sh                                                 |   115 +-
 external/mpl/bind/dist/bin/tests/system/kasp/README                                             |     9 +-
 external/mpl/bind/dist/bin/tests/system/kasp/clean.sh                                           |     8 +-
 external/mpl/bind/dist/bin/tests/system/kasp/kasp.conf                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns2/named.conf.in                                  |     9 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns2/secondary.kasp.db.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns2/secondary.kasp.db.in2                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns2/setup.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns2/template.tld.db.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns3/ed25519.conf                                   |    14 +
 external/mpl/bind/dist/bin/tests/system/kasp/ns3/ed448.conf                                     |    14 +
 external/mpl/bind/dist/bin/tests/system/kasp/ns3/named.conf.in                                  |    74 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns3/policies/autosign.conf.in                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns3/policies/kasp.conf.in                          |    10 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns3/setup.sh                                       |    36 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns3/template.db.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns3/template2.db.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns4/example1.db.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns4/example2.db.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns4/named.conf.in                                  |    26 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns4/setup.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns4/template.db.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns5/named.conf.in                                  |    22 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns5/setup.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns5/template.db.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns6/example.db.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns6/example2.db.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns6/example3.db.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns6/named.conf.in                                  |    13 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns6/named2.conf.in                                 |    23 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns6/policies/csk1.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns6/policies/csk2.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns6/policies/kasp.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns6/setup.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/ns6/template.db.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/prereq.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/setup.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/kasp/tests.sh                                           |   124 +-
 external/mpl/bind/dist/bin/tests/system/keepalive/clean.sh                                      |     4 +-
 external/mpl/bind/dist/bin/tests/system/keepalive/ns1/named.conf.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/keepalive/ns1/root.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/keepalive/ns2/example.db                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/keepalive/ns2/named.conf.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/keepalive/ns3/named.conf.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/keepalive/setup.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/keepalive/tests.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/keymgr/18-nonstd-prepub/policy.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/keymgr/19-old-keys/extra.sh                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/keymgr/19-old-keys/policy.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/keymgr/clean.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/keymgr/policy.conf                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/keymgr/policy.sample                                    |     2 +
 external/mpl/bind/dist/bin/tests/system/keymgr/setup.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/keymgr/testpolicy.py                                    |    28 +-
 external/mpl/bind/dist/bin/tests/system/keymgr/tests.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/README                                      |     9 +-
 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/clean.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns3/kasp.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns3/named.conf.in                           |    22 +-
 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns3/named2.conf.in                          |    20 +-
 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns3/setup.sh                                |    25 +-
 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns3/template.db.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/named.conf.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/named2.conf.in                          |     8 +-
 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/setup.sh                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/template.ext.db.in                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/template.int.db.in                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/setup.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/tests.sh                                    |   193 +-
 external/mpl/bind/dist/bin/tests/system/legacy/build.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/clean.sh                                         |     4 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns1/named1.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns1/named2.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns1/root.db                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns1/trusted.conf                                 |    13 +
 external/mpl/bind/dist/bin/tests/system/legacy/ns10/ednsrefused.db                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns10/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns2/dropedns.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns2/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns3/dropedns-notcp.db                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns3/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns4/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns4/plain.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns5/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns5/plain-notcp.db                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns6/edns512.db.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns6/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns6/sign.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns7/edns512-notcp.db.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns7/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns7/sign.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns8/ednsformerr.db                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns8/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns9/ednsnotimp.db                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/ns9/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/setup.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/legacy/tests.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/limits/clean.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/limits/ns1/example.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/limits/ns1/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/limits/ns1/root.db                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/limits/setup.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/limits/tests.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/logfileconfig/clean.sh                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/controls.conf.in                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.dirconf                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.iso8601                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.iso8601-utc                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.pipeconf                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.plain                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.plainconf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.symconf                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.tsconf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.unlimited                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.versconf                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/rndc.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/root.db                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/logfileconfig/setup.sh                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/logfileconfig/tests.sh                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterfile/clean.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterfile/ns1/include.db                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterfile/ns1/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterfile/ns1/sub.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterfile/ns1/ttl1.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterfile/ns1/ttl2.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterfile/ns2/example.db                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterfile/ns2/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterfile/setup.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterfile/tests.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterfile/zone/inheritownerafterinclude.db             |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterfile/zone/nameservers.db                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterformat/clean.sh                                   |     8 +-
 external/mpl/bind/dist/bin/tests/system/masterformat/ns1/compile.sh                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterformat/ns1/example.db                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterformat/ns1/large.db.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterformat/ns1/named.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterformat/ns1/signed.db                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterformat/ns2/formerly-text.db.in                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterformat/ns2/named.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterformat/ns3/named.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterformat/setup.sh                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/masterformat/tests.sh                                   |    26 +-
 external/mpl/bind/dist/bin/tests/system/metadata/child.db                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/metadata/clean.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/metadata/parent.db                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/metadata/setup.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/metadata/tests.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/mirror/README                                           |    11 +-
 external/mpl/bind/dist/bin/tests/system/mirror/clean.sh                                         |     4 +-
 external/mpl/bind/dist/bin/tests/system/mirror/ns1/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/mirror/ns1/root.db.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/mirror/ns1/sign.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/mirror/ns2/example.db.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/mirror/ns2/initially-unavailable.db.in                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/mirror/ns2/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/mirror/ns2/sign.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/mirror/ns2/sub.example.db.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/mirror/ns2/verify.db.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/mirror/ns3/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/mirror/setup.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/mirror/tests.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/mkeys/README                                            |     9 +-
 external/mpl/bind/dist/bin/tests/system/mkeys/clean.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/named1.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/named2.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/named3.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/root.db                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/sign.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/mkeys/ns2/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/mkeys/ns3/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/mkeys/ns4/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/mkeys/ns5/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/mkeys/ns6/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/mkeys/ns6/setup.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/mkeys/ns7/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/mkeys/setup.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/mkeys/tests.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/names/clean.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/names/ns1/example.db                                    |     7 +-
 external/mpl/bind/dist/bin/tests/system/names/ns1/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/names/setup.sh                                          |     4 +-
 external/mpl/bind/dist/bin/tests/system/names/tests.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/notify/clean.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/notify/ns1/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/notify/ns1/root.db                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/notify/ns2/example1.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/notify/ns2/example2.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/notify/ns2/example3.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/notify/ns2/example4.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/notify/ns2/generic.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/notify/ns2/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/notify/ns3/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/notify/ns4/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/notify/ns5/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/notify/ns5/x21.db                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/notify/setup.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/notify/tests.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsec3/clean.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsec3/ns3/named.conf.in                                 |    13 +-
 external/mpl/bind/dist/bin/tests/system/nsec3/ns3/named2.conf.in                                |    13 +-
 external/mpl/bind/dist/bin/tests/system/nsec3/ns3/nsec3-fails-to-load.kasp.db.in                |    11 +
 external/mpl/bind/dist/bin/tests/system/nsec3/ns3/setup.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsec3/ns3/template.db.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsec3/setup.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsec3/tests.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/nslookup/clean.sh                                       |     4 +-
 external/mpl/bind/dist/bin/tests/system/nslookup/ns1/example.net.db                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/nslookup/ns1/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/nslookup/setup.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/nslookup/tests.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ans4/ans.pl                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/clean.sh                                       |     7 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/krb/setup.sh                                   |     4 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns1/example1.db                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns1/many.test.db.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns1/max-ttl.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns1/maxjournal.db.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns1/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns1/sample.db.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns10/example.com.db.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns10/in-addr.db.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns10/named.conf.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns2/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns2/sample.db.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns3/delegation.test.db.in                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns3/dnskey.test.db.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns3/example.db.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns3/multisigner.test.db.in                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns3/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns3/nsec3param.test.db.in                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns3/sign.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns3/too-big.test.db.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns5/local.db.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns5/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns6/in-addr.db.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns6/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns7/example.com.db.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns7/in-addr.db.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns7/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns8/example.com.db.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns8/in-addr.db.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns8/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns9/example.com.db.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns9/in-addr.db.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/ns9/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/prereq.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/setup.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/tests.sh                                       |    39 +-
 external/mpl/bind/dist/bin/tests/system/nsupdate/update_test.pl                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/nzd2nzf/clean.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/nzd2nzf/ns1/added.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/nzd2nzf/ns1/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/nzd2nzf/prereq.sh                                       |     4 +-
 external/mpl/bind/dist/bin/tests/system/nzd2nzf/setup.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/nzd2nzf/tests.sh                                        |     4 +-
 external/mpl/bind/dist/bin/tests/system/org.isc.bind.system                                     |    17 +-
 external/mpl/bind/dist/bin/tests/system/packet.pl                                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/padding/clean.sh                                        |     4 +-
 external/mpl/bind/dist/bin/tests/system/padding/ns1/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/padding/ns1/root.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/padding/ns2/example.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/padding/ns2/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/padding/ns3/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/padding/ns4/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/padding/setup.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/padding/tests.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/parallel.sh                                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/pending/clean.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/pending/ns1/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/pending/ns1/root.db.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/pending/ns1/sign.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/pending/ns2/example.com.db.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/pending/ns2/example.db.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/pending/ns2/forgery.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/pending/ns2/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/pending/ns2/sign.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/pending/ns3/hostile.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/pending/ns3/mail.example.db                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/pending/ns3/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/pending/ns4/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/pending/setup.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/pending/tests.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/pipelined/Makefile.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/pipelined/ans5/ans.py                                   |    80 +-
 external/mpl/bind/dist/bin/tests/system/pipelined/clean.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/pipelined/ns1/named.conf.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/pipelined/ns1/root.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/pipelined/ns2/examplea.db                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/pipelined/ns2/named.conf.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/pipelined/ns3/exampleb.db                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/pipelined/ns3/named.conf.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/pipelined/ns4/named.conf.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/pipelined/pipequeries.c                                 |     4 +-
 external/mpl/bind/dist/bin/tests/system/pipelined/prereq.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/pipelined/setup.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/pipelined/tests.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/pkcs11/clean.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/pkcs11/ns1/example.db.in                                |     2 +
 external/mpl/bind/dist/bin/tests/system/pkcs11/ns1/named.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/pkcs11/setup.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/pkcs11/tests.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/pytest_custom_markers.py                                |    21 +
 external/mpl/bind/dist/bin/tests/system/qmin/ans2/ans.py                                        |   244 +-
 external/mpl/bind/dist/bin/tests/system/qmin/ans3/ans.py                                        |   137 +-
 external/mpl/bind/dist/bin/tests/system/qmin/ans4/ans.py                                        |   176 +-
 external/mpl/bind/dist/bin/tests/system/qmin/clean.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/qmin/ns1/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/qmin/ns1/root.db                                        |    10 +-
 external/mpl/bind/dist/bin/tests/system/qmin/ns5/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/qmin/ns6/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/qmin/ns7/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/qmin/prereq.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/qmin/setup.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/qmin/tests.sh                                           |   210 +-
 external/mpl/bind/dist/bin/tests/system/reclimit/README                                         |     9 +-
 external/mpl/bind/dist/bin/tests/system/reclimit/ans2/ans.pl                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/reclimit/ans4/ans.pl                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/reclimit/ans7/ans.pl                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/reclimit/clean.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/reclimit/ns1/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/reclimit/ns1/root.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/reclimit/ns3/hints.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/reclimit/ns3/named1.conf.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/reclimit/ns3/named2.conf.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/reclimit/ns3/named3.conf.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/reclimit/ns3/named4.conf.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/reclimit/prereq.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/reclimit/setup.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/reclimit/tests.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/clean.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/conf/bad1.conf                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/conf/bad2.conf                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/conf/bad3.conf                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/conf/good1.conf                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/conf/good2.conf                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/conf/good3.conf                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/conf/good4.conf                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns1/example.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns1/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns1/redirect.db                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns1/root.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns1/sign.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns2/example.db.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns2/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns2/redirect.db.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns3/example.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns3/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns3/redirect.db                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns3/root.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns3/sign.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns4/example.db.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns4/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns4/root.hint                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns5/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns5/root.db.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns5/sign.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns5/signed.db.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns5/unsigned.db                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns6/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/ns6/root.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/setup.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/redirect/tests.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolve.c                                               |     4 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ans2/ans.pl                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ans3/ans.pl                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ans8/ans.pl                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/clean.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns1/chaostest.db                               |    11 +
 external/mpl/bind/dist/bin/tests/system/resolver/ns1/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns1/root.hint                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns4/broken.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns4/child.server.db                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns4/moves.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns4/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns4/named.noaa                                 |     9 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns4/root.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns4/sourcens.db                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns4/tld1.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns4/tld2.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns5/child.server.db                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns5/moves.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns5/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns5/root.hint                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns6/broken.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns6/delegation-only.db                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns6/ds.example.net.db.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns6/example.net.db.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns6/fetch.tld.db                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns6/keygen.sh                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns6/moves.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns6/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns6/no-edns-version.tld.db                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns6/root.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns6/targetns.db                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns6/to-be-removed.tld.db.in                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns7/all-cnames.db                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns7/edns-version.tld.db                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns7/named1.conf.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns7/named2.conf.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns7/root.hint                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/ns7/server.db.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/prereq.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/setup.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/resolver/tests.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/rndc/Makefile.in                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/rndc/clean.sh                                           |     9 +-
 external/mpl/bind/dist/bin/tests/system/rndc/gencheck.c                                         |     4 +-
 external/mpl/bind/dist/bin/tests/system/rndc/ns2/incl.db                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/rndc/ns2/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/rndc/ns2/secondkey.conf                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/rndc/ns3/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/rndc/ns4/named.conf.in                                  |    17 +-
 external/mpl/bind/dist/bin/tests/system/rndc/ns5/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/rndc/ns6/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/rndc/ns7/include.db.in                                  |    16 +
 external/mpl/bind/dist/bin/tests/system/rndc/ns7/include2.db.in                                 |    16 +
 external/mpl/bind/dist/bin/tests/system/rndc/ns7/named.conf.in                                  |    57 +
 external/mpl/bind/dist/bin/tests/system/rndc/ns7/test.db.in                                     |    13 +
 external/mpl/bind/dist/bin/tests/system/rndc/setup.sh                                           |    11 +-
 external/mpl/bind/dist/bin/tests/system/rndc/tests.sh                                           |   155 +-
 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/clean.sh                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns1/named.conf.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns1/root.db.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns1/sign.sh                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns2/example.db.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns2/named.conf.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns2/sign.sh                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns3/hint.db                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns3/named.conf.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns4/hint.db                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns4/named.conf.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/setup.sh                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/tests.sh                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/Makefile.in                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/README                                              |     9 +-
 external/mpl/bind/dist/bin/tests/system/rpz/clean.sh                                            |     4 +-
 external/mpl/bind/dist/bin/tests/system/rpz/dnsrps.c                                            |    10 +-
 external/mpl/bind/dist/bin/tests/system/rpz/dnsrpzd-license.conf                                |    13 +
 external/mpl/bind/dist/bin/tests/system/rpz/dnsrpzd.conf.in                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns1/named.conf.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns1/root.db                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns10/hints                                          |    13 +
 external/mpl/bind/dist/bin/tests/system/rpz/ns10/named.conf.in                                  |    42 +
 external/mpl/bind/dist/bin/tests/system/rpz/ns10/stub.db                                        |    21 +
 external/mpl/bind/dist/bin/tests/system/rpz/ns2/base-tld2s.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns2/bl.tld2.db.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns2/blv2.tld2.db.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns2/blv3.tld2.db.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns2/hints                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns2/named.conf.in                                   |    10 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns2/stub.db                                         |    20 +
 external/mpl/bind/dist/bin/tests/system/rpz/ns2/tld2.db                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns3/base.db                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns3/broken.db.in                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns3/crash1                                          |    19 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns3/crash2                                          |    19 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns3/hints                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns3/manual-update-rpz-2.db.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns3/manual-update-rpz.db.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns3/mixed-case-rpz-1.db.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns3/mixed-case-rpz-2.db.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns3/named.conf.in                                   |    27 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns4/hints                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns4/named.conf.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns4/tld4.db                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns5/empty.db.in                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns5/expire.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns5/fast-expire.db.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns5/hints                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns5/named.conf.in                                   |     7 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns5/tld5.db                                         |     8 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns6/hints                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns6/named.conf.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns7/hints                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns7/named.conf.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns8/hints                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns8/manual-update-rpz.db.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns8/named.conf.in                                   |     7 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns9/hints                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns9/named.conf.in                                   |     7 +-
 external/mpl/bind/dist/bin/tests/system/rpz/ns9/rpz.db                                          |    11 +
 external/mpl/bind/dist/bin/tests/system/rpz/qperf.sh                                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/setup.sh                                            |     7 +-
 external/mpl/bind/dist/bin/tests/system/rpz/test1                                               |     7 +-
 external/mpl/bind/dist/bin/tests/system/rpz/test2                                               |     7 +-
 external/mpl/bind/dist/bin/tests/system/rpz/test3                                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/test4                                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/test4a                                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/test5                                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/test6                                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpz/tests.sh                                            |    43 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/README                                       |     9 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ans5/ans.pl                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/clean.sh                                     |     4 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns1/db.l0                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns1/db.l1.l0                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns1/example.com.db                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns1/example.db                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns1/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns1/root.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns1/test1.example.net.db                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns1/test2.example.net.db                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/db.clientip1                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/db.clientip2                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/db.clientip21                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/db.given                                 |    11 +
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/db.invalidprefixlength                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/db.log1                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/db.log2                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/db.log3                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/db.passthru                              |    11 +
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/db.wildcard1                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/db.wildcard2a                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/db.wildcard2b                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/db.wildcard3                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.clientip.conf                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.clientip2.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.conf.header.in                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.default.conf                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.invalidprefixlength.conf           |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.log.conf                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.max.conf                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.wildcard1.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.wildcard2.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.wildcard3.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/named.wildcard4.conf                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/root.hint                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns3/example.db                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns3/named1.conf.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns3/named2.conf.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns3/policy.db                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns3/root.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns4/child.example.db                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns4/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/prereq.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/setup.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/testgen.pl                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/rpzrecurse/tests.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/rrchecker/clean.sh                                      |     4 +-
 external/mpl/bind/dist/bin/tests/system/rrchecker/tests.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/rrchecker/typelist.good                                 |     2 +
 external/mpl/bind/dist/bin/tests/system/rrl/broken.conf                                         |     7 +-
 external/mpl/bind/dist/bin/tests/system/rrl/clean.sh                                            |     4 +-
 external/mpl/bind/dist/bin/tests/system/rrl/ns1/named.conf.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/rrl/ns1/root.db                                         |     7 +-
 external/mpl/bind/dist/bin/tests/system/rrl/ns2/hints                                           |     8 +-
 external/mpl/bind/dist/bin/tests/system/rrl/ns2/named.conf.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/rrl/ns2/tld2.db                                         |     8 +-
 external/mpl/bind/dist/bin/tests/system/rrl/ns3/hints                                           |     8 +-
 external/mpl/bind/dist/bin/tests/system/rrl/ns3/named.conf.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/rrl/ns3/tld3.db                                         |     8 +-
 external/mpl/bind/dist/bin/tests/system/rrl/ns4/hints                                           |     8 +-
 external/mpl/bind/dist/bin/tests/system/rrl/ns4/named.conf.in                                   |     7 +-
 external/mpl/bind/dist/bin/tests/system/rrl/ns4/tld4.db                                         |    11 +-
 external/mpl/bind/dist/bin/tests/system/rrl/setup.sh                                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/rrl/tests.sh                                            |    21 +-
 external/mpl/bind/dist/bin/tests/system/rrsetorder/clean.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/rrsetorder/ns1/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/rrsetorder/ns1/root.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/rrsetorder/ns2/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/rrsetorder/ns3/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/rrsetorder/ns4/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/rrsetorder/ns5/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/rrsetorder/setup.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/rrsetorder/tests.sh                                     |   223 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/Makefile.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/README.md                                |     9 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/bigkey.c                                 |     4 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/clean.sh                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/conf/bad01.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/conf/bad02.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/conf/bad03.conf                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/conf/good01.conf                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/conf/good02.conf                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/conf/good03.conf                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns1/named.conf.in                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns1/root.db.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns1/sign.sh                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/example.db.bad                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/example.db.in                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/named.conf.in                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/sign.sh                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns3/named.conf.in                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/prereq.sh                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/setup.sh                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/rsabigexponent/tests.sh                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/run.sh                                                  |    30 +-
 external/mpl/bind/dist/bin/tests/system/runall.sh                                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/runsequential.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/runtime/README                                          |     9 +-
 external/mpl/bind/dist/bin/tests/system/runtime/clean.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/runtime/ns2/named-alt1.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/runtime/ns2/named-alt2.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/runtime/ns2/named-alt3.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/runtime/ns2/named-alt4.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/runtime/ns2/named-alt5.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/runtime/ns2/named-alt6.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/runtime/ns2/named-alt7.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/runtime/ns2/named-alt9.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/runtime/ns2/named1.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/runtime/setup.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/runtime/tests.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/send.pl                                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/ans2/ans.pl                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/clean.sh                                    |     4 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/ns1/named1.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/ns1/named2.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/ns1/named3.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/ns1/root.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/named1.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/named2.conf.in                          |     7 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/named3.conf.in                          |     7 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/named4.conf.in                          |     7 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/named5.conf.in                          |     7 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/named6.conf.in                          |     7 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/named7.conf.in                          |     7 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/named8.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/root.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/ns4/named.conf.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/ns5/named.conf.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/prereq.sh                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/setup.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/serve-stale/tests.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/setup.sh                                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/sfcache/README                                          |     9 +-
 external/mpl/bind/dist/bin/tests/system/sfcache/clean.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/sfcache/ns1/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/sfcache/ns1/root.db.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/sfcache/ns1/sign.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/sfcache/ns2/example.db.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/sfcache/ns2/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/sfcache/ns2/sign.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/sfcache/ns5/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/sfcache/ns5/sign.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/sfcache/setup.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/sfcache/tests.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/shutdown/clean.sh                                       |     5 +-
 external/mpl/bind/dist/bin/tests/system/shutdown/ns1/named.conf.in                              |    13 +
 external/mpl/bind/dist/bin/tests/system/shutdown/ns1/root.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/shutdown/ns2/named.conf.in                              |    13 +
 external/mpl/bind/dist/bin/tests/system/shutdown/ns2/test.db                                    |    11 +
 external/mpl/bind/dist/bin/tests/system/shutdown/prereq.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/shutdown/resolver/named.conf.in                         |    13 +
 external/mpl/bind/dist/bin/tests/system/shutdown/resolver/root.db                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/shutdown/setup.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/shutdown/tests-shutdown.py                              |    94 +-
 external/mpl/bind/dist/bin/tests/system/smartsign/child.db                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/smartsign/clean.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/smartsign/parent.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/smartsign/tests.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/sortlist/clean.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/sortlist/ns1/example.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/sortlist/ns1/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/sortlist/ns1/root.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/sortlist/setup.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/sortlist/tests.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/spf/clean.sh                                            |     4 +-
 external/mpl/bind/dist/bin/tests/system/spf/ns1/named.conf.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/spf/ns1/spf.db                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/spf/setup.sh                                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/spf/tests.sh                                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/start.pl                                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/start.sh                                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/clean.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/conf/bad01.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/conf/bad02.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/conf/bad03.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/conf/bad04.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/conf/bad05.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/conf/bad06.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/conf/bad07.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/conf/bad08.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/conf/bad09.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/conf/bad10.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/conf/bad11.conf                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/conf/good01.conf                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/conf/good02.conf                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/conf/good03.conf                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/conf/good04.conf                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/conf/good05.conf                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/ns1/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/ns1/root.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/ns2/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/ns3/example.db.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/ns3/example.org.db                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/ns3/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/ns3/sign.sh                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/ns3/undelegated.db.in                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/ns4/example.com.db                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/ns4/example.info.db                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/ns4/example.org.db                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/ns4/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/ns4/sign.sh                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/ns4/sub.example.db.in                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/setup.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/staticstub/tests.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/statistics/ans4/ans.pl                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/statistics/clean.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/statistics/ns1/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/statistics/ns1/root.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/statistics/ns1/zone.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/statistics/ns2/example.db                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/statistics/ns2/internal.db                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/statistics/ns2/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/statistics/ns2/named2.conf.in                           |     4 +-
 external/mpl/bind/dist/bin/tests/system/statistics/ns3/internal.db                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/statistics/ns3/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/statistics/ns3/root.hint                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/statistics/prereq.sh                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/statistics/setup.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/statistics/tests.sh                                     |    26 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/clean.sh                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/conftest.py                                |    90 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/fetch.pl                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/generic.py                                 |   135 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/generic_dnspython.py                       |   131 +
 external/mpl/bind/dist/bin/tests/system/statschannel/mem-xml.pl                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/ns1/example.db                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/ns1/named.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/ns2/dnssec.db.in                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/ns2/example.db                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/ns2/manykeys.db.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/ns2/named.conf.in                          |    15 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/ns2/named2.conf.in                         |    68 +
 external/mpl/bind/dist/bin/tests/system/statschannel/ns2/sign.sh                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/ns3/named.conf.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/prereq.sh                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/server-json.pl                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/server-xml.pl                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/setup.sh                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/tests-json.py                              |    89 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/tests-xml.py                               |    96 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/tests.sh                                   |   131 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/traffic-json.pl                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/traffic-xml.pl                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/zones-json.pl                              |     7 +-
 external/mpl/bind/dist/bin/tests/system/statschannel/zones-xml.pl                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/stop.pl                                                 |    10 +-
 external/mpl/bind/dist/bin/tests/system/stop.sh                                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/stopall.sh                                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/stress/clean.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/stress/ns1/named.conf                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/stress/ns2/named.conf                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/stress/ns3/named.conf                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/stress/ns4/named.conf                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/stress/prereq.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/stress/setup.pl                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/stress/setup.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/stress/tests.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/stress/update.pl                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/stub/clean.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/stub/ns1/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/stub/ns1/root.db                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/stub/ns2/child.example.db                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/stub/ns2/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/stub/ns3/example.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/stub/ns3/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/stub/ns4/example.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/stub/ns4/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/stub/ns5/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/stub/setup.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/stub/tests.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/clean.sh                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns1/dnamed.db.in                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns1/example.db.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns1/named.conf.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns1/root.db.in                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns1/sign.sh                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns2/named.conf.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns2/root.hints                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns3/named.conf.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns3/redirect.db                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns3/root.hints                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns4/named.conf.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns4/root.hints                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns5/named.conf.in                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns5/root.hints                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/setup.sh                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/tests.sh                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/system-test-driver.sh                                   |    12 +
 external/mpl/bind/dist/bin/tests/system/tcp/ans6/ans.py                                         |    55 +-
 external/mpl/bind/dist/bin/tests/system/tcp/clean.sh                                            |    14 +-
 external/mpl/bind/dist/bin/tests/system/tcp/ns1/named.conf.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/tcp/ns1/root.db                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/tcp/ns2/example.db                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/tcp/ns2/named.conf.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/tcp/ns3/named.conf.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/tcp/ns4/named.conf.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/tcp/ns5/named.conf.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/tcp/ns7/named.conf.in                                   |    41 +
 external/mpl/bind/dist/bin/tests/system/tcp/ns7/named.dropedns                                  |     1 +
 external/mpl/bind/dist/bin/tests/system/tcp/ns7/root.db                                         |    24 +
 external/mpl/bind/dist/bin/tests/system/tcp/prereq.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/tcp/setup.sh                                            |     7 +-
 external/mpl/bind/dist/bin/tests/system/tcp/tests-tcp.py                                        |    72 +
 external/mpl/bind/dist/bin/tests/system/tcp/tests.sh                                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/testcrypto.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/testsock.pl                                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/testsock6.pl                                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/testsummary.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/timeouts/clean.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/timeouts/ns1/example.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/timeouts/ns1/named.conf.in                              |     9 +-
 external/mpl/bind/dist/bin/tests/system/timeouts/ns1/root.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/timeouts/prereq.sh                                      |     8 +-
 external/mpl/bind/dist/bin/tests/system/timeouts/setup.sh                                       |    12 +-
 external/mpl/bind/dist/bin/tests/system/timeouts/tests-tcp.py                                   |   214 +-
 external/mpl/bind/dist/bin/tests/system/tkey/Makefile.in                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/tkey/clean.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/tkey/keycreate.c                                        |     4 +-
 external/mpl/bind/dist/bin/tests/system/tkey/keydelete.c                                        |     4 +-
 external/mpl/bind/dist/bin/tests/system/tkey/ns1/example.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/tkey/ns1/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/tkey/ns1/setup.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/tkey/setup.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/tkey/tests.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/tools/clean.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/tools/setup.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/tools/tests.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/tsig/ans2/ans.pl                                        |     4 +-
 external/mpl/bind/dist/bin/tests/system/tsig/clean.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/tsig/ns1/example.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/tsig/ns1/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/tsig/prereq.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/tsig/setup.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/tsig/tests.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/tsiggss/authsock.pl                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/tsiggss/clean.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/tsiggss/ns1/example.nil.db.in                           |    11 +
 external/mpl/bind/dist/bin/tests/system/tsiggss/ns1/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/tsiggss/prereq.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/tsiggss/setup.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/tsiggss/tests.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/ttl/clean.sh                                            |    11 +
 external/mpl/bind/dist/bin/tests/system/ttl/ns1/max-example.db                                  |    11 +
 external/mpl/bind/dist/bin/tests/system/ttl/ns1/min-example.db                                  |    11 +
 external/mpl/bind/dist/bin/tests/system/ttl/ns1/named.conf.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/ttl/ns2/hints.db                                        |    11 +
 external/mpl/bind/dist/bin/tests/system/ttl/ns2/named.conf.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/ttl/setup.sh                                            |    11 +
 external/mpl/bind/dist/bin/tests/system/ttl/tests.sh                                            |    11 +
 external/mpl/bind/dist/bin/tests/system/unknown/clean.sh                                        |     8 +-
 external/mpl/bind/dist/bin/tests/system/unknown/ns1/broken1.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/unknown/ns1/broken2.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/unknown/ns1/broken3.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/unknown/ns1/broken4.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/unknown/ns1/broken5.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/unknown/ns1/class10.hints                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/unknown/ns1/example-class10.db                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/unknown/ns1/example-in.db                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/unknown/ns1/large.db                                    |     6 +-
 external/mpl/bind/dist/bin/tests/system/unknown/ns1/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/unknown/ns2/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/unknown/ns3/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/unknown/ns3/sign.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/unknown/setup.sh                                        |     4 +-
 external/mpl/bind/dist/bin/tests/system/unknown/tests.sh                                        |   122 +-
 external/mpl/bind/dist/bin/tests/system/unknown/zones/nan.bad                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/upforwd/ans4/ans.pl                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/upforwd/clean.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/upforwd/ns1/example1.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/upforwd/ns1/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/upforwd/ns2/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/upforwd/ns3/named.conf.in                               |     6 +-
 external/mpl/bind/dist/bin/tests/system/upforwd/ns3/nomaster.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/upforwd/prereq.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/upforwd/setup.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/upforwd/tests.sh                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/verify/clean.sh                                         |     4 +-
 external/mpl/bind/dist/bin/tests/system/verify/setup.sh                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/verify/tests.sh                                         |     4 +-
 external/mpl/bind/dist/bin/tests/system/verify/zones/genzones.sh                                |     4 +-
 external/mpl/bind/dist/bin/tests/system/verify/zones/unsigned.db                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/views/clean.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/views/ns1/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/views/ns1/root.db                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/views/ns2/1.10.in-addr.arpa.db                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/views/ns2/clone.db                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/views/ns2/example1.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/views/ns2/example2.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/views/ns2/external/inline.db                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/views/ns2/internal.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/views/ns2/internal/inline.db                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/views/ns2/named1.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/views/ns2/named2.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/views/ns2/named3.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/views/ns3/child.clone.db                                |     7 +-
 external/mpl/bind/dist/bin/tests/system/views/ns3/internal.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/views/ns3/named1.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/views/ns3/named2.conf.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/views/ns5/child.clone.db                                |     7 +-
 external/mpl/bind/dist/bin/tests/system/views/ns5/named.conf.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/views/setup.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/views/tests.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/wildcard/clean.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/wildcard/ns1/allwild.db.in                              |    15 +
 external/mpl/bind/dist/bin/tests/system/wildcard/ns1/dlv.db.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/wildcard/ns1/example.db.in                              |    11 +
 external/mpl/bind/dist/bin/tests/system/wildcard/ns1/named.conf.in                              |     7 +-
 external/mpl/bind/dist/bin/tests/system/wildcard/ns1/nsec.db.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/wildcard/ns1/nsec3.db.in                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/wildcard/ns1/private.nsec.db.in                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/wildcard/ns1/private.nsec3.db.in                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/wildcard/ns1/root.db.in                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/wildcard/ns1/sign.sh                                    |     7 +-
 external/mpl/bind/dist/bin/tests/system/wildcard/ns2/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/wildcard/ns3/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/wildcard/ns4/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/wildcard/ns5/named.conf.in                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/wildcard/setup.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/wildcard/tests-wildcard.py                              |   112 +
 external/mpl/bind/dist/bin/tests/system/wildcard/tests.sh                                       |     6 +-
 external/mpl/bind/dist/bin/tests/system/xfer/clean.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/xfer/dig1.good                                          |     4 +
 external/mpl/bind/dist/bin/tests/system/xfer/dig2.good                                          |     4 +
 external/mpl/bind/dist/bin/tests/system/xfer/ns1/axfr-too-big.db                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/xfer/ns1/ixfr-too-big.db.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/xfer/ns1/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/xfer/ns1/root.db                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/xfer/ns1/xfer-stats.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/xfer/ns2/mapped.db.in                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/xfer/ns2/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/xfer/ns2/sec.db.in                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/xfer/ns3/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/xfer/ns4/named.conf.base                                |     7 +-
 external/mpl/bind/dist/bin/tests/system/xfer/ns4/root.db.in                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/xfer/ns6/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/xfer/ns7/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/xfer/ns8/example.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/xfer/ns8/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/xfer/prereq.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/xfer/setup.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/xfer/tests.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/xferquota/clean.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/xferquota/ns1/changing1.db                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/xferquota/ns1/changing2.db                              |     6 +-
 external/mpl/bind/dist/bin/tests/system/xferquota/ns1/named.conf.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/xferquota/ns1/root.db                                   |     6 +-
 external/mpl/bind/dist/bin/tests/system/xferquota/ns2/example.db                                |     6 +-
 external/mpl/bind/dist/bin/tests/system/xferquota/ns2/named.conf.in                             |     6 +-
 external/mpl/bind/dist/bin/tests/system/xferquota/setup.pl                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/xferquota/setup.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/xferquota/tests.sh                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/zero/ans5/ans.pl                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/zero/clean.sh                                           |     4 +-
 external/mpl/bind/dist/bin/tests/system/zero/ns1/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/zero/ns1/root.db                                        |     6 +-
 external/mpl/bind/dist/bin/tests/system/zero/ns2/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/zero/ns2/tld.db                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/zero/ns3/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/zero/ns3/root.hint                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/zero/ns4/named.conf.in                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/zero/ns4/one.tld.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/zero/prereq.sh                                          |     6 +-
 external/mpl/bind/dist/bin/tests/system/zero/setup.sh                                           |     4 +-
 external/mpl/bind/dist/bin/tests/system/zero/tests.sh                                           |     6 +-
 external/mpl/bind/dist/bin/tests/system/zonechecks/a.db                                         |     6 +-
 external/mpl/bind/dist/bin/tests/system/zonechecks/aaaa.db                                      |     6 +-
 external/mpl/bind/dist/bin/tests/system/zonechecks/bigserial.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/zonechecks/clean.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/zonechecks/cname.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/zonechecks/dname.db                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/zonechecks/noaddress.db                                 |     6 +-
 external/mpl/bind/dist/bin/tests/system/zonechecks/ns1/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/zonechecks/ns2/named.conf.in                            |     6 +-
 external/mpl/bind/dist/bin/tests/system/zonechecks/nxdomain.db                                  |     6 +-
 external/mpl/bind/dist/bin/tests/system/zonechecks/setup.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/system/zonechecks/tests.sh                                     |     6 +-
 external/mpl/bind/dist/bin/tests/wire_test.c                                                    |     7 +-
 external/mpl/bind/dist/bin/tools/Makefile.in                                                    |     6 +-
 external/mpl/bind/dist/bin/tools/arpaname.c                                                     |     4 +-
 external/mpl/bind/dist/bin/tools/arpaname.rst                                                   |    28 +-
 external/mpl/bind/dist/bin/tools/dnstap-read.c                                                  |     8 +-
 external/mpl/bind/dist/bin/tools/dnstap-read.rst                                                |    28 +-
 external/mpl/bind/dist/bin/tools/mdig.c                                                         |    60 +-
 external/mpl/bind/dist/bin/tools/mdig.rst                                                       |    28 +-
 external/mpl/bind/dist/bin/tools/named-journalprint.c                                           |     4 +-
 external/mpl/bind/dist/bin/tools/named-journalprint.rst                                         |    28 +-
 external/mpl/bind/dist/bin/tools/named-nzd2nzf.c                                                |     4 +-
 external/mpl/bind/dist/bin/tools/named-nzd2nzf.rst                                              |    28 +-
 external/mpl/bind/dist/bin/tools/named-rrchecker.c                                              |     4 +-
 external/mpl/bind/dist/bin/tools/named-rrchecker.rst                                            |    28 +-
 external/mpl/bind/dist/bin/tools/nsec3hash.c                                                    |     4 +-
 external/mpl/bind/dist/bin/tools/nsec3hash.rst                                                  |    28 +-
 external/mpl/bind/dist/bin/win32/BINDInstall/AccountInfo.cpp                                    |     6 +-
 external/mpl/bind/dist/bin/win32/BINDInstall/AccountInfo.h                                      |     6 +-
 external/mpl/bind/dist/bin/win32/BINDInstall/BINDInstall.cpp                                    |     6 +-
 external/mpl/bind/dist/bin/win32/BINDInstall/BINDInstall.h                                      |     8 +-
 external/mpl/bind/dist/bin/win32/BINDInstall/BINDInstallDlg.cpp                                 |     6 +-
 external/mpl/bind/dist/bin/win32/BINDInstall/BINDInstallDlg.h                                   |     8 +-
 external/mpl/bind/dist/bin/win32/BINDInstall/DirBrowse.cpp                                      |     6 +-
 external/mpl/bind/dist/bin/win32/BINDInstall/DirBrowse.h                                        |     8 +-
 external/mpl/bind/dist/bin/win32/BINDInstall/StdAfx.cpp                                         |    13 +
 external/mpl/bind/dist/bin/win32/BINDInstall/StdAfx.h                                           |    15 +-
 external/mpl/bind/dist/bin/win32/BINDInstall/VersionInfo.cpp                                    |    13 +
 external/mpl/bind/dist/bin/win32/BINDInstall/VersionInfo.h                                      |    15 +-
 external/mpl/bind/dist/bin/win32/BINDInstall/resource.h                                         |    15 +-
 external/mpl/bind/dist/bind.keys.h                                                              |    15 +-
 external/mpl/bind/dist/cocci/UV_RUNTIME_CHECK.spatch                                            |     8 +
 external/mpl/bind/dist/cocci/unreachable.spatch                                                 |    19 +-
 external/mpl/bind/dist/config.h.in                                                              |    39 +-
 external/mpl/bind/dist/config.h.win32                                                           |    15 +
 external/mpl/bind/dist/configure                                                                |   526 +++-
 external/mpl/bind/dist/configure.ac                                                             |   177 +-
 external/mpl/bind/dist/contrib/README                                                           |    13 +
 external/mpl/bind/dist/contrib/dane/mkdane.sh                                                   |    23 +-
 external/mpl/bind/dist/contrib/dlz/bin/dlzbdb/Makefile.in                                       |    12 +-
 external/mpl/bind/dist/contrib/dlz/bin/dlzbdb/dlzbdb.c                                          |    37 +-
 external/mpl/bind/dist/contrib/dlz/config.dlz.in                                                |     2 +
 external/mpl/bind/dist/contrib/dlz/drivers/dlz_bdb_driver.c                                     |    37 +-
 external/mpl/bind/dist/contrib/dlz/drivers/dlz_bdbhpt_driver.c                                  |    37 +-
 external/mpl/bind/dist/contrib/dlz/drivers/dlz_drivers.c                                        |    20 +-
 external/mpl/bind/dist/contrib/dlz/drivers/dlz_filesystem_driver.c                              |    37 +-
 external/mpl/bind/dist/contrib/dlz/drivers/dlz_ldap_driver.c                                    |    40 +-
 external/mpl/bind/dist/contrib/dlz/drivers/dlz_mysql_driver.c                                   |    43 +-
 external/mpl/bind/dist/contrib/dlz/drivers/dlz_odbc_driver.c                                    |    37 +-
 external/mpl/bind/dist/contrib/dlz/drivers/dlz_postgres_driver.c                                |    40 +-
 external/mpl/bind/dist/contrib/dlz/drivers/dlz_stub_driver.c                                    |    37 +-
 external/mpl/bind/dist/contrib/dlz/drivers/include/dlz/dlz_bdb_driver.h                         |    37 +-
 external/mpl/bind/dist/contrib/dlz/drivers/include/dlz/dlz_bdbhpt_driver.h                      |    37 +-
 external/mpl/bind/dist/contrib/dlz/drivers/include/dlz/dlz_drivers.h                            |    20 +-
 external/mpl/bind/dist/contrib/dlz/drivers/include/dlz/dlz_filesystem_driver.h                  |    37 +-
 external/mpl/bind/dist/contrib/dlz/drivers/include/dlz/dlz_ldap_driver.h                        |    37 +-
 external/mpl/bind/dist/contrib/dlz/drivers/include/dlz/dlz_mysql_driver.h                       |    37 +-
 external/mpl/bind/dist/contrib/dlz/drivers/include/dlz/dlz_odbc_driver.h                        |    37 +-
 external/mpl/bind/dist/contrib/dlz/drivers/include/dlz/dlz_postgres_driver.h                    |    37 +-
 external/mpl/bind/dist/contrib/dlz/drivers/include/dlz/dlz_stub_driver.h                        |    37 +-
 external/mpl/bind/dist/contrib/dlz/drivers/include/dlz/sdlz_helper.h                            |    51 +-
 external/mpl/bind/dist/contrib/dlz/drivers/rules.in                                             |     2 +
 external/mpl/bind/dist/contrib/dlz/drivers/sdlz_helper.c                                        |    37 +-
 external/mpl/bind/dist/contrib/dlz/example/Makefile                                             |    11 +
 external/mpl/bind/dist/contrib/dlz/example/README                                               |    13 +
 external/mpl/bind/dist/contrib/dlz/example/dlz_example.c                                        |    27 +-
 external/mpl/bind/dist/contrib/dlz/example/named.conf                                           |    19 +-
 external/mpl/bind/dist/contrib/dlz/example/win32/DLLMain.c                                      |    13 +-
 external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/Makefile                                      |    25 +
 external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/README.md                                     |    27 +
 external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/dlz_bdbhpt_dynamic.c                          |    56 +-
 external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/testing/bdbhpt-populate.pl                    |    12 +
 external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/testing/named.conf                            |    19 +-
 external/mpl/bind/dist/contrib/dlz/modules/common/dlz_dbi.c                                     |    57 +-
 external/mpl/bind/dist/contrib/dlz/modules/filesystem/Makefile                                  |    25 +
 external/mpl/bind/dist/contrib/dlz/modules/filesystem/dir.c                                     |    18 +-
 external/mpl/bind/dist/contrib/dlz/modules/filesystem/dir.h                                     |    18 +-
 external/mpl/bind/dist/contrib/dlz/modules/filesystem/dlz_filesystem_dynamic.c                  |    57 +-
 external/mpl/bind/dist/contrib/dlz/modules/include/dlz_dbi.h                                    |    53 +-
 external/mpl/bind/dist/contrib/dlz/modules/include/dlz_list.h                                   |    21 +-
 external/mpl/bind/dist/contrib/dlz/modules/include/dlz_minimal.h                                |    87 +-
 external/mpl/bind/dist/contrib/dlz/modules/include/dlz_pthread.h                                |    20 +-
 external/mpl/bind/dist/contrib/dlz/modules/ldap/Makefile                                        |    25 +
 external/mpl/bind/dist/contrib/dlz/modules/ldap/dlz_ldap_dynamic.c                              |   134 +-
 external/mpl/bind/dist/contrib/dlz/modules/ldap/testing/named.conf                              |    19 +-
 external/mpl/bind/dist/contrib/dlz/modules/mysql/Makefile.in                                    |    31 +
 external/mpl/bind/dist/contrib/dlz/modules/mysql/dlz_mysql_dynamic.c                            |    69 +-
 external/mpl/bind/dist/contrib/dlz/modules/mysql/testing/named.conf                             |    19 +-
 external/mpl/bind/dist/contrib/dlz/modules/mysqldyn/Makefile.in                                 |    31 +
 external/mpl/bind/dist/contrib/dlz/modules/mysqldyn/README                                      |    27 +
 external/mpl/bind/dist/contrib/dlz/modules/mysqldyn/dlz_mysqldyn_mod.c                          |    51 +-
 external/mpl/bind/dist/contrib/dlz/modules/mysqldyn/testing/named.conf                          |    19 +-
 external/mpl/bind/dist/contrib/dlz/modules/perl/Makefile                                        |    26 +
 external/mpl/bind/dist/contrib/dlz/modules/perl/README                                          |    29 +
 external/mpl/bind/dist/contrib/dlz/modules/perl/dlz_perl_callback.xs                            |    37 +-
 external/mpl/bind/dist/contrib/dlz/modules/perl/dlz_perl_callback_clientinfo.xs                 |    37 +-
 external/mpl/bind/dist/contrib/dlz/modules/perl/dlz_perl_driver.c                               |    71 +-
 external/mpl/bind/dist/contrib/dlz/modules/perl/dlz_perl_driver.h                               |    39 +-
 external/mpl/bind/dist/contrib/dlz/modules/perl/testing/dlz_perl_example.pm                     |    36 +-
 external/mpl/bind/dist/contrib/dlz/modules/perl/testing/named.conf                              |    19 +-
 external/mpl/bind/dist/contrib/dlz/modules/sqlite3/Makefile                                     |    25 +
 external/mpl/bind/dist/contrib/dlz/modules/sqlite3/dlz_sqlite3_dynamic.c                        |    63 +-
 external/mpl/bind/dist/contrib/dlz/modules/sqlite3/testing/named.conf                           |    19 +-
 external/mpl/bind/dist/contrib/dlz/modules/wildcard/Makefile                                    |    26 +
 external/mpl/bind/dist/contrib/dlz/modules/wildcard/README                                      |    28 +
 external/mpl/bind/dist/contrib/dlz/modules/wildcard/dlz_wildcard_dynamic.c                      |    64 +-
 external/mpl/bind/dist/contrib/dlz/modules/wildcard/testing/named.conf                          |    19 +-
 external/mpl/bind/dist/contrib/dnspriv/named.conf                                               |     6 +-
 external/mpl/bind/dist/contrib/dnspriv/nginx.conf                                               |     2 +
 external/mpl/bind/dist/contrib/kasp/kasp.xml                                                    |    12 +
 external/mpl/bind/dist/contrib/kasp/kasp2policy.py                                              |   121 +-
 external/mpl/bind/dist/contrib/scripts/catzhash.py                                              |     7 +-
 external/mpl/bind/dist/contrib/scripts/check-secure-delegation.pl.in                            |     8 +-
 external/mpl/bind/dist/contrib/scripts/check5011.pl                                             |    11 +
 external/mpl/bind/dist/contrib/scripts/dnssec-keyset.sh                                         |    19 +-
 external/mpl/bind/dist/contrib/scripts/named-bootconf.sh                                        |     6 +-
 external/mpl/bind/dist/contrib/scripts/nanny.pl                                                 |     6 +-
 external/mpl/bind/dist/contrib/scripts/zone-edit.sh.in                                          |     6 +-
 external/mpl/bind/dist/dangerfile.py                                                            |   226 +-
 external/mpl/bind/dist/doc/Makefile.in                                                          |     6 +-
 external/mpl/bind/dist/doc/arm/Makefile.in                                                      |    18 +-
 external/mpl/bind/dist/doc/arm/_static/custom.css                                               |    25 +
 external/mpl/bind/dist/doc/arm/advanced.rst                                                     |   234 +-
 external/mpl/bind/dist/doc/arm/build.rst                                                        |   197 +
 external/mpl/bind/dist/doc/arm/catz.rst                                                         |    41 +-
 external/mpl/bind/dist/doc/arm/conf.py                                                          |   130 +-
 external/mpl/bind/dist/doc/arm/configuration.rst                                                |    61 +-
 external/mpl/bind/dist/doc/arm/dlz.rst                                                          |    19 +-
 external/mpl/bind/dist/doc/arm/dnssec-guide.rst                                                 |    19 +-
 external/mpl/bind/dist/doc/arm/dnssec.inc.rst                                                   |   516 ++++
 external/mpl/bind/dist/doc/arm/dyndb.rst                                                        |    19 +-
 external/mpl/bind/dist/doc/arm/general.rst                                                      |   553 +---
 external/mpl/bind/dist/doc/arm/history.rst                                                      |    19 +-
 external/mpl/bind/dist/doc/arm/index.rst                                                        |    20 +-
 external/mpl/bind/dist/doc/arm/introduction.rst                                                 |    19 +-
 external/mpl/bind/dist/doc/arm/logging-categories.rst                                           |    19 +-
 external/mpl/bind/dist/doc/arm/managed-keys.rst                                                 |    19 +-
 external/mpl/bind/dist/doc/arm/manpages.rst                                                     |    21 +-
 external/mpl/bind/dist/doc/arm/notes.rst                                                        |    63 +-
 external/mpl/bind/dist/doc/arm/pkcs11.rst                                                       |    19 +-
 external/mpl/bind/dist/doc/arm/platforms.rst                                                    |   113 +
 external/mpl/bind/dist/doc/arm/plugins.rst                                                      |    19 +-
 external/mpl/bind/dist/doc/arm/reference.rst                                                    |   596 +++-
 external/mpl/bind/dist/doc/arm/requirements.rst                                                 |    32 +-
 external/mpl/bind/dist/doc/arm/requirements.txt                                                 |     7 +-
 external/mpl/bind/dist/doc/arm/security.rst                                                     |    19 +-
 external/mpl/bind/dist/doc/arm/troubleshooting.rst                                              |    19 +-
 external/mpl/bind/dist/doc/dnssec-guide/advanced-discussions.rst                                |   255 +-
 external/mpl/bind/dist/doc/dnssec-guide/commonly-asked-questions.rst                            |   106 +-
 external/mpl/bind/dist/doc/dnssec-guide/getting-started.rst                                     |   167 +-
 external/mpl/bind/dist/doc/dnssec-guide/introduction.rst                                        |    23 +-
 external/mpl/bind/dist/doc/dnssec-guide/preface.rst                                             |    21 +-
 external/mpl/bind/dist/doc/dnssec-guide/recipes.rst                                             |   208 +-
 external/mpl/bind/dist/doc/dnssec-guide/signing.rst                                             |   139 +-
 external/mpl/bind/dist/doc/dnssec-guide/troubleshooting.rst                                     |    21 +-
 external/mpl/bind/dist/doc/dnssec-guide/validation.rst                                          |    27 +-
 external/mpl/bind/dist/doc/doxygen/Doxyfile.in                                                  |    11 +
 external/mpl/bind/dist/doc/doxygen/Makefile.in                                                  |     6 +-
 external/mpl/bind/dist/doc/doxygen/doxygen-input-filter.in                                      |     2 +
 external/mpl/bind/dist/doc/doxygen/isc-footer.html                                              |     2 +
 external/mpl/bind/dist/doc/doxygen/isc-header.html                                              |     2 +
 external/mpl/bind/dist/doc/doxygen/mainpage                                                     |    12 +
 external/mpl/bind/dist/doc/man/Makefile.in                                                      |    18 +-
 external/mpl/bind/dist/doc/man/arpaname.1in                                                     |     8 +-
 external/mpl/bind/dist/doc/man/arpaname.rst                                                     |    19 +-
 external/mpl/bind/dist/doc/man/conf.py                                                          |   213 +-
 external/mpl/bind/dist/doc/man/ddns-confgen.8in                                                 |    69 +-
 external/mpl/bind/dist/doc/man/ddns-confgen.rst                                                 |    21 +-
 external/mpl/bind/dist/doc/man/delv.1in                                                         |     8 +-
 external/mpl/bind/dist/doc/man/delv.rst                                                         |    21 +-
 external/mpl/bind/dist/doc/man/dig.1in                                                          |    28 +-
 external/mpl/bind/dist/doc/man/dig.rst                                                          |    21 +-
 external/mpl/bind/dist/doc/man/dnssec-cds.8in                                                   |     8 +-
 external/mpl/bind/dist/doc/man/dnssec-cds.rst                                                   |    21 +-
 external/mpl/bind/dist/doc/man/dnssec-checkds.8in                                               |     8 +-
 external/mpl/bind/dist/doc/man/dnssec-checkds.rst                                               |    21 +-
 external/mpl/bind/dist/doc/man/dnssec-coverage.8in                                              |     8 +-
 external/mpl/bind/dist/doc/man/dnssec-coverage.rst                                              |    21 +-
 external/mpl/bind/dist/doc/man/dnssec-dsfromkey.8in                                             |    12 +-
 external/mpl/bind/dist/doc/man/dnssec-dsfromkey.rst                                             |    21 +-
 external/mpl/bind/dist/doc/man/dnssec-importkey.8in                                             |     8 +-
 external/mpl/bind/dist/doc/man/dnssec-importkey.rst                                             |    21 +-
 external/mpl/bind/dist/doc/man/dnssec-keyfromlabel.8in                                          |    20 +-
 external/mpl/bind/dist/doc/man/dnssec-keyfromlabel.rst                                          |    21 +-
 external/mpl/bind/dist/doc/man/dnssec-keygen.8in                                                |    10 +-
 external/mpl/bind/dist/doc/man/dnssec-keygen.rst                                                |    21 +-
 external/mpl/bind/dist/doc/man/dnssec-keymgr.8in                                                |     8 +-
 external/mpl/bind/dist/doc/man/dnssec-keymgr.rst                                                |    19 +-
 external/mpl/bind/dist/doc/man/dnssec-revoke.8in                                                |     8 +-
 external/mpl/bind/dist/doc/man/dnssec-revoke.rst                                                |    21 +-
 external/mpl/bind/dist/doc/man/dnssec-settime.8in                                               |     8 +-
 external/mpl/bind/dist/doc/man/dnssec-settime.rst                                               |    21 +-
 external/mpl/bind/dist/doc/man/dnssec-signzone.8in                                              |    29 +-
 external/mpl/bind/dist/doc/man/dnssec-signzone.rst                                              |    21 +-
 external/mpl/bind/dist/doc/man/dnssec-verify.8in                                                |     8 +-
 external/mpl/bind/dist/doc/man/dnssec-verify.rst                                                |    21 +-
 external/mpl/bind/dist/doc/man/dnstap-read.1in                                                  |     8 +-
 external/mpl/bind/dist/doc/man/dnstap-read.rst                                                  |    21 +-
 external/mpl/bind/dist/doc/man/filter-aaaa.8in                                                  |     8 +-
 external/mpl/bind/dist/doc/man/filter-aaaa.rst                                                  |    21 +-
 external/mpl/bind/dist/doc/man/host.1in                                                         |    10 +-
 external/mpl/bind/dist/doc/man/host.rst                                                         |    21 +-
 external/mpl/bind/dist/doc/man/index.rst                                                        |    19 +-
 external/mpl/bind/dist/doc/man/mdig.1in                                                         |     8 +-
 external/mpl/bind/dist/doc/man/mdig.rst                                                         |    21 +-
 external/mpl/bind/dist/doc/man/named-checkconf.8in                                              |     8 +-
 external/mpl/bind/dist/doc/man/named-checkconf.rst                                              |    21 +-
 external/mpl/bind/dist/doc/man/named-checkzone.8in                                              |    56 +-
 external/mpl/bind/dist/doc/man/named-checkzone.rst                                              |    21 +-
 external/mpl/bind/dist/doc/man/named-compilezone.1in                                            |   206 +
 external/mpl/bind/dist/doc/man/named-compilezone.8in                                            |   206 +
 external/mpl/bind/dist/doc/man/named-compilezone.rst                                            |    14 +
 external/mpl/bind/dist/doc/man/named-journalprint.8in                                           |     8 +-
 external/mpl/bind/dist/doc/man/named-journalprint.rst                                           |    21 +-
 external/mpl/bind/dist/doc/man/named-nzd2nzf.8in                                                |     8 +-
 external/mpl/bind/dist/doc/man/named-nzd2nzf.rst                                                |    21 +-
 external/mpl/bind/dist/doc/man/named-rrchecker.1in                                              |     8 +-
 external/mpl/bind/dist/doc/man/named-rrchecker.rst                                              |    21 +-
 external/mpl/bind/dist/doc/man/named.8in                                                        |    58 +-
 external/mpl/bind/dist/doc/man/named.conf.5in                                                   |    13 +-
 external/mpl/bind/dist/doc/man/named.conf.rst                                                   |    19 +-
 external/mpl/bind/dist/doc/man/named.rst                                                        |    19 +-
 external/mpl/bind/dist/doc/man/nsec3hash.8in                                                    |     8 +-
 external/mpl/bind/dist/doc/man/nsec3hash.rst                                                    |    21 +-
 external/mpl/bind/dist/doc/man/nslookup.1in                                                     |     8 +-
 external/mpl/bind/dist/doc/man/nslookup.rst                                                     |    21 +-
 external/mpl/bind/dist/doc/man/nsupdate.1in                                                     |     8 +-
 external/mpl/bind/dist/doc/man/nsupdate.rst                                                     |    21 +-
 external/mpl/bind/dist/doc/man/pkcs11-destroy.8in                                               |     8 +-
 external/mpl/bind/dist/doc/man/pkcs11-destroy.rst                                               |    21 +-
 external/mpl/bind/dist/doc/man/pkcs11-keygen.8in                                                |     8 +-
 external/mpl/bind/dist/doc/man/pkcs11-keygen.rst                                                |    21 +-
 external/mpl/bind/dist/doc/man/pkcs11-list.8in                                                  |     8 +-
 external/mpl/bind/dist/doc/man/pkcs11-list.rst                                                  |    21 +-
 external/mpl/bind/dist/doc/man/pkcs11-tokens.8in                                                |     8 +-
 external/mpl/bind/dist/doc/man/pkcs11-tokens.rst                                                |    21 +-
 external/mpl/bind/dist/doc/man/rndc-confgen.8in                                                 |     8 +-
 external/mpl/bind/dist/doc/man/rndc-confgen.rst                                                 |    21 +-
 external/mpl/bind/dist/doc/man/rndc.8in                                                         |    69 +-
 external/mpl/bind/dist/doc/man/rndc.conf.5in                                                    |     8 +-
 external/mpl/bind/dist/doc/man/rndc.conf.rst                                                    |    19 +-
 external/mpl/bind/dist/doc/man/rndc.rst                                                         |    21 +-
 external/mpl/bind/dist/doc/man/tsig-keygen.8in                                                  |    64 +
 external/mpl/bind/dist/doc/man/tsig-keygen.rst                                                  |    14 +
 external/mpl/bind/dist/doc/misc/Makefile.in                                                     |    10 +-
 external/mpl/bind/dist/doc/misc/acl.grammar.rst                                                 |    11 +
 external/mpl/bind/dist/doc/misc/controls.grammar.rst                                            |    11 +
 external/mpl/bind/dist/doc/misc/delegation-only.zoneopt.rst                                     |    11 +
 external/mpl/bind/dist/doc/misc/dnssec-policy.default.conf                                      |    15 +-
 external/mpl/bind/dist/doc/misc/dnssec-policy.grammar.rst                                       |    11 +-
 external/mpl/bind/dist/doc/misc/format-options.pl                                               |     6 +-
 external/mpl/bind/dist/doc/misc/forward.zoneopt.rst                                             |    11 +
 external/mpl/bind/dist/doc/misc/hint.zoneopt.rst                                                |    11 +
 external/mpl/bind/dist/doc/misc/in-view.zoneopt.rst                                             |    11 +
 external/mpl/bind/dist/doc/misc/key.grammar.rst                                                 |    11 +
 external/mpl/bind/dist/doc/misc/logging.grammar.rst                                             |    11 +
 external/mpl/bind/dist/doc/misc/managed-keys.grammar.rst                                        |    11 +
 external/mpl/bind/dist/doc/misc/master.zoneopt.rst                                              |    11 +
 external/mpl/bind/dist/doc/misc/mirror.zoneopt.rst                                              |    11 +
 external/mpl/bind/dist/doc/misc/options                                                         |     5 +-
 external/mpl/bind/dist/doc/misc/options.active                                                  |     5 +-
 external/mpl/bind/dist/doc/misc/options.grammar.rst                                             |    14 +-
 external/mpl/bind/dist/doc/misc/parental-agents.grammar.rst                                     |    18 +
 external/mpl/bind/dist/doc/misc/primaries.grammar.rst                                           |    11 +
 external/mpl/bind/dist/doc/misc/redirect.zoneopt.rst                                            |    11 +
 external/mpl/bind/dist/doc/misc/rst-grammars.pl                                                 |    22 +-
 external/mpl/bind/dist/doc/misc/rst-options.pl                                                  |    20 +-
 external/mpl/bind/dist/doc/misc/rst-zoneopt.pl                                                  |    22 +-
 external/mpl/bind/dist/doc/misc/server.grammar.rst                                              |    11 +
 external/mpl/bind/dist/doc/misc/slave.zoneopt.rst                                               |    11 +
 external/mpl/bind/dist/doc/misc/sort-options.pl                                                 |     6 +-
 external/mpl/bind/dist/doc/misc/static-stub.zoneopt.rst                                         |    11 +
 external/mpl/bind/dist/doc/misc/statistics-channels.grammar.rst                                 |    11 +
 external/mpl/bind/dist/doc/misc/stub.zoneopt.rst                                                |    11 +
 external/mpl/bind/dist/doc/misc/trust-anchors.grammar.rst                                       |    11 +
 external/mpl/bind/dist/doc/misc/trusted-keys.grammar.rst                                        |    11 +
 external/mpl/bind/dist/doc/notes/notes-9.16.0.rst                                               |    19 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.1.rst                                               |    19 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.10.rst                                              |    19 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.11.rst                                              |    19 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.12.rst                                              |    19 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.13.rst                                              |    19 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.14.rst                                              |    19 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.15.rst                                              |    19 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.16.rst                                              |    19 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.17.rst                                              |    19 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.18.rst                                              |    19 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.19.rst                                              |    19 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.2.rst                                               |    19 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.20.rst                                              |    19 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.21.rst                                              |    61 +
 external/mpl/bind/dist/doc/notes/notes-9.16.22.rst                                              |    79 +
 external/mpl/bind/dist/doc/notes/notes-9.16.23.rst                                              |    20 +
 external/mpl/bind/dist/doc/notes/notes-9.16.24.rst                                              |    36 +
 external/mpl/bind/dist/doc/notes/notes-9.16.25.rst                                              |    41 +
 external/mpl/bind/dist/doc/notes/notes-9.16.26.rst                                              |    39 +
 external/mpl/bind/dist/doc/notes/notes-9.16.27.rst                                              |    58 +
 external/mpl/bind/dist/doc/notes/notes-9.16.28.rst                                              |    33 +
 external/mpl/bind/dist/doc/notes/notes-9.16.29.rst                                              |    20 +
 external/mpl/bind/dist/doc/notes/notes-9.16.3.rst                                               |    35 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.30.rst                                              |    30 +
 external/mpl/bind/dist/doc/notes/notes-9.16.31.rst                                              |    24 +
 external/mpl/bind/dist/doc/notes/notes-9.16.32.rst                                              |    49 +
 external/mpl/bind/dist/doc/notes/notes-9.16.33.rst                                              |    61 +
 external/mpl/bind/dist/doc/notes/notes-9.16.4.rst                                               |    19 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.5.rst                                               |    19 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.6.rst                                               |    19 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.7.rst                                               |    19 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.8.rst                                               |    19 +-
 external/mpl/bind/dist/doc/notes/notes-9.16.9.rst                                               |    19 +-
 external/mpl/bind/dist/fuzz/FUZZING.md                                                          |    13 +
 external/mpl/bind/dist/fuzz/Makefile.in                                                         |    11 +
 external/mpl/bind/dist/fuzz/dns_master_load.in/generate-counter-overflow.db                     |   Bin 
 external/mpl/bind/dist/fuzz/dns_name_fromtext_target.c                                          |     4 +-
 external/mpl/bind/dist/fuzz/dns_rdata_fromtext.in/svbc-max-token                                |     1 +
 external/mpl/bind/dist/fuzz/dns_rdata_fromwire_text.c                                           |     4 +-
 external/mpl/bind/dist/fuzz/dns_rdata_fromwire_text.in/svcb                                     |   Bin 
 external/mpl/bind/dist/fuzz/fuzz.h                                                              |     4 +-
 external/mpl/bind/dist/fuzz/main.c                                                              |     4 +-
 external/mpl/bind/dist/lib/Kyuafile                                                             |    11 +
 external/mpl/bind/dist/lib/Makefile.in                                                          |     6 +-
 external/mpl/bind/dist/lib/bind9/Makefile.in                                                    |     6 +-
 external/mpl/bind/dist/lib/bind9/check.c                                                        |   377 ++-
 external/mpl/bind/dist/lib/bind9/getaddresses.c                                                 |     6 +-
 external/mpl/bind/dist/lib/bind9/include/Makefile.in                                            |     6 +-
 external/mpl/bind/dist/lib/bind9/include/bind9/Makefile.in                                      |     6 +-
 external/mpl/bind/dist/lib/bind9/include/bind9/check.h                                          |     4 +-
 external/mpl/bind/dist/lib/bind9/include/bind9/getaddresses.h                                   |     4 +-
 external/mpl/bind/dist/lib/bind9/include/bind9/version.h                                        |     6 +-
 external/mpl/bind/dist/lib/bind9/version.c                                                      |     6 +-
 external/mpl/bind/dist/lib/bind9/win32/DLLMain.c                                                |     6 +-
 external/mpl/bind/dist/lib/bind9/win32/version.c                                                |     6 +-
 external/mpl/bind/dist/lib/dns/Kyuafile                                                         |    11 +
 external/mpl/bind/dist/lib/dns/Makefile.in                                                      |     6 +-
 external/mpl/bind/dist/lib/dns/acl.c                                                            |    10 +-
 external/mpl/bind/dist/lib/dns/adb.c                                                            |   287 +-
 external/mpl/bind/dist/lib/dns/badcache.c                                                       |     4 +-
 external/mpl/bind/dist/lib/dns/byaddr.c                                                         |     6 +-
 external/mpl/bind/dist/lib/dns/cache.c                                                          |     6 +-
 external/mpl/bind/dist/lib/dns/callbacks.c                                                      |     4 +-
 external/mpl/bind/dist/lib/dns/catz.c                                                           |   184 +-
 external/mpl/bind/dist/lib/dns/client.c                                                         |     9 +-
 external/mpl/bind/dist/lib/dns/clientinfo.c                                                     |    13 +-
 external/mpl/bind/dist/lib/dns/compress.c                                                       |     6 +-
 external/mpl/bind/dist/lib/dns/db.c                                                             |     6 +-
 external/mpl/bind/dist/lib/dns/dbiterator.c                                                     |     4 +-
 external/mpl/bind/dist/lib/dns/dbtable.c                                                        |     8 +-
 external/mpl/bind/dist/lib/dns/diff.c                                                           |     7 +-
 external/mpl/bind/dist/lib/dns/dispatch.c                                                       |   290 +-
 external/mpl/bind/dist/lib/dns/dlz.c                                                            |     9 +-
 external/mpl/bind/dist/lib/dns/dns64.c                                                          |     4 +-
 external/mpl/bind/dist/lib/dns/dnsrps.c                                                         |     7 +-
 external/mpl/bind/dist/lib/dns/dnssec.c                                                         |    60 +-
 external/mpl/bind/dist/lib/dns/dnstap.c                                                         |    30 +-
 external/mpl/bind/dist/lib/dns/dnstap.proto                                                     |    11 +
 external/mpl/bind/dist/lib/dns/ds.c                                                             |     7 +-
 external/mpl/bind/dist/lib/dns/dst_api.c                                                        |    59 +-
 external/mpl/bind/dist/lib/dns/dst_internal.h                                                   |    11 +-
 external/mpl/bind/dist/lib/dns/dst_openssl.h                                                    |    11 +-
 external/mpl/bind/dist/lib/dns/dst_parse.c                                                      |    12 +-
 external/mpl/bind/dist/lib/dns/dst_parse.h                                                      |    12 +-
 external/mpl/bind/dist/lib/dns/dst_pkcs11.h                                                     |     6 +-
 external/mpl/bind/dist/lib/dns/dst_result.c                                                     |     6 +-
 external/mpl/bind/dist/lib/dns/dyndb.c                                                          |     4 +-
 external/mpl/bind/dist/lib/dns/ecdb.c                                                           |     6 +-
 external/mpl/bind/dist/lib/dns/ecs.c                                                            |    84 +-
 external/mpl/bind/dist/lib/dns/fixedname.c                                                      |     4 +-
 external/mpl/bind/dist/lib/dns/forward.c                                                        |     4 +-
 external/mpl/bind/dist/lib/dns/gen-unix.h                                                       |     4 +-
 external/mpl/bind/dist/lib/dns/gen-win32.h                                                      |     6 +-
 external/mpl/bind/dist/lib/dns/gen.c                                                            |     8 +-
 external/mpl/bind/dist/lib/dns/geoip2.c                                                         |     4 +-
 external/mpl/bind/dist/lib/dns/gssapi_link.c                                                    |    13 +-
 external/mpl/bind/dist/lib/dns/gssapictx.c                                                      |     6 +-
 external/mpl/bind/dist/lib/dns/hmac_link.c                                                      |    55 +-
 external/mpl/bind/dist/lib/dns/include/Makefile.in                                              |     6 +-
 external/mpl/bind/dist/lib/dns/include/dns/Makefile.in                                          |     6 +-
 external/mpl/bind/dist/lib/dns/include/dns/acl.h                                                |    10 +-
 external/mpl/bind/dist/lib/dns/include/dns/adb.h                                                |     6 +-
 external/mpl/bind/dist/lib/dns/include/dns/badcache.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/bit.h                                                |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/byaddr.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/cache.h                                              |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/callbacks.h                                          |     6 +-
 external/mpl/bind/dist/lib/dns/include/dns/catz.h                                               |    19 +-
 external/mpl/bind/dist/lib/dns/include/dns/cert.h                                               |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/client.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/clientinfo.h                                         |    30 +-
 external/mpl/bind/dist/lib/dns/include/dns/compress.h                                           |     6 +-
 external/mpl/bind/dist/lib/dns/include/dns/db.h                                                 |    38 +-
 external/mpl/bind/dist/lib/dns/include/dns/dbiterator.h                                         |     6 +-
 external/mpl/bind/dist/lib/dns/include/dns/dbtable.h                                            |     6 +-
 external/mpl/bind/dist/lib/dns/include/dns/diff.h                                               |     8 +-
 external/mpl/bind/dist/lib/dns/include/dns/dispatch.h                                           |    10 +-
 external/mpl/bind/dist/lib/dns/include/dns/dlz.h                                                |    38 +-
 external/mpl/bind/dist/lib/dns/include/dns/dlz_dlopen.h                                         |     6 +-
 external/mpl/bind/dist/lib/dns/include/dns/dns64.h                                              |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/dnsrps.h                                             |     8 +-
 external/mpl/bind/dist/lib/dns/include/dns/dnssec.h                                             |    13 +-
 external/mpl/bind/dist/lib/dns/include/dns/dnstap.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/ds.h                                                 |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/dsdigest.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/dyndb.h                                              |    18 +-
 external/mpl/bind/dist/lib/dns/include/dns/ecdb.h                                               |     6 +-
 external/mpl/bind/dist/lib/dns/include/dns/ecs.h                                                |    39 +-
 external/mpl/bind/dist/lib/dns/include/dns/edns.h                                               |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/events.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/fixedname.h                                          |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/forward.h                                            |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/geoip.h                                              |    10 +-
 external/mpl/bind/dist/lib/dns/include/dns/ipkeylist.h                                          |    10 +-
 external/mpl/bind/dist/lib/dns/include/dns/iptable.h                                            |     6 +-
 external/mpl/bind/dist/lib/dns/include/dns/journal.h                                            |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/kasp.h                                               |     8 +-
 external/mpl/bind/dist/lib/dns/include/dns/keydata.h                                            |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/keyflags.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/keymgr.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/keytable.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/keyvalues.h                                          |     5 +-
 external/mpl/bind/dist/lib/dns/include/dns/lib.h                                                |     6 +-
 external/mpl/bind/dist/lib/dns/include/dns/librpz.h                                             |   120 +-
 external/mpl/bind/dist/lib/dns/include/dns/lmdb.h                                               |     6 +-
 external/mpl/bind/dist/lib/dns/include/dns/log.h                                                |     6 +-
 external/mpl/bind/dist/lib/dns/include/dns/lookup.h                                             |    10 +-
 external/mpl/bind/dist/lib/dns/include/dns/master.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/masterdump.h                                         |    20 +-
 external/mpl/bind/dist/lib/dns/include/dns/message.h                                            |    22 +-
 external/mpl/bind/dist/lib/dns/include/dns/name.h                                               |    12 +-
 external/mpl/bind/dist/lib/dns/include/dns/ncache.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/nsec.h                                               |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/nsec3.h                                              |    10 +-
 external/mpl/bind/dist/lib/dns/include/dns/nta.h                                                |    10 +-
 external/mpl/bind/dist/lib/dns/include/dns/opcode.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/order.h                                              |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/peer.h                                               |    14 +-
 external/mpl/bind/dist/lib/dns/include/dns/portlist.h                                           |     6 +-
 external/mpl/bind/dist/lib/dns/include/dns/private.h                                            |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/rbt.h                                                |    10 +-
 external/mpl/bind/dist/lib/dns/include/dns/rcode.h                                              |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/rdata.h                                              |    23 +-
 external/mpl/bind/dist/lib/dns/include/dns/rdataclass.h                                         |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/rdatalist.h                                          |     6 +-
 external/mpl/bind/dist/lib/dns/include/dns/rdataset.h                                           |    28 +-
 external/mpl/bind/dist/lib/dns/include/dns/rdatasetiter.h                                       |    12 +-
 external/mpl/bind/dist/lib/dns/include/dns/rdataslab.h                                          |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/rdatatype.h                                          |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/request.h                                            |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/resolver.h                                           |    22 +-
 external/mpl/bind/dist/lib/dns/include/dns/result.h                                             |     7 +-
 external/mpl/bind/dist/lib/dns/include/dns/rootns.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/rpz.h                                                |    48 +-
 external/mpl/bind/dist/lib/dns/include/dns/rriterator.h                                         |    12 +-
 external/mpl/bind/dist/lib/dns/include/dns/rrl.h                                                |    10 +-
 external/mpl/bind/dist/lib/dns/include/dns/sdb.h                                                |    16 +-
 external/mpl/bind/dist/lib/dns/include/dns/sdlz.h                                               |    14 +-
 external/mpl/bind/dist/lib/dns/include/dns/secalg.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/secproto.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/soa.h                                                |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/ssu.h                                                |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/stats.h                                              |    17 +-
 external/mpl/bind/dist/lib/dns/include/dns/tcpmsg.h                                             |    14 +-
 external/mpl/bind/dist/lib/dns/include/dns/time.h                                               |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/timer.h                                              |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/tkey.h                                               |    12 +-
 external/mpl/bind/dist/lib/dns/include/dns/tsec.h                                               |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/tsig.h                                               |    16 +-
 external/mpl/bind/dist/lib/dns/include/dns/ttl.h                                                |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/types.h                                              |     6 +-
 external/mpl/bind/dist/lib/dns/include/dns/update.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/validator.h                                          |    30 +-
 external/mpl/bind/dist/lib/dns/include/dns/version.h                                            |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/view.h                                               |    90 +-
 external/mpl/bind/dist/lib/dns/include/dns/xfrin.h                                              |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/zone.h                                               |    40 +-
 external/mpl/bind/dist/lib/dns/include/dns/zonekey.h                                            |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/zoneverify.h                                         |     4 +-
 external/mpl/bind/dist/lib/dns/include/dns/zt.h                                                 |     6 +-
 external/mpl/bind/dist/lib/dns/include/dst/Makefile.in                                          |     6 +-
 external/mpl/bind/dist/lib/dns/include/dst/dst.h                                                |    24 +-
 external/mpl/bind/dist/lib/dns/include/dst/gssapi.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/include/dst/result.h                                             |     6 +-
 external/mpl/bind/dist/lib/dns/ipkeylist.c                                                      |     4 +-
 external/mpl/bind/dist/lib/dns/iptable.c                                                        |     4 +-
 external/mpl/bind/dist/lib/dns/journal.c                                                        |    17 +-
 external/mpl/bind/dist/lib/dns/kasp.c                                                           |     6 +-
 external/mpl/bind/dist/lib/dns/key.c                                                            |     4 +-
 external/mpl/bind/dist/lib/dns/keydata.c                                                        |     4 +-
 external/mpl/bind/dist/lib/dns/keymgr.c                                                         |    49 +-
 external/mpl/bind/dist/lib/dns/keytable.c                                                       |     4 +-
 external/mpl/bind/dist/lib/dns/lib.c                                                            |     6 +-
 external/mpl/bind/dist/lib/dns/log.c                                                            |     4 +-
 external/mpl/bind/dist/lib/dns/lookup.c                                                         |     6 +-
 external/mpl/bind/dist/lib/dns/mapapi                                                           |     2 +-
 external/mpl/bind/dist/lib/dns/master.c                                                         |    58 +-
 external/mpl/bind/dist/lib/dns/masterdump.c                                                     |    12 +-
 external/mpl/bind/dist/lib/dns/message.c                                                        |    72 +-
 external/mpl/bind/dist/lib/dns/name.c                                                           |    36 +-
 external/mpl/bind/dist/lib/dns/ncache.c                                                         |     7 +-
 external/mpl/bind/dist/lib/dns/nsec.c                                                           |     4 +-
 external/mpl/bind/dist/lib/dns/nsec3.c                                                          |     5 +-
 external/mpl/bind/dist/lib/dns/nta.c                                                            |     4 +-
 external/mpl/bind/dist/lib/dns/openssl_link.c                                                   |    12 +-
 external/mpl/bind/dist/lib/dns/openssldh_link.c                                                 |    17 +-
 external/mpl/bind/dist/lib/dns/opensslecdsa_link.c                                              |     9 +-
 external/mpl/bind/dist/lib/dns/openssleddsa_link.c                                              |    17 +-
 external/mpl/bind/dist/lib/dns/opensslrsa_link.c                                                |   213 +-
 external/mpl/bind/dist/lib/dns/order.c                                                          |     6 +-
 external/mpl/bind/dist/lib/dns/peer.c                                                           |     7 +-
 external/mpl/bind/dist/lib/dns/pkcs11.c                                                         |     6 +-
 external/mpl/bind/dist/lib/dns/pkcs11ecdsa_link.c                                               |    36 +-
 external/mpl/bind/dist/lib/dns/pkcs11eddsa_link.c                                               |    33 +-
 external/mpl/bind/dist/lib/dns/pkcs11rsa_link.c                                                 |    46 +-
 external/mpl/bind/dist/lib/dns/portlist.c                                                       |     6 +-
 external/mpl/bind/dist/lib/dns/private.c                                                        |     7 +-
 external/mpl/bind/dist/lib/dns/rbt.c                                                            |    51 +-
 external/mpl/bind/dist/lib/dns/rbtdb.c                                                          |   293 +-
 external/mpl/bind/dist/lib/dns/rbtdb.h                                                          |     4 +-
 external/mpl/bind/dist/lib/dns/rcode.c                                                          |     4 +-
 external/mpl/bind/dist/lib/dns/rdata.c                                                          |   173 +-
 external/mpl/bind/dist/lib/dns/rdata/any_255/tsig_250.c                                         |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/any_255/tsig_250.h                                         |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/ch_3/a_1.c                                                 |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/ch_3/a_1.h                                                 |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/afsdb_18.c                                         |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/afsdb_18.h                                         |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/amtrelay_260.c                                     |    36 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/amtrelay_260.h                                     |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/avc_258.c                                          |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/avc_258.h                                          |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/caa_257.c                                          |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/caa_257.h                                          |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/cdnskey_60.c                                       |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/cdnskey_60.h                                       |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/cds_59.c                                           |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/cds_59.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/cert_37.c                                          |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/cert_37.h                                          |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/cname_5.c                                          |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/cname_5.h                                          |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/csync_62.c                                         |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/csync_62.h                                         |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/dlv_32769.c                                        |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/dlv_32769.h                                        |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/dname_39.c                                         |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/dname_39.h                                         |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/dnskey_48.c                                        |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/dnskey_48.h                                        |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/doa_259.c                                          |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/doa_259.h                                          |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/ds_43.c                                            |    40 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/ds_43.h                                            |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/eui48_108.c                                        |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/eui48_108.h                                        |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/eui64_109.c                                        |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/eui64_109.h                                        |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/gpos_27.c                                          |    33 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/gpos_27.h                                          |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/hinfo_13.c                                         |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/hinfo_13.h                                         |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/hip_55.c                                           |    34 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/hip_55.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/ipseckey_45.c                                      |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/ipseckey_45.h                                      |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/isdn_20.c                                          |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/isdn_20.h                                          |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/key_25.c                                           |    44 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/key_25.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/keydata_65533.c                                    |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/keydata_65533.h                                    |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/l32_105.c                                          |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/l32_105.h                                          |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/l64_106.c                                          |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/l64_106.h                                          |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/loc_29.c                                           |    50 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/loc_29.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/lp_107.c                                           |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/lp_107.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/mb_7.c                                             |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/mb_7.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/md_3.c                                             |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/md_3.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/mf_4.c                                             |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/mf_4.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/mg_8.c                                             |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/mg_8.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/minfo_14.c                                         |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/minfo_14.h                                         |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/mr_9.c                                             |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/mr_9.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/mx_15.c                                            |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/mx_15.h                                            |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/naptr_35.c                                         |    32 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/naptr_35.h                                         |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/nid_104.c                                          |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/nid_104.h                                          |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/ninfo_56.c                                         |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/ninfo_56.h                                         |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/ns_2.c                                             |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/ns_2.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/nsec3_50.c                                         |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/nsec3_50.h                                         |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/nsec3param_51.c                                    |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/nsec3param_51.h                                    |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/nsec_47.c                                          |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/nsec_47.h                                          |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/null_10.c                                          |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/null_10.h                                          |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/nxt_30.c                                           |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/nxt_30.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/openpgpkey_61.c                                    |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/openpgpkey_61.h                                    |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/opt_41.c                                           |    32 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/opt_41.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/proforma.c                                         |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/proforma.h                                         |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/ptr_12.c                                           |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/ptr_12.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/rkey_57.c                                          |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/rkey_57.h                                          |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/rp_17.c                                            |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/rp_17.h                                            |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/rrsig_46.c                                         |    32 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/rrsig_46.h                                         |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/rt_21.c                                            |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/rt_21.h                                            |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/sig_24.c                                           |    32 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/sig_24.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/sink_40.c                                          |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/sink_40.h                                          |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/smimea_53.c                                        |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/smimea_53.h                                        |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/soa_6.c                                            |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/soa_6.h                                            |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/spf_99.c                                           |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/spf_99.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/sshfp_44.c                                         |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/sshfp_44.h                                         |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/ta_32768.c                                         |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/ta_32768.h                                         |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/talink_58.c                                        |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/talink_58.h                                        |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/tkey_249.c                                         |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/tkey_249.h                                         |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/tlsa_52.c                                          |    42 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/tlsa_52.h                                          |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/txt_16.c                                           |    42 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/txt_16.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/uri_256.c                                          |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/uri_256.h                                          |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/x25_19.c                                           |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/x25_19.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/zonemd_63.c                                        |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/generic/zonemd_63.h                                        |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/hs_4/a_1.c                                                 |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/hs_4/a_1.h                                                 |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/a6_38.c                                               |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/a6_38.h                                               |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/a_1.c                                                 |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/a_1.h                                                 |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/aaaa_28.c                                             |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/aaaa_28.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/apl_42.c                                              |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/apl_42.h                                              |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/atma_34.c                                             |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/atma_34.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/dhcid_49.c                                            |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/dhcid_49.h                                            |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/eid_31.c                                              |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/eid_31.h                                              |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/https_65.c                                            |   188 +
 external/mpl/bind/dist/lib/dns/rdata/in_1/https_65.h                                            |    37 +
 external/mpl/bind/dist/lib/dns/rdata/in_1/kx_36.c                                               |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/kx_36.h                                               |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/nimloc_32.c                                           |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/nimloc_32.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/nsap-ptr_23.c                                         |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/nsap-ptr_23.h                                         |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/nsap_22.c                                             |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/nsap_22.h                                             |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/px_26.c                                               |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/px_26.h                                               |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/srv_33.c                                              |    32 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/srv_33.h                                              |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/svcb_64.c                                             |  1221 ++++++++++
 external/mpl/bind/dist/lib/dns/rdata/in_1/svcb_64.h                                             |    42 +
 external/mpl/bind/dist/lib/dns/rdata/in_1/wks_11.c                                              |    30 +-
 external/mpl/bind/dist/lib/dns/rdata/in_1/wks_11.h                                              |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/rdatastructpre.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/rdata/rdatastructsuf.h                                           |     4 +-
 external/mpl/bind/dist/lib/dns/rdatalist.c                                                      |     4 +-
 external/mpl/bind/dist/lib/dns/rdatalist_p.h                                                    |     4 +-
 external/mpl/bind/dist/lib/dns/rdataset.c                                                       |     6 +-
 external/mpl/bind/dist/lib/dns/rdatasetiter.c                                                   |     4 +-
 external/mpl/bind/dist/lib/dns/rdataslab.c                                                      |     8 +-
 external/mpl/bind/dist/lib/dns/request.c                                                        |     6 +-
 external/mpl/bind/dist/lib/dns/resolver.c                                                       |   482 ++-
 external/mpl/bind/dist/lib/dns/result.c                                                         |     6 +-
 external/mpl/bind/dist/lib/dns/rootns.c                                                         |     6 +-
 external/mpl/bind/dist/lib/dns/rpz.c                                                            |    63 +-
 external/mpl/bind/dist/lib/dns/rriterator.c                                                     |     4 +-
 external/mpl/bind/dist/lib/dns/rrl.c                                                            |   107 +-
 external/mpl/bind/dist/lib/dns/sdb.c                                                            |     9 +-
 external/mpl/bind/dist/lib/dns/sdlz.c                                                           |    13 +-
 external/mpl/bind/dist/lib/dns/soa.c                                                            |    11 +-
 external/mpl/bind/dist/lib/dns/ssu.c                                                            |    14 +-
 external/mpl/bind/dist/lib/dns/ssu_external.c                                                   |     4 +-
 external/mpl/bind/dist/lib/dns/stats.c                                                          |    74 +-
 external/mpl/bind/dist/lib/dns/tcpmsg.c                                                         |     6 +-
 external/mpl/bind/dist/lib/dns/tests/Kyuafile                                                   |    11 +
 external/mpl/bind/dist/lib/dns/tests/Makefile.in                                                |     6 +-
 external/mpl/bind/dist/lib/dns/tests/acl_test.c                                                 |     4 +-
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample-d.+008+53461.key                      |     5 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample-d.+008+53461.private                  |    13 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample-e.+008+53973.key                      |     5 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample-e.+008+53973.private                  |    13 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample-n.+008+37464.key                      |     5 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample-n.+008+37464.private                  |    13 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample-p.+008+53461.key                      |     5 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample-p.+008+53461.private                  |    13 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample-private.+002+65316.key                |     1 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample-private.+002+65316.private            |     9 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample-q.+008+53461.key                      |     5 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample-q.+008+53461.private                  |    13 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample.+002+65316.key                        |     1 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample.+002+65316.private                    |     9 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample.+008+53461.key                        |     5 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample.+008+53461.private                    |    13 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample.+013+19786.key                        |     5 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample.+013+19786.private                    |     6 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample.+015+63663.key                        |     5 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample.+015+63663.private                    |     6 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample2.+002+19823.key                       |     1 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample2.+002+19823.private                   |     9 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample2.+008+37993.key                       |     5 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample2.+008+37993.private                   |    13 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample2.+013+16384.key                       |     5 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample2.+013+16384.private                   |     6 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample2.+015+37529.key                       |     5 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample2.+015+37529.private                   |     6 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample3.+002+17187.key                       |     1 +
 external/mpl/bind/dist/lib/dns/tests/comparekeys/Kexample3.+002+17187.private                   |     9 +
 external/mpl/bind/dist/lib/dns/tests/db_test.c                                                  |     4 +-
 external/mpl/bind/dist/lib/dns/tests/dbdiff_test.c                                              |     4 +-
 external/mpl/bind/dist/lib/dns/tests/dbiterator_test.c                                          |     4 +-
 external/mpl/bind/dist/lib/dns/tests/dbversion_test.c                                           |     4 +-
 external/mpl/bind/dist/lib/dns/tests/dh_test.c                                                  |     4 +-
 external/mpl/bind/dist/lib/dns/tests/dispatch_test.c                                            |     6 +-
 external/mpl/bind/dist/lib/dns/tests/dnstap_test.c                                              |     4 +-
 external/mpl/bind/dist/lib/dns/tests/dnstest.c                                                  |     7 +-
 external/mpl/bind/dist/lib/dns/tests/dnstest.h                                                  |     4 +-
 external/mpl/bind/dist/lib/dns/tests/dst_test.c                                                 |   198 +-
 external/mpl/bind/dist/lib/dns/tests/geoip_test.c                                               |     7 +-
 external/mpl/bind/dist/lib/dns/tests/keytable_test.c                                            |     4 +-
 external/mpl/bind/dist/lib/dns/tests/master_test.c                                              |     4 +-
 external/mpl/bind/dist/lib/dns/tests/mkraw.pl                                                   |     6 +-
 external/mpl/bind/dist/lib/dns/tests/name_test.c                                                |     4 +-
 external/mpl/bind/dist/lib/dns/tests/nsec3_test.c                                               |     4 +-
 external/mpl/bind/dist/lib/dns/tests/nsec3param_test.c                                          |     4 +-
 external/mpl/bind/dist/lib/dns/tests/peer_test.c                                                |     4 +-
 external/mpl/bind/dist/lib/dns/tests/private_test.c                                             |    16 +-
 external/mpl/bind/dist/lib/dns/tests/rbt_serialize_test.c                                       |     6 +-
 external/mpl/bind/dist/lib/dns/tests/rbt_test.c                                                 |     4 +-
 external/mpl/bind/dist/lib/dns/tests/rbtdb_test.c                                               |     4 +-
 external/mpl/bind/dist/lib/dns/tests/rdata_test.c                                               |   400 +++-
 external/mpl/bind/dist/lib/dns/tests/rdataset_test.c                                            |     4 +-
 external/mpl/bind/dist/lib/dns/tests/rdatasetstats_test.c                                       |     4 +-
 external/mpl/bind/dist/lib/dns/tests/resolver_test.c                                            |     4 +-
 external/mpl/bind/dist/lib/dns/tests/result_test.c                                              |     6 +-
 external/mpl/bind/dist/lib/dns/tests/rsa_test.c                                                 |     4 +-
 external/mpl/bind/dist/lib/dns/tests/sigs_test.c                                                |     4 +-
 external/mpl/bind/dist/lib/dns/tests/testdata/db/data.db                                        |     6 +-
 external/mpl/bind/dist/lib/dns/tests/testdata/dbiterator/zone1.data                             |     2 +-
 external/mpl/bind/dist/lib/dns/tests/testdata/diff/zone1.data                                   |     2 +-
 external/mpl/bind/dist/lib/dns/tests/testdata/diff/zone2.data                                   |     2 +-
 external/mpl/bind/dist/lib/dns/tests/testdata/diff/zone3.data                                   |     2 +-
 external/mpl/bind/dist/lib/dns/tests/testdata/nsec3/1024.db                                     |     6 +-
 external/mpl/bind/dist/lib/dns/tests/testdata/nsec3/2048.db                                     |     6 +-
 external/mpl/bind/dist/lib/dns/tests/testdata/nsec3/4096.db                                     |     6 +-
 external/mpl/bind/dist/lib/dns/tests/testdata/nsec3/min-1024.db                                 |     6 +-
 external/mpl/bind/dist/lib/dns/tests/testdata/nsec3/min-2048.db                                 |     6 +-
 external/mpl/bind/dist/lib/dns/tests/testdata/zt/zone1.db                                       |     6 +-
 external/mpl/bind/dist/lib/dns/tests/time_test.c                                                |     4 +-
 external/mpl/bind/dist/lib/dns/tests/tsig_test.c                                                |     4 +-
 external/mpl/bind/dist/lib/dns/tests/update_test.c                                              |     4 +-
 external/mpl/bind/dist/lib/dns/tests/zonemgr_test.c                                             |     4 +-
 external/mpl/bind/dist/lib/dns/tests/zt_test.c                                                  |     4 +-
 external/mpl/bind/dist/lib/dns/time.c                                                           |     4 +-
 external/mpl/bind/dist/lib/dns/timer.c                                                          |     4 +-
 external/mpl/bind/dist/lib/dns/tkey.c                                                           |    19 +-
 external/mpl/bind/dist/lib/dns/tsec.c                                                           |    13 +-
 external/mpl/bind/dist/lib/dns/tsig.c                                                           |    16 +-
 external/mpl/bind/dist/lib/dns/tsig_p.h                                                         |     4 +-
 external/mpl/bind/dist/lib/dns/ttl.c                                                            |     4 +-
 external/mpl/bind/dist/lib/dns/update.c                                                         |    39 +-
 external/mpl/bind/dist/lib/dns/validator.c                                                      |    23 +-
 external/mpl/bind/dist/lib/dns/version.c                                                        |     6 +-
 external/mpl/bind/dist/lib/dns/view.c                                                           |     8 +-
 external/mpl/bind/dist/lib/dns/win32/DLLMain.c                                                  |     6 +-
 external/mpl/bind/dist/lib/dns/win32/libdns.def.in                                              |     7 +
 external/mpl/bind/dist/lib/dns/win32/version.c                                                  |     6 +-
 external/mpl/bind/dist/lib/dns/xfrin.c                                                          |    12 +-
 external/mpl/bind/dist/lib/dns/zone.c                                                           |   416 ++-
 external/mpl/bind/dist/lib/dns/zone_p.h                                                         |     4 +-
 external/mpl/bind/dist/lib/dns/zonekey.c                                                        |     4 +-
 external/mpl/bind/dist/lib/dns/zoneverify.c                                                     |   219 +-
 external/mpl/bind/dist/lib/dns/zt.c                                                             |    32 +-
 external/mpl/bind/dist/lib/irs/Kyuafile                                                         |    11 +
 external/mpl/bind/dist/lib/irs/Makefile.in                                                      |     6 +-
 external/mpl/bind/dist/lib/irs/context.c                                                        |     6 +-
 external/mpl/bind/dist/lib/irs/dnsconf.c                                                        |     6 +-
 external/mpl/bind/dist/lib/irs/gai_strerror.c                                                   |     6 +-
 external/mpl/bind/dist/lib/irs/getaddrinfo.c                                                    |     6 +-
 external/mpl/bind/dist/lib/irs/getnameinfo.c                                                    |     9 +-
 external/mpl/bind/dist/lib/irs/include/Makefile.in                                              |     6 +-
 external/mpl/bind/dist/lib/irs/include/irs/Makefile.in                                          |     6 +-
 external/mpl/bind/dist/lib/irs/include/irs/context.h                                            |     6 +-
 external/mpl/bind/dist/lib/irs/include/irs/dnsconf.h                                            |     8 +-
 external/mpl/bind/dist/lib/irs/include/irs/netdb.h.in                                           |     4 +-
 external/mpl/bind/dist/lib/irs/include/irs/platform.h.in                                        |     4 +-
 external/mpl/bind/dist/lib/irs/include/irs/resconf.h                                            |     4 +-
 external/mpl/bind/dist/lib/irs/include/irs/types.h                                              |     6 +-
 external/mpl/bind/dist/lib/irs/include/irs/version.h                                            |     6 +-
 external/mpl/bind/dist/lib/irs/resconf.c                                                        |     4 +-
 external/mpl/bind/dist/lib/irs/tests/Kyuafile                                                   |    11 +
 external/mpl/bind/dist/lib/irs/tests/Makefile.in                                                |     6 +-
 external/mpl/bind/dist/lib/irs/tests/resconf_test.c                                             |     4 +-
 external/mpl/bind/dist/lib/irs/tests/testdata/domain.conf                                       |     2 +
 external/mpl/bind/dist/lib/irs/tests/testdata/nameserver-v4.conf                                |     2 +
 external/mpl/bind/dist/lib/irs/tests/testdata/nameserver-v6-scoped.conf                         |     2 +
 external/mpl/bind/dist/lib/irs/tests/testdata/nameserver-v6.conf                                |     2 +
 external/mpl/bind/dist/lib/irs/tests/testdata/options-bad-ndots.conf                            |     2 +
 external/mpl/bind/dist/lib/irs/tests/testdata/options-debug.conf                                |     2 +
 external/mpl/bind/dist/lib/irs/tests/testdata/options-empty.conf                                |     2 +
 external/mpl/bind/dist/lib/irs/tests/testdata/options-ndots.conf                                |     2 +
 external/mpl/bind/dist/lib/irs/tests/testdata/options-timeout.conf                              |     2 +
 external/mpl/bind/dist/lib/irs/tests/testdata/options-unknown.conf                              |     2 +
 external/mpl/bind/dist/lib/irs/tests/testdata/options.conf                                      |     2 +
 external/mpl/bind/dist/lib/irs/tests/testdata/port.conf                                         |     2 +
 external/mpl/bind/dist/lib/irs/tests/testdata/resolv.conf                                       |     2 +
 external/mpl/bind/dist/lib/irs/tests/testdata/search.conf                                       |     2 +
 external/mpl/bind/dist/lib/irs/tests/testdata/sortlist-v4.conf                                  |     2 +
 external/mpl/bind/dist/lib/irs/tests/testdata/timeout.conf                                      |     2 +
 external/mpl/bind/dist/lib/irs/tests/testdata/unknown.conf                                      |     2 +
 external/mpl/bind/dist/lib/irs/version.c                                                        |     6 +-
 external/mpl/bind/dist/lib/irs/win32/DLLMain.c                                                  |     6 +-
 external/mpl/bind/dist/lib/irs/win32/Makefile.in                                                |     6 +-
 external/mpl/bind/dist/lib/irs/win32/include/Makefile.in                                        |     6 +-
 external/mpl/bind/dist/lib/irs/win32/include/irs/Makefile.in                                    |     6 +-
 external/mpl/bind/dist/lib/irs/win32/include/irs/netdb.h                                        |     8 +-
 external/mpl/bind/dist/lib/irs/win32/resconf.c                                                  |     6 +-
 external/mpl/bind/dist/lib/irs/win32/version.c                                                  |     6 +-
 external/mpl/bind/dist/lib/isc/Kyuafile                                                         |    11 +
 external/mpl/bind/dist/lib/isc/Makefile.in                                                      |    15 +-
 external/mpl/bind/dist/lib/isc/aes.c                                                            |    22 +-
 external/mpl/bind/dist/lib/isc/app.c                                                            |     9 +-
 external/mpl/bind/dist/lib/isc/assertions.c                                                     |     5 +-
 external/mpl/bind/dist/lib/isc/astack.c                                                         |     4 +-
 external/mpl/bind/dist/lib/isc/backtrace-emptytbl.c                                             |     6 +-
 external/mpl/bind/dist/lib/isc/backtrace.c                                                      |     4 +-
 external/mpl/bind/dist/lib/isc/base32.c                                                         |    10 +-
 external/mpl/bind/dist/lib/isc/base64.c                                                         |    10 +-
 external/mpl/bind/dist/lib/isc/bind9.c                                                          |     4 +-
 external/mpl/bind/dist/lib/isc/buffer.c                                                         |     4 +-
 external/mpl/bind/dist/lib/isc/bufferlist.c                                                     |     6 +-
 external/mpl/bind/dist/lib/isc/commandline.c                                                    |    15 +-
 external/mpl/bind/dist/lib/isc/counter.c                                                        |     4 +-
 external/mpl/bind/dist/lib/isc/crc64.c                                                          |     4 +-
 external/mpl/bind/dist/lib/isc/entropy.c                                                        |     4 +-
 external/mpl/bind/dist/lib/isc/entropy_private.h                                                |     4 +-
 external/mpl/bind/dist/lib/isc/error.c                                                          |     4 +-
 external/mpl/bind/dist/lib/isc/event.c                                                          |     4 +-
 external/mpl/bind/dist/lib/isc/fsaccess.c                                                       |     4 +-
 external/mpl/bind/dist/lib/isc/hash.c                                                           |     4 +-
 external/mpl/bind/dist/lib/isc/heap.c                                                           |    20 +-
 external/mpl/bind/dist/lib/isc/hex.c                                                            |    10 +-
 external/mpl/bind/dist/lib/isc/hmac.c                                                           |     4 +-
 external/mpl/bind/dist/lib/isc/ht.c                                                             |    11 +-
 external/mpl/bind/dist/lib/isc/httpd.c                                                          |    12 +-
 external/mpl/bind/dist/lib/isc/include/Makefile.in                                              |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/Makefile.in                                          |    10 +-
 external/mpl/bind/dist/lib/isc/include/isc/aes.h                                                |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/app.h                                                |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/assertions.h                                         |     9 +-
 external/mpl/bind/dist/lib/isc/include/isc/astack.h                                             |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/atomic.h                                             |     8 +-
 external/mpl/bind/dist/lib/isc/include/isc/backtrace.h                                          |     6 +-
 external/mpl/bind/dist/lib/isc/include/isc/barrier.h                                            |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/base32.h                                             |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/base64.h                                             |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/bind9.h                                              |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/buffer.h                                             |     8 +-
 external/mpl/bind/dist/lib/isc/include/isc/bufferlist.h                                         |     6 +-
 external/mpl/bind/dist/lib/isc/include/isc/cmocka.h                                             |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/commandline.h                                        |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/counter.h                                            |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/crc64.h                                              |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/deprecated.h                                         |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/endian.h                                             |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/errno.h                                              |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/error.h                                              |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/event.h                                              |    12 +-
 external/mpl/bind/dist/lib/isc/include/isc/eventclass.h                                         |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/file.h                                               |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/formatcheck.h                                        |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/fsaccess.h                                           |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/fuzz.h                                               |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/hash.h                                               |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/heap.h                                               |    12 +-
 external/mpl/bind/dist/lib/isc/include/isc/hex.h                                                |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/hmac.h                                               |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/ht.h                                                 |    17 +-
 external/mpl/bind/dist/lib/isc/include/isc/httpd.h                                              |    10 +-
 external/mpl/bind/dist/lib/isc/include/isc/interfaceiter.h                                      |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/iterated_hash.h                                      |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/lang.h                                               |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/lex.h                                                |    36 +-
 external/mpl/bind/dist/lib/isc/include/isc/lfsr.h                                               |     8 +-
 external/mpl/bind/dist/lib/isc/include/isc/lib.h                                                |    17 +-
 external/mpl/bind/dist/lib/isc/include/isc/likely.h                                             |     6 +-
 external/mpl/bind/dist/lib/isc/include/isc/list.h                                               |    21 +-
 external/mpl/bind/dist/lib/isc/include/isc/log.h                                                |    12 +-
 external/mpl/bind/dist/lib/isc/include/isc/magic.h                                              |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/managers.h                                           |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/md.h                                                 |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/mem.h                                                |    49 +-
 external/mpl/bind/dist/lib/isc/include/isc/meminfo.h                                            |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/mutexblock.h                                         |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/netaddr.h                                            |     8 +-
 external/mpl/bind/dist/lib/isc/include/isc/netmgr.h                                             |    67 +-
 external/mpl/bind/dist/lib/isc/include/isc/netscope.h                                           |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/nonce.h                                              |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/os.h                                                 |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/parseint.h                                           |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/platform.h.in                                        |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/pool.h                                               |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/portset.h                                            |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/print.h                                              |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/quota.h                                              |     6 +-
 external/mpl/bind/dist/lib/isc/include/isc/radix.h                                              |    18 +-
 external/mpl/bind/dist/lib/isc/include/isc/random.h                                             |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/ratelimiter.h                                        |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/refcount.h                                           |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/regex.h                                              |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/region.h                                             |    10 +-
 external/mpl/bind/dist/lib/isc/include/isc/resource.h                                           |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/result.h                                             |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/resultclass.h                                        |     6 +-
 external/mpl/bind/dist/lib/isc/include/isc/rwlock.h                                             |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/safe.h                                               |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/serial.h                                             |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/siphash.h                                            |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/sockaddr.h                                           |     8 +-
 external/mpl/bind/dist/lib/isc/include/isc/socket.h                                             |    10 +-
 external/mpl/bind/dist/lib/isc/include/isc/stats.h                                              |    15 +-
 external/mpl/bind/dist/lib/isc/include/isc/stdio.h                                              |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/strerr.h                                             |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/string.h                                             |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/symtab.h                                             |     8 +-
 external/mpl/bind/dist/lib/isc/include/isc/task.h                                               |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/taskpool.h                                           |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/timer.h                                              |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/tm.h                                                 |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/types.h                                              |    12 +-
 external/mpl/bind/dist/lib/isc/include/isc/url.h                                                |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/utf8.h                                               |     4 +-
 external/mpl/bind/dist/lib/isc/include/isc/util.h                                               |    48 +-
 external/mpl/bind/dist/lib/isc/include/isc/version.h                                            |     6 +-
 external/mpl/bind/dist/lib/isc/include/pk11/Makefile.in                                         |     6 +-
 external/mpl/bind/dist/lib/isc/include/pk11/constants.h                                         |     6 +-
 external/mpl/bind/dist/lib/isc/include/pk11/internal.h                                          |     6 +-
 external/mpl/bind/dist/lib/isc/include/pk11/pk11.h                                              |    10 +-
 external/mpl/bind/dist/lib/isc/include/pk11/result.h                                            |     6 +-
 external/mpl/bind/dist/lib/isc/include/pk11/site.h                                              |     6 +-
 external/mpl/bind/dist/lib/isc/include/pkcs11/Makefile.in                                       |     6 +-
 external/mpl/bind/dist/lib/isc/include/pkcs11/pkcs11.h                                          |    64 +-
 external/mpl/bind/dist/lib/isc/iterated_hash.c                                                  |     4 +-
 external/mpl/bind/dist/lib/isc/lex.c                                                            |    70 +-
 external/mpl/bind/dist/lib/isc/lfsr.c                                                           |    10 +-
 external/mpl/bind/dist/lib/isc/lib.c                                                            |    21 +-
 external/mpl/bind/dist/lib/isc/lib_p.h                                                          |     4 +-
 external/mpl/bind/dist/lib/isc/log.c                                                            |     9 +-
 external/mpl/bind/dist/lib/isc/managers.c                                                       |    11 +-
 external/mpl/bind/dist/lib/isc/md.c                                                             |     4 +-
 external/mpl/bind/dist/lib/isc/mem.c                                                            |   259 +-
 external/mpl/bind/dist/lib/isc/mem_p.h                                                          |     4 +-
 external/mpl/bind/dist/lib/isc/mutexblock.c                                                     |     4 +-
 external/mpl/bind/dist/lib/isc/netaddr.c                                                        |     7 +-
 external/mpl/bind/dist/lib/isc/netmgr/Makefile.in                                               |     6 +-
 external/mpl/bind/dist/lib/isc/netmgr/netmgr-int.h                                              |   183 +-
 external/mpl/bind/dist/lib/isc/netmgr/netmgr.c                                                  |   795 +++--
 external/mpl/bind/dist/lib/isc/netmgr/tcp.c                                                     |   204 +-
 external/mpl/bind/dist/lib/isc/netmgr/tcpdns.c                                                  |   224 +-
 external/mpl/bind/dist/lib/isc/netmgr/udp.c                                                     |   158 +-
 external/mpl/bind/dist/lib/isc/netmgr/uv-compat.c                                               |    22 +-
 external/mpl/bind/dist/lib/isc/netmgr/uv-compat.h                                               |    30 +-
 external/mpl/bind/dist/lib/isc/netmgr/uverr2result.c                                            |     6 +-
 external/mpl/bind/dist/lib/isc/netmgr_p.h                                                       |     4 +-
 external/mpl/bind/dist/lib/isc/netscope.c                                                       |     4 +-
 external/mpl/bind/dist/lib/isc/nonce.c                                                          |     4 +-
 external/mpl/bind/dist/lib/isc/openssl_shim.c                                                   |    11 +-
 external/mpl/bind/dist/lib/isc/openssl_shim.h                                                   |     9 +-
 external/mpl/bind/dist/lib/isc/parseint.c                                                       |     4 +-
 external/mpl/bind/dist/lib/isc/pk11.c                                                           |     6 +-
 external/mpl/bind/dist/lib/isc/pk11_result.c                                                    |     6 +-
 external/mpl/bind/dist/lib/isc/pool.c                                                           |     4 +-
 external/mpl/bind/dist/lib/isc/portset.c                                                        |    10 +-
 external/mpl/bind/dist/lib/isc/pthreads/Makefile.in                                             |     4 +-
 external/mpl/bind/dist/lib/isc/pthreads/condition.c                                             |     4 +-
 external/mpl/bind/dist/lib/isc/pthreads/include/Makefile.in                                     |     6 +-
 external/mpl/bind/dist/lib/isc/pthreads/include/isc/Makefile.in                                 |     6 +-
 external/mpl/bind/dist/lib/isc/pthreads/include/isc/condition.h                                 |     4 +-
 external/mpl/bind/dist/lib/isc/pthreads/include/isc/mutex.h                                     |     6 +-
 external/mpl/bind/dist/lib/isc/pthreads/include/isc/once.h                                      |     4 +-
 external/mpl/bind/dist/lib/isc/pthreads/include/isc/thread.h                                    |    14 +-
 external/mpl/bind/dist/lib/isc/pthreads/mutex.c                                                 |     6 +-
 external/mpl/bind/dist/lib/isc/pthreads/thread.c                                                |   109 +-
 external/mpl/bind/dist/lib/isc/quota.c                                                          |     4 +-
 external/mpl/bind/dist/lib/isc/radix.c                                                          |     4 +-
 external/mpl/bind/dist/lib/isc/random.c                                                         |     4 +-
 external/mpl/bind/dist/lib/isc/ratelimiter.c                                                    |     6 +-
 external/mpl/bind/dist/lib/isc/regex.c                                                          |     4 +-
 external/mpl/bind/dist/lib/isc/region.c                                                         |     4 +-
 external/mpl/bind/dist/lib/isc/result.c                                                         |     4 +-
 external/mpl/bind/dist/lib/isc/rwlock.c                                                         |    12 +-
 external/mpl/bind/dist/lib/isc/safe.c                                                           |     4 +-
 external/mpl/bind/dist/lib/isc/serial.c                                                         |     4 +-
 external/mpl/bind/dist/lib/isc/siphash.c                                                        |    30 +-
 external/mpl/bind/dist/lib/isc/sockaddr.c                                                       |    10 +-
 external/mpl/bind/dist/lib/isc/stats.c                                                          |    36 +-
 external/mpl/bind/dist/lib/isc/string.c                                                         |     4 +-
 external/mpl/bind/dist/lib/isc/symtab.c                                                         |     6 +-
 external/mpl/bind/dist/lib/isc/task.c                                                           |    97 +-
 external/mpl/bind/dist/lib/isc/task_p.h                                                         |     4 +-
 external/mpl/bind/dist/lib/isc/taskpool.c                                                       |     4 +-
 external/mpl/bind/dist/lib/isc/tests/Kyuafile                                                   |    11 +
 external/mpl/bind/dist/lib/isc/tests/Makefile.in                                                |    18 +-
 external/mpl/bind/dist/lib/isc/tests/aes_test.c                                                 |     4 +-
 external/mpl/bind/dist/lib/isc/tests/buffer_test.c                                              |     4 +-
 external/mpl/bind/dist/lib/isc/tests/counter_test.c                                             |     4 +-
 external/mpl/bind/dist/lib/isc/tests/crc64_test.c                                               |     4 +-
 external/mpl/bind/dist/lib/isc/tests/errno_test.c                                               |     4 +-
 external/mpl/bind/dist/lib/isc/tests/file_test.c                                                |     4 +-
 external/mpl/bind/dist/lib/isc/tests/hash_test.c                                                |     4 +-
 external/mpl/bind/dist/lib/isc/tests/heap_test.c                                                |     9 +-
 external/mpl/bind/dist/lib/isc/tests/hmac_test.c                                                |     4 +-
 external/mpl/bind/dist/lib/isc/tests/ht_test.c                                                  |    13 +-
 external/mpl/bind/dist/lib/isc/tests/isctest.c                                                  |     4 +-
 external/mpl/bind/dist/lib/isc/tests/isctest.h                                                  |     4 +-
 external/mpl/bind/dist/lib/isc/tests/lex_test.c                                                 |   298 ++-
 external/mpl/bind/dist/lib/isc/tests/md_test.c                                                  |     4 +-
 external/mpl/bind/dist/lib/isc/tests/mem_test.c                                                 |    70 +-
 external/mpl/bind/dist/lib/isc/tests/netaddr_test.c                                             |     4 +-
 external/mpl/bind/dist/lib/isc/tests/netmgr_test.c                                              |    43 +-
 external/mpl/bind/dist/lib/isc/tests/parse_test.c                                               |     4 +-
 external/mpl/bind/dist/lib/isc/tests/pool_test.c                                                |     4 +-
 external/mpl/bind/dist/lib/isc/tests/quota_test.c                                               |     8 +-
 external/mpl/bind/dist/lib/isc/tests/radix_test.c                                               |     4 +-
 external/mpl/bind/dist/lib/isc/tests/random_test.c                                              |     4 +-
 external/mpl/bind/dist/lib/isc/tests/regex_test.c                                               |     4 +-
 external/mpl/bind/dist/lib/isc/tests/result_test.c                                              |     4 +-
 external/mpl/bind/dist/lib/isc/tests/safe_test.c                                                |     4 +-
 external/mpl/bind/dist/lib/isc/tests/siphash_test.c                                             |     4 +-
 external/mpl/bind/dist/lib/isc/tests/sockaddr_test.c                                            |     4 +-
 external/mpl/bind/dist/lib/isc/tests/socket_test.c                                              |     6 +-
 external/mpl/bind/dist/lib/isc/tests/stats_test.c                                               |   143 +
 external/mpl/bind/dist/lib/isc/tests/symtab_test.c                                              |     4 +-
 external/mpl/bind/dist/lib/isc/tests/task_test.c                                                |     4 +-
 external/mpl/bind/dist/lib/isc/tests/taskpool_test.c                                            |     4 +-
 external/mpl/bind/dist/lib/isc/tests/time_test.c                                                |   111 +-
 external/mpl/bind/dist/lib/isc/tests/timer_test.c                                               |     9 +-
 external/mpl/bind/dist/lib/isc/tests/uv_wrap.h                                                  |    40 +-
 external/mpl/bind/dist/lib/isc/timer.c                                                          |    25 +-
 external/mpl/bind/dist/lib/isc/timer_p.h                                                        |     4 +-
 external/mpl/bind/dist/lib/isc/tls.c                                                            |    14 +-
 external/mpl/bind/dist/lib/isc/tls_p.h                                                          |     4 +-
 external/mpl/bind/dist/lib/isc/tm.c                                                             |     8 +-
 external/mpl/bind/dist/lib/isc/trampoline.c                                                     |   118 +-
 external/mpl/bind/dist/lib/isc/trampoline_p.h                                                   |    15 +-
 external/mpl/bind/dist/lib/isc/unix/Makefile.in                                                 |     6 +-
 external/mpl/bind/dist/lib/isc/unix/dir.c                                                       |     4 +-
 external/mpl/bind/dist/lib/isc/unix/errno.c                                                     |     4 +-
 external/mpl/bind/dist/lib/isc/unix/errno2result.c                                              |     4 +-
 external/mpl/bind/dist/lib/isc/unix/errno2result.h                                              |     4 +-
 external/mpl/bind/dist/lib/isc/unix/file.c                                                      |     4 +-
 external/mpl/bind/dist/lib/isc/unix/fsaccess.c                                                  |     6 +-
 external/mpl/bind/dist/lib/isc/unix/ifiter_getifaddrs.c                                         |     6 +-
 external/mpl/bind/dist/lib/isc/unix/include/Makefile.in                                         |     6 +-
 external/mpl/bind/dist/lib/isc/unix/include/isc/Makefile.in                                     |     6 +-
 external/mpl/bind/dist/lib/isc/unix/include/isc/align.h                                         |     4 +-
 external/mpl/bind/dist/lib/isc/unix/include/isc/dir.h                                           |     6 +-
 external/mpl/bind/dist/lib/isc/unix/include/isc/net.h                                           |     4 +-
 external/mpl/bind/dist/lib/isc/unix/include/isc/netdb.h                                         |     4 +-
 external/mpl/bind/dist/lib/isc/unix/include/isc/offset.h                                        |     4 +-
 external/mpl/bind/dist/lib/isc/unix/include/isc/stat.h                                          |     4 +-
 external/mpl/bind/dist/lib/isc/unix/include/isc/stdatomic.h                                     |     6 +-
 external/mpl/bind/dist/lib/isc/unix/include/isc/stdtime.h                                       |     4 +-
 external/mpl/bind/dist/lib/isc/unix/include/isc/syslog.h                                        |     4 +-
 external/mpl/bind/dist/lib/isc/unix/include/isc/time.h                                          |     4 +-
 external/mpl/bind/dist/lib/isc/unix/interfaceiter.c                                             |     7 +-
 external/mpl/bind/dist/lib/isc/unix/meminfo.c                                                   |     4 +-
 external/mpl/bind/dist/lib/isc/unix/net.c                                                       |    11 +-
 external/mpl/bind/dist/lib/isc/unix/os.c                                                        |     6 +-
 external/mpl/bind/dist/lib/isc/unix/pk11_api.c                                                  |     6 +-
 external/mpl/bind/dist/lib/isc/unix/resource.c                                                  |     4 +-
 external/mpl/bind/dist/lib/isc/unix/socket.c                                                    |    40 +-
 external/mpl/bind/dist/lib/isc/unix/socket_p.h                                                  |     6 +-
 external/mpl/bind/dist/lib/isc/unix/stdio.c                                                     |     4 +-
 external/mpl/bind/dist/lib/isc/unix/stdtime.c                                                   |     4 +-
 external/mpl/bind/dist/lib/isc/unix/syslog.c                                                    |     4 +-
 external/mpl/bind/dist/lib/isc/unix/time.c                                                      |    74 +-
 external/mpl/bind/dist/lib/isc/url.c                                                            |    17 +-
 external/mpl/bind/dist/lib/isc/utf8.c                                                           |     4 +-
 external/mpl/bind/dist/lib/isc/version.c                                                        |     6 +-
 external/mpl/bind/dist/lib/isc/win32/DLLMain.c                                                  |     6 +-
 external/mpl/bind/dist/lib/isc/win32/Makefile.in                                                |     6 +-
 external/mpl/bind/dist/lib/isc/win32/condition.c                                                |     6 +-
 external/mpl/bind/dist/lib/isc/win32/dir.c                                                      |     8 +-
 external/mpl/bind/dist/lib/isc/win32/errno.c                                                    |     6 +-
 external/mpl/bind/dist/lib/isc/win32/errno2result.c                                             |     6 +-
 external/mpl/bind/dist/lib/isc/win32/errno2result.h                                             |     6 +-
 external/mpl/bind/dist/lib/isc/win32/file.c                                                     |     6 +-
 external/mpl/bind/dist/lib/isc/win32/fsaccess.c                                                 |     6 +-
 external/mpl/bind/dist/lib/isc/win32/include/Makefile.in                                        |     4 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/Makefile.in                                    |     4 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/align.h                                        |     6 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/bind_registry.h                                |     6 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/bindevt.h                                      |     6 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/condition.h                                    |     6 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/dir.h                                          |     6 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/ipv6.h                                         |     6 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/mutex.h                                        |     6 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/net.h                                          |     6 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/netdb.h                                        |     6 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/ntgroups.h                                     |     4 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/ntpaths.h                                      |     6 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/offset.h                                       |     6 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/once.h                                         |     6 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/platform.h.in                                  |     6 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/stat.h                                         |     6 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/stdatomic.h                                    |    45 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/stdtime.h                                      |     6 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/syslog.h                                       |     6 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/thread.h                                       |     8 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/time.h                                         |     6 +-
 external/mpl/bind/dist/lib/isc/win32/include/isc/win32os.h                                      |     6 +-
 external/mpl/bind/dist/lib/isc/win32/interfaceiter.c                                            |    12 +-
 external/mpl/bind/dist/lib/isc/win32/ipv6.c                                                     |     6 +-
 external/mpl/bind/dist/lib/isc/win32/libgen.h                                                   |     6 +-
 external/mpl/bind/dist/lib/isc/win32/libisc.def.in                                              |    33 +-
 external/mpl/bind/dist/lib/isc/win32/libisc.vcxproj.filters.in                                  |    12 -
 external/mpl/bind/dist/lib/isc/win32/libisc.vcxproj.in                                          |     4 -
 external/mpl/bind/dist/lib/isc/win32/meminfo.c                                                  |     6 +-
 external/mpl/bind/dist/lib/isc/win32/net.c                                                      |     6 +-
 external/mpl/bind/dist/lib/isc/win32/netdb.h                                                    |     6 +-
 external/mpl/bind/dist/lib/isc/win32/ntgroups.c                                                 |     6 +-
 external/mpl/bind/dist/lib/isc/win32/ntpaths.c                                                  |     6 +-
 external/mpl/bind/dist/lib/isc/win32/once.c                                                     |     6 +-
 external/mpl/bind/dist/lib/isc/win32/os.c                                                       |     6 +-
 external/mpl/bind/dist/lib/isc/win32/pk11_api.c                                                 |     6 +-
 external/mpl/bind/dist/lib/isc/win32/resource.c                                                 |     6 +-
 external/mpl/bind/dist/lib/isc/win32/socket.c                                                   |    11 +-
 external/mpl/bind/dist/lib/isc/win32/stdio.c                                                    |     6 +-
 external/mpl/bind/dist/lib/isc/win32/stdtime.c                                                  |     6 +-
 external/mpl/bind/dist/lib/isc/win32/syslog.c                                                   |     6 +-
 external/mpl/bind/dist/lib/isc/win32/syslog.h                                                   |     6 +-
 external/mpl/bind/dist/lib/isc/win32/thread.c                                                   |     6 +-
 external/mpl/bind/dist/lib/isc/win32/time.c                                                     |     6 +-
 external/mpl/bind/dist/lib/isc/win32/unistd.h                                                   |     6 +-
 external/mpl/bind/dist/lib/isc/win32/version.c                                                  |     6 +-
 external/mpl/bind/dist/lib/isc/win32/win32os.c                                                  |     6 +-
 external/mpl/bind/dist/lib/isc/xoshiro128starstar.c                                             |    12 +-
 external/mpl/bind/dist/lib/isccc/Kyuafile                                                       |    11 +
 external/mpl/bind/dist/lib/isccc/Makefile.in                                                    |     6 +-
 external/mpl/bind/dist/lib/isccc/alist.c                                                        |    12 +-
 external/mpl/bind/dist/lib/isccc/base64.c                                                       |    12 +-
 external/mpl/bind/dist/lib/isccc/cc.c                                                           |    12 +-
 external/mpl/bind/dist/lib/isccc/ccmsg.c                                                        |    12 +-
 external/mpl/bind/dist/lib/isccc/include/Makefile.in                                            |     6 +-
 external/mpl/bind/dist/lib/isccc/include/isccc/Makefile.in                                      |     6 +-
 external/mpl/bind/dist/lib/isccc/include/isccc/alist.h                                          |    12 +-
 external/mpl/bind/dist/lib/isccc/include/isccc/base64.h                                         |    12 +-
 external/mpl/bind/dist/lib/isccc/include/isccc/cc.h                                             |    12 +-
 external/mpl/bind/dist/lib/isccc/include/isccc/ccmsg.h                                          |    20 +-
 external/mpl/bind/dist/lib/isccc/include/isccc/events.h                                         |    12 +-
 external/mpl/bind/dist/lib/isccc/include/isccc/result.h                                         |    23 +-
 external/mpl/bind/dist/lib/isccc/include/isccc/sexpr.h                                          |    14 +-
 external/mpl/bind/dist/lib/isccc/include/isccc/symtab.h                                         |    18 +-
 external/mpl/bind/dist/lib/isccc/include/isccc/symtype.h                                        |    12 +-
 external/mpl/bind/dist/lib/isccc/include/isccc/types.h                                          |    10 +-
 external/mpl/bind/dist/lib/isccc/include/isccc/util.h                                           |    14 +-
 external/mpl/bind/dist/lib/isccc/include/isccc/version.h                                        |     6 +-
 external/mpl/bind/dist/lib/isccc/result.c                                                       |    23 +-
 external/mpl/bind/dist/lib/isccc/sexpr.c                                                        |    15 +-
 external/mpl/bind/dist/lib/isccc/symtab.c                                                       |    16 +-
 external/mpl/bind/dist/lib/isccc/tests/Kyuafile                                                 |    11 +
 external/mpl/bind/dist/lib/isccc/tests/Makefile.in                                              |     6 +-
 external/mpl/bind/dist/lib/isccc/tests/result_test.c                                            |     6 +-
 external/mpl/bind/dist/lib/isccc/version.c                                                      |     6 +-
 external/mpl/bind/dist/lib/isccc/win32/DLLMain.c                                                |     6 +-
 external/mpl/bind/dist/lib/isccc/win32/version.c                                                |     6 +-
 external/mpl/bind/dist/lib/isccfg/Kyuafile                                                      |    11 +
 external/mpl/bind/dist/lib/isccfg/Makefile.in                                                   |     6 +-
 external/mpl/bind/dist/lib/isccfg/aclconf.c                                                     |    11 +-
 external/mpl/bind/dist/lib/isccfg/dnsconf.c                                                     |     4 +-
 external/mpl/bind/dist/lib/isccfg/include/Makefile.in                                           |     6 +-
 external/mpl/bind/dist/lib/isccfg/include/isccfg/Makefile.in                                    |     6 +-
 external/mpl/bind/dist/lib/isccfg/include/isccfg/aclconf.h                                      |     4 +-
 external/mpl/bind/dist/lib/isccfg/include/isccfg/cfg.h                                          |    12 +-
 external/mpl/bind/dist/lib/isccfg/include/isccfg/dnsconf.h                                      |     6 +-
 external/mpl/bind/dist/lib/isccfg/include/isccfg/grammar.h                                      |    40 +-
 external/mpl/bind/dist/lib/isccfg/include/isccfg/kaspconf.h                                     |     4 +-
 external/mpl/bind/dist/lib/isccfg/include/isccfg/log.h                                          |     4 +-
 external/mpl/bind/dist/lib/isccfg/include/isccfg/namedconf.h                                    |     4 +-
 external/mpl/bind/dist/lib/isccfg/include/isccfg/version.h                                      |     6 +-
 external/mpl/bind/dist/lib/isccfg/kaspconf.c                                                    |    44 +-
 external/mpl/bind/dist/lib/isccfg/log.c                                                         |     4 +-
 external/mpl/bind/dist/lib/isccfg/namedconf.c                                                   |   199 +-
 external/mpl/bind/dist/lib/isccfg/parser.c                                                      |    79 +-
 external/mpl/bind/dist/lib/isccfg/tests/Kyuafile                                                |    11 +
 external/mpl/bind/dist/lib/isccfg/tests/Makefile.in                                             |     6 +-
 external/mpl/bind/dist/lib/isccfg/tests/duration_test.c                                         |     4 +-
 external/mpl/bind/dist/lib/isccfg/tests/parser_test.c                                           |     4 +-
 external/mpl/bind/dist/lib/isccfg/version.c                                                     |     6 +-
 external/mpl/bind/dist/lib/isccfg/win32/DLLMain.c                                               |     6 +-
 external/mpl/bind/dist/lib/isccfg/win32/version.c                                               |     6 +-
 external/mpl/bind/dist/lib/ns/Kyuafile                                                          |    11 +
 external/mpl/bind/dist/lib/ns/Makefile.in                                                       |     6 +-
 external/mpl/bind/dist/lib/ns/client.c                                                          |    74 +-
 external/mpl/bind/dist/lib/ns/hooks.c                                                           |     9 +-
 external/mpl/bind/dist/lib/ns/include/Makefile.in                                               |     6 +-
 external/mpl/bind/dist/lib/ns/include/ns/Makefile.in                                            |     6 +-
 external/mpl/bind/dist/lib/ns/include/ns/client.h                                               |    45 +-
 external/mpl/bind/dist/lib/ns/include/ns/hooks.h                                                |     8 +-
 external/mpl/bind/dist/lib/ns/include/ns/interfacemgr.h                                         |    22 +-
 external/mpl/bind/dist/lib/ns/include/ns/lib.h                                                  |     4 +-
 external/mpl/bind/dist/lib/ns/include/ns/listenlist.h                                           |     4 +-
 external/mpl/bind/dist/lib/ns/include/ns/log.h                                                  |     6 +-
 external/mpl/bind/dist/lib/ns/include/ns/notify.h                                               |     4 +-
 external/mpl/bind/dist/lib/ns/include/ns/query.h                                                |    57 +-
 external/mpl/bind/dist/lib/ns/include/ns/server.h                                               |    14 +-
 external/mpl/bind/dist/lib/ns/include/ns/sortlist.h                                             |     8 +-
 external/mpl/bind/dist/lib/ns/include/ns/stats.h                                                |     4 +-
 external/mpl/bind/dist/lib/ns/include/ns/types.h                                                |     4 +-
 external/mpl/bind/dist/lib/ns/include/ns/update.h                                               |     4 +-
 external/mpl/bind/dist/lib/ns/include/ns/version.h                                              |     6 +-
 external/mpl/bind/dist/lib/ns/include/ns/xfrout.h                                               |     4 +-
 external/mpl/bind/dist/lib/ns/interfacemgr.c                                                    |   139 +-
 external/mpl/bind/dist/lib/ns/lib.c                                                             |     6 +-
 external/mpl/bind/dist/lib/ns/listenlist.c                                                      |     4 +-
 external/mpl/bind/dist/lib/ns/log.c                                                             |     4 +-
 external/mpl/bind/dist/lib/ns/notify.c                                                          |     8 +-
 external/mpl/bind/dist/lib/ns/query.c                                                           |   468 +-
 external/mpl/bind/dist/lib/ns/server.c                                                          |     4 +-
 external/mpl/bind/dist/lib/ns/sortlist.c                                                        |     4 +-
 external/mpl/bind/dist/lib/ns/stats.c                                                           |     4 +-
 external/mpl/bind/dist/lib/ns/tests/Kyuafile                                                    |    11 +
 external/mpl/bind/dist/lib/ns/tests/Makefile.in                                                 |     6 +-
 external/mpl/bind/dist/lib/ns/tests/listenlist_test.c                                           |     4 +-
 external/mpl/bind/dist/lib/ns/tests/notify_test.c                                               |     4 +-
 external/mpl/bind/dist/lib/ns/tests/nstest.c                                                    |    28 +-
 external/mpl/bind/dist/lib/ns/tests/nstest.h                                                    |     4 +-
 external/mpl/bind/dist/lib/ns/tests/plugin_test.c                                               |     4 +-
 external/mpl/bind/dist/lib/ns/tests/query_test.c                                                |     7 +-
 external/mpl/bind/dist/lib/ns/tests/testdata/notify/zone1.db                                    |     6 +-
 external/mpl/bind/dist/lib/ns/tests/testdata/query/foo.db                                       |     6 +-
 external/mpl/bind/dist/lib/ns/update.c                                                          |    27 +-
 external/mpl/bind/dist/lib/ns/version.c                                                         |     6 +-
 external/mpl/bind/dist/lib/ns/win32/DLLMain.c                                                   |     6 +-
 external/mpl/bind/dist/lib/ns/win32/libns.def                                                   |     1 -
 external/mpl/bind/dist/lib/ns/win32/version.c                                                   |     6 +-
 external/mpl/bind/dist/lib/ns/xfrout.c                                                          |   133 +-
 external/mpl/bind/dist/lib/win32/bindevt/bindevt.c                                              |     6 +-
 external/mpl/bind/dist/lib/win32/bindevt/bindevt.mc                                             |     2 +
 external/mpl/bind/dist/m4/ax_check_compile_flag.m4                                              |     2 +
 external/mpl/bind/dist/m4/ax_check_link_flag.m4                                                 |     2 +
 external/mpl/bind/dist/m4/ax_check_openssl.m4                                                   |     2 +
 external/mpl/bind/dist/m4/ax_check_preproc_flag.m4                                              |     2 +
 external/mpl/bind/dist/m4/ax_gcc_func_attribute.m4                                              |     2 +
 external/mpl/bind/dist/m4/ax_posix_shell.m4                                                     |    11 +
 external/mpl/bind/dist/m4/ax_pthread.m4                                                         |     2 +
 external/mpl/bind/dist/m4/ax_restore_flags.m4                                                   |     2 +
 external/mpl/bind/dist/m4/ax_save_flags.m4                                                      |     2 +
 external/mpl/bind/dist/m4/compat.m4                                                             |     4 +
 external/mpl/bind/dist/make/Makefile.in                                                         |     6 +-
 external/mpl/bind/dist/make/includes.in                                                         |     4 +-
 external/mpl/bind/dist/make/mkdep.in                                                            |    59 +-
 external/mpl/bind/dist/make/rules.in                                                            |     4 +-
 external/mpl/bind/dist/srcid                                                                    |     2 +-
 external/mpl/bind/dist/unit/gdb                                                                 |    11 +
 external/mpl/bind/dist/unit/unittest.sh.in                                                      |    11 +
 external/mpl/bind/dist/util/bindkeys.pl                                                         |    22 +-
 external/mpl/bind/dist/util/check-make-install.in                                               |     2 +
 external/mpl/bind/dist/util/mksymtbl.pl                                                         |     6 +-
 external/mpl/bind/dist/version                                                                  |     2 +-
 external/mpl/bind/dist/win32utils/Configure                                                     |     2 +
 external/mpl/bind/dist/win32utils/build.txt                                                     |    13 +
 external/mpl/bind/dist/win32utils/readme1st.txt                                                 |    13 +
 3666 files changed, 39270 insertions(+), 19334 deletions(-)

diffs (truncated from 128190 to 300 lines):

diff -r bc93b0900f20 -r 9428e2395b18 external/mpl/bind/dist/CHANGES
--- a/external/mpl/bind/dist/CHANGES    Sun Apr 03 01:08:35 2022 +0000
+++ b/external/mpl/bind/dist/CHANGES    Fri Sep 23 12:09:06 2022 +0000
@@ -1,3 +1,439 @@
+       --- 9.16.33 released ---
+
+5962.  [security]      Fix memory leak in EdDSA verify processing.
+                       (CVE-2022-38178) [GL #3487]
+
+5961.  [security]      Fix memory leak in ECDSA verify processing.
+                       (CVE-2022-38177) [GL #3487]
+
+5960.  [security]      Fix serve-stale crash that could happen when
+                       stale-answer-client-timeout was set to 0 and there was
+                       a stale CNAME in the cache for an incoming query.
+                       (CVE-2022-3080) [GL #3517]
+
+5957.  [security]      Prevent excessive resource use while processing large
+                       delegations. (CVE-2022-2795) [GL #3394]
+
+5956.  [func]          Make RRL code treat all QNAMEs that are subject to
+                       wildcard processing within a given zone as the same
+                       name. [GL #3459]
+
+5955.  [port]          The libxml2 library has deprecated the usage of
+                       xmlInitThreads() and xmlCleanupThreads() functions. Use
+                       xmlInitParser() and xmlCleanupParser() instead.
+                       [GL #3518]
+
+5954.  [func]          Fallback to IDNA2003 processing in dig when IDNA2008
+                       conversion fails. [GL #3485]
+
+5953.  [bug]           Fix a crash on shutdown in delete_trace_entry(). Add
+                       mctx attach/detach pair to make sure that the memory
+                       context used by a memory pool is not destroyed before
+                       the memory pool itself. [GL #3515]
+
+5952.  [bug]           Use quotes around address strings in YAML output.
+                       [GL #3511]
+
+5951.  [bug]           In some cases, the dnstap query_message field was
+                       erroneously set when logging response messages.
+                       [GL #3501]
+
+5948.  [bug]           Fix nsec3.c:dns_nsec3_activex() function, add a missing
+                       dns_db_detachnode() call. [GL #3500]
+
+5945.  [bug]           If parsing /etc/bind.key failed, delv could assert
+                       when trying to parse the built in trust anchors as
+                       the parser hadn't been reset. [GL !6468]
+
+5942.  [bug]           Fix tkey.c:buildquery() function's error handling by
+                       adding the missing cleanup code. [GL #3492]
+
+5941.  [func]          Zones with dnssec-policy now require dynamic DNS or
+                       inline-siging to be configured explicitly. [GL #3381]
+
+5936.  [bug]           Don't enable serve-stale for lookups that error because
+                       it is a duplicate query or a query that would be
+                       dropped. [GL #2982]
+
+       --- 9.16.32 released ---
+
+5934.  [func]          Improve fetches-per-zone fetch limit logging to log
+                       the final allowed and spilled values of the fetch
+                       counters before the counter object gets destroyed.
+                       [GL #3461]
+
+5933.  [port]          Automatically disable RSASHA1 and NSEC3RSASHA1 in
+                       named on Fedorda 33, Oracle Linux 9 and RHEL9 when
+                       they are disabled by the security policy. [GL #3469]
+
+5932.  [bug]           Fix rndc dumpdb -expired and always include expired
+                       RRsets, not just for RBTDB_VIRTUAL time window.
+                       [GL #3462]
+
+5929.  [bug]           The "max-zone-ttl" option in "dnssec-policy" was
+                       not fully effective; it was used for timing key
+                       rollovers but did not actually place an upper limit
+                       on TTLs when loading a zone. This has been
+                       corrected, and the documentation has been clarified
+                       to indicate that the old "max-zone-ttl" zone option
+                       is now ignored when "dnssec-policy" is in use.
+                       [GL #2918]
+
+5924.  [func]          When it's necessary to use AXFR to respond to an
+                       IXFR request, a message explaining the reason
+                       is now logged at level info. [GL #2683]
+
+5923.  [bug]           Fix inheritance for dnssec-policy when checking for
+                       inline-signing. [GL #3438]
+
+5922.  [bug]           Forwarding of UPDATE message could fail with the
+                       introduction of netmgr. This has been fixed. [GL #3389]
+
+       --- 9.16.31 released ---
+
+5917.  [bug]           Update ifconfig.sh script as is miscomputed interface
+                       identifiers when destroying interfaces. [GL #3061]
+
+5915.  [bug]           Detect missing closing brace (}) and computational
+                       overflows in $GENERATE directives. [GL #3429]
+
+5913.  [bug]           Fix a race between resolver query timeout and
+                       validation in resolver.c:validated(). Remove
+                       resolver.c:maybe_destroy() as it is no loger needed.
+                       [GL #3398]
+
+5909.  [bug]           The server-side destination port was missing from dnstap
+                       captures of client traffic. [GL #3309]
+
+5905.  [bug]           When the TCP connection would be closed/reset between
+                       the connect/accept and the read, the uv_read_start()
+                       return value would be unexpected and cause an assertion
+                       failure. [GL #3400]
+
+5903.  [bug]           When named checks that the OPCODE in a response matches
+                       that of the request, if there is a mismatch named logs
+                       an error.  Some of those error messages incorrectly
+                       used RCODE instead of OPCODE to lookup the nemonic.
+                       This has been corrected. [GL !6420]
+
+       --- 9.16.30 released ---
+
+5899.  [func]          Don't try to process DNSSEC-related and ZONEMD records
+                       in catz. [GL #3380]
+
+5890.  [bug]           When the fetches-per-server quota was adjusted
+                       because of an authoritative server timing out more
+                       or less frequently, it was incorrectly set to 1
+                       rather than the intended value.  This has been
+                       fixed. [GL #3327]
+
+5888.  [bug]           Only write key files if the dnssec-policy keymgr has
+                       changed the metadata. [GL #3302]
+
+5823.  [func]          Replace hazard pointers based lock-free list with
+                       locked-list based queue that's simpler and has no or
+                       little performance impact. [GL #3180]
+
+       --- 9.16.29 released ---
+
+5885.  [bug]           RPZ NSIP and NSDNAME rule processing didn't handle stub
+                       and static-stub zones at or above the query name.  This
+                       has now been addressed. [GL #3232]
+
+5881.  [bug]           dig +nssearch could hang in rare cases when recv_done()
+                       callback was being called earlier than send_done().
+                       [GL #3278]
+
+5880.  [func]          Add new named command-line option -C to print built-in
+                       defaults. [GL #1326]
+
+5879.  [contrib]       dlz: Add FALLTHROUGH and UNREACHABLE macros. [GL #3306]
+
+5874.  [bug]           keymgr didn't work with python 3.11. [GL !6157]
+
+5866.  [bug]           Work around a jemalloc quirk which could trigger an
+                       out-of-memory condition in named over time. [GL #3287]
+
+5863.  [bug]           If there was a pending negative cache DS entry,
+                       validations depending upon it could fail. [GL #3279]
+
+5858.  [bug]           Don't remove CDS/CDNSKEY DELETE records on zone sign
+                       when using 'auto-dnssec maintain;'. [GL #2931]
+
+       --- 9.16.28 released ---
+
+5856.  [bug]           The "starting maxtime timer" message related to outgoing
+                       zone transfers was incorrectly logged at the ERROR level
+                       instead of DEBUG(1). [GL #3208]
+
+5852.  [func]          Add new "reuseport" option to enable/disable load
+                       balancing of sockets. [GL #3249]
+
+5843.  [bug]           When an UPDATE targets a zone that is not configured,
+                       the requested zone name is now logged in the "not
+                       authoritative" error message, so that it is easier to
+                       track down problematic update clients. [GL #3209]
+
+5836.  [bug]           Quote the dns64 prefix in error messages that complain
+                       about problems with it, to avoid confusion with the
+                       following dns64 ACLs. [GL #3210]
+
+5834.  [cleanup]       C99 variable-length arrays are difficult to use safely,
+                       so avoid them except in test code. [GL #3201]
+
+5828.  [bug]           Replace single TCP write timer with per-TCP write
+                       timers. [GL #3200]
+
+5824.  [bug]           Invalid dnssec-policy definitions were being accepted
+                       where the defined keys did not cover both KSK and ZSK
+                       roles for a given algorithm.  This is now checked for
+                       and the dnssec-policy is rejected if both roles are
+                       not present for all algorithms in use. [GL #3142]
+
+       --- 9.16.27 released ---
+
+5818.  [security]      A synchronous call to closehandle_cb() caused
+                       isc__nm_process_sock_buffer() to be called recursively,
+                       which in turn left TCP connections hanging in the
+                       CLOSE_WAIT state blocking indefinitely when
+                       out-of-order processing was disabled. (CVE-2022-0396)
+                       [GL #3112]
+
+5817.  [security]      The rules for acceptance of records into the cache
+                       have been tightened to prevent the possibility of
+                       poisoning if forwarders send records outside
+                       the configured bailiwick. (CVE-2021-25220) [GL #2950]
+
+5816.  [bug]           Make BIND compile with LibreSSL 3.5.0, as it was using
+                       not very accurate pre-processor checks for using shims.
+                       [GL #3172]
+
+5815.  [bug]           If an oversized key name of a specific length was used
+                       in the text form of an HTTP or SVBC record, an INSIST
+                       could be triggered when parsing it. [GL #3175]
+
+5814.  [bug]           The RecursClients statistics counter could underflow
+                       in certain resolution scenarios. [GL #3147]
+
+5811.  [bug]           Reimplement the maximum and idle timeouts for outgoing
+                       zone transfers. [GL #1897]
+
+5807.  [bug]           Add a TCP "write" timer, and time out writing
+                       connections after the "tcp-idle-timeout" period
+                       has elapsed. [GL #3132]
+
+5804.  [func]          Add a debug log message when starting and ending
+                       the task exclusive mode. [GL #3137]
+
+       --- 9.16.26 released ---
+
+5801.  [bug]           Log "quota reached" message when hard quota
+                       is reached when accepting a connection. [GL #3125]
+
+5800.  [func]          Add ECS support to the DLZ interface. [GL #3082]
+
+5797.  [bug]           A failed view configuration during a named
+                       reconfiguration procedure could cause inconsistencies
+                       in BIND internal structures, causing a crash or other
+                       unexpected errors. [GL #3060]
+
+5795.  [bug]           rndc could crash when interrupted by a signal
+                       before receiving a response. [GL #3080]
+
+5793.  [bug]           Correctly detect and enable UDP recvmmsg support
+                       in all versions of libuv that support it. [GL #3095]
+
+       --- 9.16.25 released ---
+
+5789.  [bug]           Allow replacing expired zone signatures with
+                       signatures created by the KSK. [GL #3049]
+
+5788.  [bug]           An assertion could occur if a catalog zone event was
+                       scheduled while the task manager was being shut
+                       down. [GL #3074]
+
+5787.  [doc]           Update 'auto-dnssec' documentation, it may only be
+                       activated at zone level. [GL #3023]
+
+5786.  [bug]           Defer detaching from zone->raw in zone_shutdown() if
+                       the zone is in the process of being dumped to disk, to
+                       ensure that the unsigned serial number information is
+                       always written in the raw-format header of the signed
+                       version on an inline-signed zone. [GL #3071]
+
+5785.  [bug]           named could leak memory when two dnssec-policy clauses
+                       had the same name. named failed to log this error.
+                       [GL #3085]
+
+5776.  [bug]           Add a missing isc_condition_destroy() for nmsocket
+                       condition variable and add missing isc_mutex_destroy()
+                       for nmworker lock. [GL #3051]
+
+5676.  [func]          Memory use in named was excessive. This has been
+                       addressed by:
+                       - Replacing locked memory pools with normal memory
+                         allocations.
+                       - Reducing the number of retained free items in
+                         unlocked memory pools.
+                       - Disabling the internal allocator by default.
+                         "named -M internal" turns it back on.
+                       [GL #2398]
+
+       --- 9.16.24 released ---
+
+5773.  [func]          Change the message when accepting TCP connection has
+                       failed to say "Accepting TCP connection failed" and
+                       change the log level for ISC_R_NOTCONNECTED, ISC_R_QUOTA
+                       and ISC_R_SOFTQUOTA results codes from ERROR to INFO.
+                       [GL #2700]
+
+5768.  [bug]           dnssec-dsfromkey failed to omit revoked keys. [GL #853]
+
+5764.  [bug]           dns_sdlz_putrr failed to process some valid resource
+                       records. [GL #3021]
+
+5762.  [bug]           Fix a "named" crash related to removing and restoring a
+                       `catalog-zone` entry in the configuration file and



Home | Main Index | Thread Index | Old Index