Skip to content
Snippets Groups Projects
  1. Sep 21, 2015
  2. Sep 19, 2015
  3. Sep 15, 2015
  4. Aug 04, 2015
    • Marek Vavruša's avatar
      lib/zonecut: filter private addresses from internet · c2035b1f
      Marek Vavruša authored
      zonecut should be able to hold these for testing reasons (like private
      root or zone cut), but it should filter out data from the internet
      a new flag: QUERY_ALLOW_LOCAL allows for being more permissive, and
      letting name server query local or private address ranges
      c2035b1f
  5. Aug 03, 2015
  6. Jul 30, 2015
  7. Jul 14, 2015
  8. Jul 08, 2015
  9. Jun 29, 2015
  10. Jun 28, 2015
  11. Jun 27, 2015
  12. Jun 24, 2015
  13. Jun 16, 2015
  14. Jun 15, 2015
  15. Jun 10, 2015
  16. Jun 09, 2015
  17. Jun 07, 2015
  18. Jun 05, 2015
  19. Jun 04, 2015
  20. Jun 03, 2015
  21. Jun 02, 2015
  22. May 29, 2015
  23. May 28, 2015
  24. May 19, 2015
  25. May 13, 2015
  26. May 10, 2015
  27. May 06, 2015
  28. May 03, 2015
    • Marek Vavruša's avatar
      lib/resolve: produce() layers can generate answer, not just query · 5e79d7d6
      Marek Vavruša authored
      previously producers in overlay could only generate query or
      update the final answer - this required exported callbacks
      from iterate.c and specific processing. this wouldn’t work
      for negative cache, as it would be required to reimplement
      whole iterate layer for cached data
      
      the new workflow allows produce layers to generate answer
      instead, this answer is then consumed in the next step
      by the iterate module in unified fashion for all caches/generators
      5e79d7d6
    • Marek Vavruša's avatar
      lib/iterate: accept other in-bailiwick data to answer · 70a2a046
      Marek Vavruša authored
      this fixes stripped DNSSEC records in final answer
      70a2a046