Skip to content
Snippets Groups Projects
  1. Nov 12, 2018
  2. 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
  3. Aug 17, 2018
  4. Aug 14, 2018
  5. Jun 26, 2018
  6. May 31, 2018
  7. May 11, 2018
  8. May 09, 2018
  9. Apr 23, 2018
  10. Apr 12, 2018
  11. Mar 28, 2018
  12. Feb 15, 2018
  13. Jan 31, 2018
  14. Jan 24, 2018
  15. Jan 23, 2018
  16. Jan 08, 2018
  17. Jan 04, 2018
  18. 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
  19. Dec 08, 2017
  20. Dec 07, 2017
  21. Nov 28, 2017
  22. 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
  23. Aug 01, 2017
  24. Jul 11, 2017
    • Vladimír Čunát's avatar
      policy: follow RFC6303 more closely · bd3ba69b
      Vladimír Čunát authored
      In particular, try to make the locally-served zones valid,
      including SOA and NS in apex, empty non-terminal vs. NXDOMAIN, etc.
      I might've missed something, but it should certainly be closer to ideal.
      bd3ba69b
  25. Jul 07, 2017