- 28 May, 2018 6 commits
-
-
Mark Andrews authored
Resolve "New cppcheck-detected errors" See merge request !324
-
Mark Andrews authored
-
Mark Andrews authored
-
Evan Hunt authored
- use RADIX_V4 and RADIX_V6 instead of 0 and 1 as array indices - remove some unused macros
-
- 26 May, 2018 3 commits
-
-
Evan Hunt authored
-
Tony Finch authored
-
Evan Hunt authored
- added a 1-second floor to max-stale-ttl similar to stale-answer-ttl; if set to 0, it will be silently updated to 1. - fixed the ARM entry on max-stale-ttl, which incorrectly suggested that the default was 0 instead of 1 week. - clarified rndc serve-stale documentation.
-
- 25 May, 2018 11 commits
-
-
Evan Hunt authored
-
Evan Hunt authored
-
Evan Hunt authored
- this was a compile time option to disable the use of a hash table in the RBTDB. the code path without the hash table was buggy and untested, and unlikely to be needed by anyone anyway.
-
Evan Hunt authored
-
Evan Hunt authored
-
Evan Hunt authored
- mark the 'geoip-use-ecs' option obsolete; warn when it is used in named.conf - prohibit 'ecs' ACL tags in named.conf; note that this is a fatal error since simply ignoring the tags could make ACLs behave unpredictably - re-simplify the radix and iptable code - clean up dns_acl_match(), dns_aclelement_match(), dns_acl_allowed() and dns_geoip_match() so they no longer take ecs options - remove the ECS-specific unit and system test cases - remove references to ECS from the ARM
-
Mark Andrews authored
Resolve "Documentation error - missing "};"" Closes #290 See merge request !318
-
Mark Andrews authored
- 24 May, 2018 7 commits
-
-
Evan Hunt authored
-
Evan Hunt authored
-
Mark Andrews authored
-
Mark Andrews authored
- 23 May, 2018 6 commits
-
-
Evan Hunt authored
-
Evan Hunt authored
-
Mark Andrews authored
Resolve "Add "HOME.ARPA" to list of empty zones (RFC 8375)" Closes #273 See merge request !297
-
Mark Andrews authored
-
Mark Andrews authored
- 22 May, 2018 7 commits
-
-
Evan Hunt authored
-
Ondřej Surý authored
- Replace external -DOPENSSL/-DPKCS11CRYPTO with properly AC_DEFINEd HAVE_OPENSSL/HAVE_PKCS11 - Don't enforce the crypto provider from platform.h, just from dst_api.c and configure scripts
-
Ondřej Surý authored
Prevent false negatives in rootkeysentinel system test Closes #278 See merge request !301
-
Michał Kępień authored
-
Michał Kępień authored
-
Ondřej Surý authored
Remove "FATAL:" prefix and the newline from FATAL_ERROR call See merge request !307