- 20 Apr, 2018 3 commits
-
-
(cherry picked from commit 49f8e957)
-
Ondřej Surý authored
Resolve "nslookup accepts any -bogus -option, interpret it as -vc" See merge request !215
-
(cherry picked from commit 89cf5038)
-
- 12 Apr, 2018 3 commits
-
-
Ondřej Surý authored
[v9_11] Fix TSIG dump keyfile name generation issues See merge request !192
-
Ondřej Surý authored
(cherry picked from commit 8c99d104)
-
Ondřej Surý authored
(cherry picked parts of commit 2dfb9923)
-
- 11 Apr, 2018 8 commits
-
-
(cherry picked from commit 44b84cb5)
-
Ondřej Surý authored
(cherry picked from commit 74677352)
-
Evan Hunt authored
Commit f87e0c03 removed the "system" directory from the TESTDIRS variable in bin/tests/Makefile.in in an attempt to fix "make distclean" which was broken since commit 0d784de1. However, this change prevented any system tests from being run when "make test" is invoked. We now put it back into both SUBDIRS and TESTDIRS, but with a modified rule to check for the existence of a Makefile in each subdirectory before trying to run make there. This prevents "make distclean" from trying to run again in a directory where it's already been run. (cherry picked from commit 93ee6b8a)
-
Apart from ensuring "make test" returns 0, also check whether any system test output was generated as a result of running it. This prevents the CI job running system tests from succeeding unless it actually tests something. (cherry picked from commit 80ab2c0f)
-
(cherry picked from commit ccff953c)
-
- 10 Apr, 2018 5 commits
-
-
Replace dns_fixedname_init() calls followed by dns_fixedname_name() calls with calls to dns_fixedname_initname() where it is possible without affecting current behavior and/or performance. This patch was mostly prepared using Coccinelle and the following semantic patch: @@ expression fixedname, name; @@ - dns_fixedname_init(&fixedname); ... - name = dns_fixedname_name(&fixedname); + name = dns_fixedname_initname(&fixedname); The resulting set of changes was then manually reviewed to exclude false positives and apply minor tweaks. It is likely that more occurrences of this pattern can be refactored in an identical way. This commit only takes care of the low-hanging fruit. (cherry picked from commit 4df4a8e7) (cherry picked from commit 0041aeb7)
- 06 Apr, 2018 6 commits
-
-
Mark Andrews authored
Fix double free after keygen error in dnssec-keygen Closes #109 See merge request !70
-
(cherry picked from commit ef2b2a6c)
-
(cherry picked from commit d2b3188c)
-
(cherry picked from commit edaafacf)
-
(cherry picked from commit 01cc622e)
-
Mark Andrews authored
(cherry picked from commit 342e146f)
-
- 05 Apr, 2018 3 commits
-
-
Ondřej Surý authored
Don't include -lidn2 in isc-config.sh output See merge request !180
-
Ondřej Surý authored
(cherry picked from commit 8da5e529)
-
(cherry picked from commit 21c28716)
-
- 04 Apr, 2018 11 commits
-
-
Ondřej Surý authored
Add a Net::DNS prereq for couple of tests See merge request !177
-
tests to avoid failed tests when Net::DNS is not present. (cherry picked from commit 8b1b809a)
-
Stephen Morris authored
Resolve "Tests for IDNA2008 (libidn2)" - Merge into 9.11 See merge request !173
-
Stephen Morris authored
A known issue in libidn2 causes one of the tests of a fake A-label to fail. The problem should be corrected in version 2.0.5 of libidn2.
-
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Michał Kępień authored
Remove redundant named_g_conffile initialization Closes #188 See merge request !166
-
(cherry picked from commit c727f079)
-
- 22 Mar, 2018 1 commit
-
-
Ondřej Surý authored
Don't use the IDN translated name if no conversion took a place See merge request !157
-