Skip to content
  • Michał Kępień's avatar
    Set DNS_JOURNALOPT_RESIGN when loading the secure journal for an inline-signed zone · 8db550c4
    Michał Kępień authored
    When an inline-signed zone is loaded, the master file for its signed
    version is loaded and then a rollforward of the journal for the signed
    version of the zone is performed.  If DNS_JOURNALOPT_RESIGN is not set
    during the latter phase, signatures loaded from the journal for the
    signed version of the zone will not be scheduled for refresh.  Fix the
    conditional expression determining which flags should be used for the
    dns_journal_rollforward() call so that DNS_JOURNALOPT_RESIGN is set when
    zone_postload() is called for the signed version of an inline-signed
    zone.
    
    Extend bin/tests/system/stop.pl so that it can use "rndc halt" instead
    of "rndc stop" as the former allows master file flushing upon shutdown
    to be suppressed.
    8db550c4