Skip to content
Snippets Groups Projects
  1. Sep 07, 2020
  2. Aug 07, 2020
  3. Aug 05, 2020
    • Vladimír Čunát's avatar
      daemon/lua: get rid of __engine symbol in lua · b7629c55
      Vladimír Čunát authored
      In particular this gets rid of last light user data inside kresd.
      
      It was still causing problems on some systems, for example Debian Sid.
      The error was the same: "bad light userdata pointer" from luajit,
      but note that the problem can still be triggered by lua libraries,
      e.g. cqueues.
      Verified
      b7629c55
  4. May 13, 2020
  5. Mar 25, 2020
  6. Feb 25, 2020
  7. Jan 29, 2020
  8. Jan 17, 2020
  9. Dec 18, 2019
  10. Dec 04, 2019
    • Vladimír Čunát's avatar
      iterate: better efficiency on huge RRsets · edb8ffef
      Vladimír Čunát authored and Tomas Krizek's avatar Tomas Krizek committed
      - written relatively defensively - act OK even if the API
        isn't used in an ideal way
      - CI lint:scan-build: bump the error count;
        It's only another instance of the mis-detected array_push().
      - the removed stale note in modules/meson.build isn't really related
      Verified
      edb8ffef
  11. Nov 28, 2019
  12. Sep 20, 2019
  13. Jul 23, 2019
  14. Jul 10, 2019
  15. Jul 03, 2019
  16. Jun 13, 2019
  17. Apr 18, 2019
  18. Apr 11, 2019
  19. Mar 12, 2019
  20. Mar 08, 2019
  21. Mar 06, 2019
  22. Feb 25, 2019
  23. Jan 09, 2019
  24. Dec 11, 2018
  25. Nov 26, 2018
  26. Nov 12, 2018
  27. Oct 31, 2018
    • Vladimír Čunát's avatar
      kres.str2dname: perform lower-casing · 23d5b99d
      Vladimír Čunát authored and Petr Špaček's avatar Petr Špaček committed
      We use it as relatively high-level function, often on user-input names,
      so it seems suitable that it does convert the case.
      This fixes cache.clear('Example.Org.'), and probably also negative trust
      anchors and policy uses.
      23d5b99d
  28. Aug 17, 2018
  29. Aug 14, 2018