Skip to content
Snippets Groups Projects
  1. Dec 11, 2018
  2. Nov 26, 2018
  3. Nov 12, 2018
  4. 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
  5. Aug 17, 2018
  6. Aug 14, 2018
  7. Jun 26, 2018
  8. May 31, 2018
  9. May 11, 2018
  10. May 09, 2018
  11. Apr 23, 2018
  12. Apr 12, 2018
  13. Mar 28, 2018
  14. Feb 15, 2018
  15. Jan 31, 2018
  16. Jan 24, 2018
  17. Jan 23, 2018
  18. Jan 08, 2018
  19. Jan 04, 2018
  20. Dec 21, 2017
    • Marek Vavruša's avatar
      lib/resolve: add support for per-request logging · 0a04428e
      Marek Vavruša authored
      This is useful in many troubleshooting scenarios when you want debug logs
      just for a single request. It's going to expand on TRACE flag functionality
      in the next PRs, so that special requests can be invoked with various tracers attached.
      
      Currently this is only available in the C modules that can set the callback,
      it's not called anywhere in the library yet.
      0a04428e
  21. Dec 08, 2017
  22. Dec 07, 2017
  23. Nov 28, 2017
  24. Nov 24, 2017
    • Marek Vavruša's avatar
      daemon/lua: fixed unused variables, whitespace, cleanup · 3162da83
      Marek Vavruša authored
      Also fixed improper promotion of `ffi` to global variable.
      
      ```
      $ luacheck --codes daemon/lua/
      Checking daemon/lua/config.lua                    OK
      Checking daemon/lua/kres-gen.lua                  OK
      Checking daemon/lua/kres.lua                      OK
      Checking daemon/lua/sandbox.lua                   OK
      Checking daemon/lua/trust_anchors.lua             OK
      Checking daemon/lua/zonefile.lua                  OK
      
      Total: 0 warnings / 0 errors in 6 files
      ```
      3162da83
  25. Aug 01, 2017