- 07 Feb, 2019 5 commits
-
-
Evan Hunt authored
-
Evan Hunt authored
-
Mark Andrews authored
-
Mark Andrews authored
Resolve "nslookup takes >2 argvs w/o errors, uses only 1st and last" Closes #207 See merge request !1382
-
Mark Andrews authored
-
- 06 Feb, 2019 32 commits
-
-
Evan Hunt authored
-
Tinderbox User authored
-
Tinderbox User authored
-
Michał Kępień authored
5156. [doc] Extended and refined the section of the ARM describing mirror zones. [GL #774]
-
Michał Kępień authored
Add a warning about potential performance implications of configuring a non-root zone as a mirror zone. Explain in more detail how each mirror zone version is validated and how validation failures are handled. Move the paragraphs describing how to set up IANA root zone mirroring higher up, so that they can be more easily found by the reader. Explicitly state that the "masters" option needs to be present for any mirror zone which is not the root zone. Tweak the description of the interaction between the "dnssec-validation" setting and root zone mirroring to make it less ambiguous. Specify what the default "notify" setting is for mirror zones.
-
Ondřej Surý authored
Always use cmocka if available See merge request !1463
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Matthijs Mekking authored
Explain hook action calling order in more detail See merge request !1451
-
Matthijs Mekking authored
-
Mark Andrews authored
Merge branch '857-inline-system-test-wasn-t-cleaning-k-files-on-restart-if-interrupted' into 'master' Resolve "inline system test wasn't cleaning K* files on restart if interrupted." Closes #857 See merge request !1454
-
Ondřej Surý authored
-
Mark Andrews authored
-
Mark Andrews authored
Merge branch '861-dsdigest-system-test-was-trying-to-read-a-non-existent-file-supported' into 'master' Resolve "dsdigest system test was trying to read a non existent file 'supported'" Closes #861 See merge request !1467
-
Mark Andrews authored
-
Tony Finch authored
Relax an assertion in lib/dns/ds.c so that dnssec-cds does not have to work around it. This will also be useful for dnssec-dsfromkey.
-
Tony Finch authored
Correct alignment and alphabetize
-
Tony Finch authored
* Alphabetize the option lists in the man page and help text * Make the synopses more consistent between the man page and help text, in particular the number of different modes * Group mutually exclusive options in the man page synopses, and order options so that it is more clear which are available in every mode * Expand the DESCRIPTION to provide an overview of the output modes and input modes * Improve cross-references between options * Leave RFC citations to the SEE ALSO section, and clarify which RFC specifies what * Clarify list of digest algorithms in dnssec-dsfromkey and dnssec-cds man pages
-
Mark Andrews authored
Resolve "print default file paths in named -V" Closes #859 See merge request !1458
-
Evan Hunt authored
-
Evan Hunt authored
-
Evan Hunt authored
-
Evan Hunt authored
-
Mark Andrews authored
Merge branch '860-process_opt-could-be-called-multiple-times-on-the-same-message-in-dig' into 'master' Resolve "process_opt() could be called multiple times on the same message in dig." Closes #860 See merge request !1459
-
Mark Andrews authored
-
Mark Andrews authored
-
Mark Andrews authored
the condition test for checking the client cookie value was wrong; don't call process_opt multiple times
- 05 Feb, 2019 1 commit
-
-
Ondřej Surý authored
Test "make install" in one of the build jobs Closes #822 See merge request !1450
-
- 01 Feb, 2019 2 commits
-
-
Michał Kępień authored
Running "make install" in a separate job in the "test" phase of a CI pipeline causes a lot of object files to be rebuilt due to the way artifacts are passed between GitLab CI jobs (object files extracted from the artifacts archive have older modification times than their respective source files checked out using Git by the worker running the "install" job). Test "make install" in one of the build jobs instead, in order to prevent object rebuilding. Using 'after_script' for this purpose was not an option because its failures are ignored. Duplicating the build script in two places would be error-prone in the long run and thus was rejected as a solution. YAML anchors would also not help in this case. A "positive" test (`test -n "${RUN_MAKE_INSTALL}" && make install`) would not work because: - it would cause the build script to fail for any job not supposed to run "make install", - appending `|| :` to the shell pipeline would prevent "make install" errors from causing a job failure. Due to the above, a "negative" test is performed, so that: - jobs not supposed to run "make install" succeed immediately, - jobs supposed to run "make install" only succeed when "make install" succeeds.
-