Skip to content
Snippets Groups Projects
  1. May 20, 2022
  2. May 18, 2022
  3. May 13, 2022
  4. May 11, 2022
  5. May 04, 2022
  6. May 02, 2022
  7. Apr 11, 2022
  8. Apr 04, 2022
  9. Mar 21, 2022
  10. Mar 14, 2022
  11. Mar 01, 2022
  12. Feb 28, 2022
  13. Feb 22, 2022
  14. Feb 18, 2022
  15. Jan 31, 2022
  16. Jan 10, 2022
  17. Dec 22, 2021
  18. Dec 21, 2021
    • Tomas Krizek's avatar
      policy: log selected actions · 46158186
      Tomas Krizek authored
      The following actions will now be logged in debug level (or request
      tracing): ANSWER, DENY, DENY_MSG, DROP, REFUSE, TC
      
      This can be useful for RPZ and other policy debugging.
      
      Purposefully ommitted actions:
      PASS - since it's the same as normal processing
      REROUTE - the action itself comes from renumber module
      STUB,FORWARD,TLS_FORWARD - this could be more confusing than useful
        (e.g. when response comes from cache)
      Verified
      46158186
    • Tomas Krizek's avatar
      ede: mark every error with a unique tag · 4df10646
      Tomas Krizek authored
      To allow for easier debugging, each origin of an extended DNS error has
      a unique 4-byte identifier that is included in the extra_text message.
      
      The identifiers are random 4-letter base32 strings, generated with:
      base32 /dev/random | head -c 4
      Verified
      4df10646
    • Tomas Krizek's avatar
      lua: set_extended_error() func for kr_request · 4de5b1cc
      Tomas Krizek authored
      Add a utility function for simpler lua API when setting extended errors.
      Verified
      4de5b1cc