Files
bind9/lib/dns
Michał Kępień 3a14450d39 Move verifyzone() and its dependencies into lib/dns/zoneverify.c
This commit only moves code around, with the following exceptions:

  - the check_dns_dbiterator_current() macro and functions
    is_delegation() and has_dname() were removed from
    bin/dnssec/dnssectool.{c,h} and duplicated in two locations:
    bin/dnssec/dnssec-signzone.c and lib/dns/zoneverify.c; these
    functions are used both by the code in bin/dnssec/dnssec-signzone.c
    and verifyzone(), but are not a good fit for being exported by a
    code module responsible for zone verification,

  - fatal() and check_result() were duplicated in lib/dns/zoneverify.c
    as static functions which do not use the "program" variable any more
    (as it is only set by the tools in bin/dnssec/); this is a temporary
    step which only aims to prevent compilation from breaking - these
    duplicate functions will be removed once lib/dns/zoneverify.c is
    refactored not to use them,

  - the list of header files included by lib/dns/zoneverify.c was
    expanded to encompass all header files that are actually used by the
    code in that file,

  - a description of the purpose of the commented out "fields" inside
    struct nsec3_chain_fixed was added.
2018-06-15 10:07:22 +02:00
..
2018-05-28 18:45:41 -04:00
2018-06-12 09:18:47 +02:00
2018-05-21 11:50:38 -07:00
2018-05-22 16:32:21 -07:00
2018-05-28 18:45:41 -04:00
2018-06-05 12:10:37 +10:00
2018-05-21 11:50:38 -07:00
2018-05-29 09:28:30 +10:00
2018-05-22 16:32:21 -07:00
2018-05-22 16:32:21 -07:00
2018-05-22 16:32:21 -07:00
2018-05-22 16:32:21 -07:00
2018-05-22 16:32:21 -07:00
2018-05-22 16:32:21 -07:00
2018-05-22 16:32:21 -07:00
2018-05-22 16:32:21 -07:00
2018-05-22 16:32:21 -07:00
2018-05-22 16:32:21 -07:00
2018-05-22 16:32:21 -07:00
2018-06-06 14:37:22 +02:00
2018-06-12 09:20:13 +02:00
2018-04-20 19:51:00 -04:00
2018-05-22 16:32:21 -07:00
2018-05-22 16:32:21 -07:00
2018-04-20 12:12:08 -07:00
2018-05-22 16:32:21 -07:00
2018-06-12 09:18:46 +02:00
2018-06-13 14:19:07 +02:00