- 19 Jul, 2018 9 commits
-
-
Ondřej Surý authored
-
Ondřej Surý authored
Add Debian jessie and stretch to GitLab CI See merge request isc-projects/bind9!543
-
Ondřej Surý authored
Remove quotes around $EXTRA_CONFIGURE to break out more options into ... more options and not a single one
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Michał Kępień authored
Fix handling of TAT sending failures Closes #423 See merge request isc-projects/bind9!540
-
Michał Kępień authored
dns_view_zonecut() may associate the dns_rdataset_t structure passed to it even if it returns a result different then ISC_R_SUCCESS. Not handling this properly may cause a reference leak. Fix by ensuring 'nameservers' is cleaned up in all relevant failure modes.
-
Ondřej Surý authored
Try using the integrated Docker Registry again See merge request isc-projects/bind9!539
-
- 18 Jul, 2018 1 commit
-
-
Ondřej Surý authored
-
- 17 Jul, 2018 7 commits
-
-
Witold Krecicki authored
Fix various tests for qmin See merge request isc-projects/bind9!520
-
Witold Krecicki authored
-
Michał Kępień authored
Set AA=1 even for truncated responses. Put glue record in responses to no-questions/NS queries. Add comments, simplify code.
-
Michał Kępień authored
Prevent ans2.pl from responding authoritatively for any name at or below example.net. Make ans3.pl properly answer example.net/NS queries. Use string comparisons instead of regular expressions where possible.
-
Michał Kępień authored
-
Witold Krecicki authored
-
Witold Krecicki authored
-
- 16 Jul, 2018 2 commits
-
-
Witold Krecicki authored
Do not replace lo0 address on Solaris Closes #419 See merge request isc-projects/bind9!535
-
Michał Kępień authored
lo0 and lo0:0 are the same interface on Solaris. Make sure bin/tests/system/ifconfig.sh does not touch lo0:0 in order to prevent it from changing the address of the loopback interface on Solaris.
-
- 13 Jul, 2018 9 commits
-
-
Evan Hunt authored
placeholder See merge request isc-projects/bind9!534
-
Evan Hunt authored
-
Michał Kępień authored
Add CentOS 6/7 to CI Closes #365 and #404 See merge request isc-projects/bind9!531
-
Michał Kępień authored
Modify .gitlab-ci.yml so that every CI pipeline also builds and tests BIND on CentOS versions 6 and 7. Use --disable-warn-error on CentOS 6 since it uses GCC 4.4.7 which suffers from bugs causing bogus warnings to be generated, e.g.: sigs_test.c: In function 'compare_tuples': sigs_test.c:75: warning: declaration of 'index' shadows a global declaration /usr/include/string.h:489: warning: shadowed declaration is here sigs_test.c: In function 'updatesigs_test': sigs_test.c:193: warning: declaration of 'index' shadows a global declaration /usr/include/string.h:489: warning: shadowed declaration is here
-
Michał Kępień authored
The "git status" command in Git versions before 1.7.2 does not support the "--ignored" option. Prevent spamming the console when running system tests from a Git repository on a host with an ancient Git version installed.
-
Michał Kępień authored
The output of certain "dig +idnout" invocations may be locale-dependent. Remove the "dig +idnout" subtest from the "digdelv" system test as IDN support is already thoroughly tested by the "idna" system test.
-
Michał Kępień authored
Every prereq.sh script must include bin/tests/system/conf.sh, otherwise if some prerequisite is not met, errors about echo_i not being found will be printed instead of actual error messages.
-
Michał Kępień authored
The Docker images used for CI install ATF to /usr, not /usr/local. Update the ./configure invocation in .gitlab-ci.yml accordingly in order to prevent confusion.
-
Michał Kępień authored
Depending on tool versions used, "autoreconf -i" may not update all Autoconf-generated files, which in turn may result in build errors. Make autogen.sh call autoreconf with the "-f" command line argument to ensure all Autoconf-generated files are updated when autogen.sh is run.
-
- 11 Jul, 2018 12 commits
-
-
Mark Andrews authored
Resolve "generic_tostruct_tlsa incorrectly initialises common structure." Closes #373 See merge request isc-projects/bind9!460
-
Mark Andrews authored
-
Evan Hunt authored
Resolve "Missing Sanity Check for call to next_token() in file 'dig.c'" Closes #403 See merge request isc-projects/bind9!504
-
Evan Hunt authored
-
Mark Andrews authored
-
Bill Parker authored
-
Evan Hunt authored
Add tcp-self policy tests. See merge request isc-projects/bind9!282
-
Mukund Sivaraman authored
-
Mark Andrews authored
add required whitespace See merge request isc-projects/bind9!512
-
Mark Andrews authored
-
Michał Kępień authored
Send upstream trust anchor telemetry queries for locally served zones Closes #392 See merge request isc-projects/bind9!484
-
Michał Kępień authored
4994. [bug] Trust anchor telemetry queries were not being sent upstream for locally served zones. [GL #392]
-