Skip to content
Snippets Groups Projects
  1. 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
  2. Aug 03, 2015
  3. Jul 30, 2015
  4. Jul 14, 2015
  5. Jul 08, 2015
  6. Jun 29, 2015
  7. Jun 28, 2015
  8. Jun 27, 2015
  9. Jun 24, 2015
  10. Jun 16, 2015
  11. Jun 15, 2015
  12. Jun 10, 2015
  13. Jun 09, 2015
  14. Jun 07, 2015
  15. Jun 05, 2015
  16. Jun 04, 2015
  17. Jun 03, 2015
  18. Jun 02, 2015
  19. May 29, 2015
  20. May 28, 2015
  21. May 19, 2015
  22. May 13, 2015
  23. May 10, 2015
  24. May 06, 2015
  25. May 03, 2015
  26. May 02, 2015
  27. Apr 28, 2015
    • Marek Vavruša's avatar
      contrib: created 'contrib' directory with ccan/isaac as csprng · dbca2316
      Marek Vavruša authored
      previously cryptolib random function was used to generate message id,
      this works well but it is slow especially when the entropy is low,
      replaced with cryptographically safe prng ISAAC
      
      the ccan directory is going to be used in the future, as it's include
      structure makes it easy to embed C snippets instead of reimplementing
      them
      dbca2316