- 05 Oct, 2020 1 commit
-
-
Ondřej Surý authored
* digdelv test was just expecting default server EDNS buffer size to be 4096, the test needed only slight adjustment (cherry picked from commit f1556f8c)
-
- 30 Sep, 2020 1 commit
-
-
Mark Andrews authored
(cherry picked from commit 3fe7fa3d)
-
- 14 Sep, 2020 1 commit
-
-
Evan Hunt authored
-
- 02 Sep, 2020 1 commit
-
-
Mark Andrews authored
-
- 26 Jun, 2020 1 commit
-
- 05 Jun, 2020 1 commit
-
-
Mark Andrews authored
(cherry picked from commit 0ec77c2b)
-
- 13 May, 2020 1 commit
-
-
Mark Andrews authored
(cherry picked from commit e6b0153f)
-
- 13 Mar, 2020 1 commit
-
-
Mark Andrews authored
Additionally check that "delete $qname SOA" in the update reponse doesn't trigger a insertion in nslookup. (cherry picked from commit 6593cf0b)
-
- 04 Mar, 2020 1 commit
-
- 26 Nov, 2019 1 commit
-
-
The indentation for dumping the master zone was driven by two global variables dns_master_indent and dns_master_indentstr. In threaded mode, this becomes prone to data access races, so this commit converts the global variables into a local per-context tuple that consist of count and string.
-
- 31 Oct, 2019 1 commit
-
-
Michal Nowak authored
Portion of the digdelv test are skipped on IPv6 due to extra quotes around $TESTSOCK6: "I:digdelv:IPv6 unavailable; skipping". Researched by @michal. Regressed with 351efd88.
-
- 04 Oct, 2019 1 commit
-
-
Evan Hunt authored
also incidentally added several missing ret=0 statements, and removed some duplicates.
-
- 03 Sep, 2019 1 commit
-
-
Diego dos Santos Fronza authored
-
- 28 Aug, 2019 1 commit
-
-
Mark Andrews authored
-
- 25 Aug, 2019 1 commit
-
-
Evan Hunt authored
-
- 09 Aug, 2019 1 commit
-
-
Evan Hunt authored
-
- 08 Aug, 2019 1 commit
-
-
Evan Hunt authored
-
- 31 Jul, 2019 1 commit
-
-
Mark Andrews authored
-
- 30 Jul, 2019 1 commit
-
-
Michał Kępień authored
The BusyBox version of sed treats leading '\+' in a regular expression to be matched as a syntax error ("Repetition not preceded by valid expression"), which triggers false positives for the "digdelv" system test. Make the relevant sed invocations work portably across all sed implementations by removing the leading backslash.
-
- 09 May, 2019 1 commit
-
-
Mark Andrews authored
-
- 07 May, 2019 2 commits
-
-
-
Mark Andrews authored
-
- 10 Apr, 2019 2 commits
-
-
This also fixes a bug in the tests ($n was not incremented in one place).
-
Mark Andrews authored
-
- 25 Jan, 2019 2 commits
-
-
Evan Hunt authored
-
dig retries a TCP query when a server closes the connection prematurely. However, dig's exit code remains unaffected even if the second attempt to get a response also fails with the same error for the same lookup, which should not be the case. Ensure the exit code is updated appropriately when a retry triggered by a TCP EOF condition fails.
-
- 17 Dec, 2018 1 commit
-
-
Ondřej Surý authored
This reverts commit 4af9f971, reversing changes made to 0289f3f2.
-
- 15 Dec, 2018 2 commits
-
-
- 11 Dec, 2018 2 commits
-
-
Ondřej Surý authored
-
Ondřej Surý authored
-
- 14 Nov, 2018 2 commits
-
-
Mark Andrews authored
-
Mark Andrews authored
-
- 01 Aug, 2018 1 commit
-
-
Mark Andrews authored
-
- 13 Jul, 2018 1 commit
-
-
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.
-
- 11 Jul, 2018 1 commit
-
-
- 20 Apr, 2018 1 commit
-
-
- 23 Feb, 2018 2 commits
-
-
Ondřej Surý authored
-
Evan Hunt authored
- add CHANGES note - update copyrights and license headers - add -j to the make commands in .gitlab-ci.yml to take advantage of parallelization in the gitlab CI process
-
- 22 Feb, 2018 1 commit
-
-
Evan Hunt authored
-