Skip to content
Snippets Groups Projects
  1. Jul 10, 2017
  2. Jun 27, 2017
  3. Jun 23, 2017
  4. Jun 21, 2017
  5. Jun 19, 2017
  6. Jun 16, 2017
  7. Jun 15, 2017
  8. Jun 14, 2017
  9. Jun 13, 2017
  10. Jun 12, 2017
  11. Jun 09, 2017
    • Vladimír Čunát's avatar
    • Vladimír Čunát's avatar
      validate: work around some SERVFAILs (iterating mode) · fe77cee9
      Vladimír Čunát authored
      - This affects the iterating mode only (except for a verbose message).
      - The problem was introduced when implementing forwarding in 651c5aad.
      - Example that was affected: *.org.ru.
      
      When the same server is authoritative for multiple consecutive zones,
      with a higher one being signed and a lower one being unsigned, we may
      get an unsigned answer even in case we *think* we're currently in a
      signed zone.
      
      In particular, DS (sub-)queries are important because of being used to
      prove the insecurity of zones - in that case the iterator can correctly
      determine the (unexpected) zone name from which the answer came, due to
      seeing the SOA record, but that is too late for zone_cut_check() to try
      getting a trust chain to it, so we need to YIELD for it to do it.
      fe77cee9
  12. Jun 08, 2017
  13. Jun 07, 2017
  14. Jun 05, 2017