- 10 Jun, 2019 5 commits
-
-
Witold Krecicki authored
util/git-replay-merge.sh: make the tool compatible with git worktrees See merge request !1985
-
Witold Krecicki authored
-
Evan Hunt authored
this change silences a warning message and prevents the unwanted use of smart quotes when using pandoc 2.7.1 to generate human-readable versions of README and other markdown files.
-
- 07 Jun, 2019 2 commits
-
-
- 06 Jun, 2019 2 commits
-
-
Mark Andrews authored
capture named-checkconf output See merge request !2014
-
Mark Andrews authored
-
- 05 Jun, 2019 22 commits
-
-
Mark Andrews authored
add missing word 'includes' See merge request !2011
-
Mark Andrews authored
-
-
-
-
Evan Hunt authored
-
Evan Hunt authored
- change references to trusted-keys to dnssec-keys with static-key - rebuild doc/misc/options and other generated grammar doc - add a "see MANAGED-KEYS" note when building named.conf.docbook
-
Evan Hunt authored
-
Evan Hunt authored
- keyfile_to_trusted_keys -> keyfile_to_static_keys - keyfile_to_managed_keys -> keyfile_to_initial_keys
-
Evan Hunt authored
- managed-keys is now deprecated as well as trusted-keys, though it continues to work as a synonym for dnssec-keys - references to managed-keys have been updated throughout the code. - tests have been updated to use dnssec-keys format - also the trusted-keys entries have been removed from the generated bind.keys.h file and are no longer generated by bindkeys.pl.
-
Evan Hunt authored
- this allows the use of both trusted-keys and managed-keys in files loaded by libirs, but managed-keys are always treated as static.
-
Evan Hunt authored
- any use of trusted or static keys for the root zone will now elicit a warning, regardless of what the keys may be - ditto for any use of a key for dlv.isc.org, static or managed
-
Evan Hunt authored
-
Evan Hunt authored
- trusted-keys is now flagged as deprecated, but still works - managed-keys can be used to configure permanent trust anchors by using the "static-key" keyword in place of "initial-key" - parser now uses an enum for static-key and initial-key keywords
-
Mark Andrews authored
Remove `cleaning-interval` remnants. See merge request !1731
-
Since 2008, the cleaning-interval timer has been documented as "effectively obsolete" and disabled in the default configuration with a comment saying "now meaningless". This change deletes all the code that implements the cleaning-interval timer, except for the config parser in whcih it is now explicitly marked as obsolete. I have verified (using the deletelru and deletettl cache stats) that named still cleans the cache after this change.
-
Mark Andrews authored
Resolve "Also log the TSIG name when sending notify" Closes #1058 See merge request !1963
-
Mark Andrews authored
-
Mark Andrews authored
-
Mark Andrews authored
-
- 04 Jun, 2019 9 commits
-
-
Mark Andrews authored
Check all RSA algorithms for weak keys. Closes #884 See merge request !1535
-
Mark Andrews authored
-
Mark Andrews authored
Resolve "MacPorts uses /opt/local as its OpenSSL location" Closes #1066 See merge request !2005
-
Mark Andrews authored
-
Mark Andrews authored
Resolve "@PKCS11_TEST@ is not being expanded" Closes #1063 See merge request !2000
-
Mark Andrews authored
-
Mark Andrews authored
Resolve "remove dead stores" Closes #1017 See merge request !1926
-
Mark Andrews authored
-
Mark Andrews authored
teach clang analyser that _assert_int_equal and _assert_int_not_equal don't return on failure See merge request !1807
-