- 27 Feb, 2018 11 commits
-
-
Stephen Morris authored
Resolve "Windows version of BIND failing to build" Closes #97 See merge request !65
-
Michał Kępień authored
Put git-replay-merge in source tree Closes #98 See merge request !83
-
Michał Kępień authored
git-replay-merge.sh is a script whose purpose is to make backporting merge requests more convenient by automating the process as much as possible. For more information, including usage examples, see: https://gitlab.isc.org/isc-projects/bind9/wikis/Backporting-a-Merge-Request
-
Evan Hunt authored
-
Michał Kępień authored
This ensures testsummary.sh is consistent with other scripts belonging to the test framework.
-
Michał Kępień authored
Print a list of failed system tests, if any, below the system test summary to avoid the need to manually search through the test log.
-
Michał Kępień authored
The current regular expression used for extracting system test results from systests.output, "^R:", is anchored at the start of a line, which prevents colored system test output from being properly processed. As just "R:" would arguably be too general, extend the pattern a bit to ensure it will only match lines containing system test results.
-
Evan Hunt authored
- removed a few remaing places where output wasn't being passed through echo_i or cat_i - added a "digcomp" function to conf.sh.in to send digcomp.pl output through cat_i and return the correct exit value - set SYSTESTDIR when calling echo_i from nsX directories, so that the test name will always be printed correctly - fixed a test name typo in conf.sh.in
-
Mukund Sivaraman authored
Resolve "Add working directory to example in doc/dev/dev.md" Closes #79 See merge request !47
- 26 Feb, 2018 9 commits
-
-
Mukund Sivaraman authored
-
Evan Hunt authored
-
Michał Kępień authored
Prevent runall.sh and "make test" from even attempting to run system tests when "ifconfig.sh up" has not been run beforehand. This ensures the user is not flooded with error messages in such a case.
-
Michał Kępień authored
4903. [bug] "check-mx fail;" did not prevent MX records containing IP addresses from being added to a zone by a dynamic update. [GL #112]
-
Michał Kępień authored
The check_mx() function in lib/ns/update.c incorrectly tests whether the DNS_RDATA_CHECKMX/DNS_RDATA_CHECKMXFAIL flags are set for each applied MX record update as these flags are never set in code paths related to dynamic updates; they can only be set when loading a zone from a master file (DNS_ZONEOPT_CHECKMX -> DNS_MASTER_CHECKMX -> DNS_RDATA_CHECKMX). This flaw allows MX records containing IP addresses to be added to a zone even when "check-mx fail;" is used. Ensure correct behavior by modifying the relevant tests in check_mx() so that they use DNS_ZONEOPT_CHECKMX/DNS_ZONEOPT_CHECKMXFAIL instead.
-
Evan Hunt authored
- 25 Feb, 2018 15 commits
-
-
Mark Andrews authored
Resolve "Fix cppcheck-detected source code errors" Closes #51 See merge request !46
-
Evan Hunt authored
-
Evan Hunt authored
-
Evan Hunt authored
-
Mark Andrews authored
-
Mark Andrews authored
-
Mark Andrews authored
-
Mark Andrews authored
-
Mark Andrews authored
-
Mark Andrews authored
-
Mark Andrews authored
-
Mark Andrews authored
-
Mark Andrews authored
adjust goto target and conditional compilation so that cleanup_spillattimer and cleanup_alglock labels match the element to be cleanup and so that they are always used
-
- 24 Feb, 2018 5 commits
-
-
Evan Hunt authored
Tidy runall.sh environment variables See merge request isc-projects/bind9!18
-
Evan Hunt authored
-
Evan Hunt authored
-
Ondřej Surý authored
-