Skip to content
Snippets Groups Projects

refactoring: RR ranks and AD flag

Merged Ondřej Surý requested to merge ad-refactor into master
  1. Apr 24, 2017
  2. Apr 13, 2017
  3. Apr 10, 2017
    • Vladimír Čunát's avatar
      resolve: fix AD flag for negative answers · aeecc780
      Vladimír Čunát authored
      This part of code still deserves better review.
      It's a bit surprising that our current tests didn't discover it.
      
      We incorrectly answered with AD in some cases, e.g. ntp.pool.org AAAA.
      aeecc780
    • Vladimír Čunát's avatar
      3246c4ba
    • Vladimír Čunát's avatar
      iterator: improve get_initial_rank · 0e2c20dd
      Vladimír Čunát authored
      If a server puts NS into the authority section that refers to itself,
      accept it as autoritative and validate it (if applicable).  This fixes
      the val_nsec3_cnametocnamewctoposwc test, as unvalidated NS in the
      final answer would prevent adding the AD flag.  The iter_pcname test is
      broken by this, but the team's consensus is to prefer this solution.
      
      Nitpicks: cleaner style in the function, and don't force inlining anymore.
      (It's no longer a trivial function and compilers should be good at
      determining whether to inline static functions or not.)
      0e2c20dd
    • Vladimír Čunát's avatar
      rrcache: put more info into --verbose messages · c1bc70b4
      Vladimír Čunát authored
      Especially when stashing into the cache, it was unclear which RRset
      was being referred to.  Let's add type and owner name.
      c1bc70b4
  4. Apr 07, 2017
  5. Apr 06, 2017
  6. Apr 05, 2017
  7. Apr 04, 2017
  8. Apr 03, 2017
  9. Mar 31, 2017
  10. Mar 29, 2017
  11. Mar 27, 2017
Loading