- 30 May, 2019 14 commits
-
-
Petr Špaček authored
TCP scanner for DNS flag day 2020 See merge request !14
-
Petr Špaček authored
-
Petr Špaček authored
Tools later in the pipeline now require argument specifying type of scan (= set of tests) which will be performed. Names of tools were generalized and some names of output files were changed, see updated docs.
-
Petr Špaček authored
-
Petr Špaček authored
FIXME: This must be fixed before release for public.
-
Petr Špaček authored
Some of TCP errors were errorneously clasified as "compatible" but they in fact cause resolution breakage. WARNING! Results obtained by previous version of tcpscanner are invalid and have to be re-evaluated by executing tcpcomp2pickle and ednsevalzone again.
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
-
- 02 May, 2019 3 commits
-
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
Idea behind this is to re-use preprocesing for TCP testing etc.
-
- 18 Jan, 2019 3 commits
-
-
Petr Špaček authored
randomize order of queries in domain2ipset.py See merge request !13
-
Petr Špaček authored
A strict RRL configuration might skew results, let's try to avoid that by sending genreport queries in sequence. Given the large number of IP addresses we test it should not considerably slow down the test.
-
Petr Špaček authored
Randomization should help with timeouts and response rate limiting.
-
- 16 Jan, 2019 3 commits
-
-
Petr Špaček authored
Use IPAddress objects instead of strings See merge request !12
-
Petr Špaček authored
It turns out that genreport and dnspython use different string formats for IPv6 addresses and this is causing problems in certain special cases. Thanks to Sven Van Dyck <svenvd@dnsbelgium.be> for reporting this!
-
Petr Špaček authored
-
- 03 Nov, 2018 1 commit
-
-
Petr Špaček authored
-
- 18 Oct, 2018 2 commits
-
-
Petr Špaček authored
docs: fix Docker examples See merge request !11
-
Petr Špaček authored
-
- 15 Oct, 2018 9 commits
-
-
Petr Špaček authored
Dockerfile: optimize dnspython using Cython See merge request !10
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
Docs overhaul See merge request !9
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
rework result printing See merge request !8
-
Petr Špaček authored
new script printresults.py replaces old nsprint.py and diffresults.py
-
- 14 Oct, 2018 2 commits
-
-
Petr Špaček authored
Bugfixes See merge request !7
-
Petr Špaček authored
The multiprocessing module by default uses fork() on Linux and this effectively doubles amount of memory required for processing big zones. We are targeting Linux platform anyway so using forkserver should not have any adverse effect.
-
- 13 Oct, 2018 1 commit
-
-
Petr Špaček authored
This algorithm works better on large zones and produces the same result.
-
- 25 Sep, 2018 2 commits
-
-
Petr Špaček authored
-
Petr Špaček authored
All-in-one script See merge request !6
-