Skip to content
Snippets Groups Projects
  1. Jul 02, 2015
  2. Jun 30, 2015
    • Marek Vavruša's avatar
      lib/validate: pseudocode of the validation flow · da79dc09
      Marek Vavruša authored
      1. validate module must be between iterate/cache
      2. produce: copy OPT with DO=1, ask for DNSKEY if we don’t have it
      3. resolve.c: subrequest DNSKEY if asked to do it
      4. consume: check DNSKEY and set it, validate RRSIGs against it
      
      another issues:
      
      rrsigcache is copypasta of rrcache, there is one special case with storing RRSIGs which doesn’t deserve it’s own module (if the validation is off, then nothing will get written in there anyway)
      
      since the resolution is asynchronous, layers must only *ask* resolver to do subrequests for them using query flags (like when we encounter an unknown zone cut)
      da79dc09
  3. Jun 29, 2015
  4. Jun 27, 2015
  5. Jun 24, 2015
  6. Jun 22, 2015
  7. Jun 13, 2015
  8. Jun 09, 2015
  9. Jun 07, 2015
  10. Jun 05, 2015
  11. Jun 04, 2015
  12. Jun 03, 2015
  13. Jun 02, 2015
  14. May 29, 2015
  15. May 28, 2015
    • Marek Vavruša's avatar
      lib/caches: lookup direct matches only · c493eea6
      Marek Vavruša authored
      since the zone cut is looked up after layers now, it
      is pointless to search for minimized names from cache,
      since this is the same operation as searching for a zone cut
      c493eea6
  16. May 27, 2015
  17. May 19, 2015
  18. May 13, 2015
  19. May 10, 2015
  20. May 06, 2015
  21. May 03, 2015
  22. May 02, 2015
  23. Apr 26, 2015
    • Marek Vavruša's avatar
      lib/rplan: removed long-lived wr transactions · eeca41a5
      Marek Vavruša authored
      the reason is that LMDB allows only 1 write transaction
      per thread, and this doesn’t work well with multiplexed
      requests. there is probably going to be some performance hit,
      but now transactions are scoped for each cache operation
      eeca41a5
  24. Apr 22, 2015
  25. Apr 19, 2015
  26. Apr 18, 2015
  27. Apr 10, 2015
  28. Mar 18, 2015
  29. Mar 12, 2015
  30. Mar 10, 2015