- 20 Jun, 2017 2 commits
-
-
Štěpán Balážik authored
-
Štěpán Balážik authored
-
- 15 Jun, 2017 2 commits
-
-
Štěpán Balážik authored
-
Štěpán Balážik authored
-
- 09 May, 2017 1 commit
-
-
Petr Špaček authored
The docs should now match reality except pieces which are intentionally not documented. This includes STEP REPLAY and entry flags MANDATORY and TSIG. These are rarely used and might be changed in future versions.
-
- 04 May, 2017 11 commits
-
-
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
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
Deckard now can run multiple processes inside single simulated network and communicate with each other. This introduces couple of incompatible changes: - command line syntax was changed to accomodate new possibilities (see --help) - SOCKET_WRAPPER environment variables except DIR are always managed by Deckard
-
- 24 Apr, 2017 1 commit
-
-
Ondřej Surý authored
resolver: test wildcard validation with multiple RR sets See merge request !49
-
- 21 Apr, 2017 8 commits
-
-
Petr Špaček authored
Test server improvements for debugging and development See merge request !48
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
This is again handy for testing pydnstest.testserver.
-
Petr Špaček authored
The testserver can now read scenario specified on command line and use it instead of the built-in one. This is very useful for testing pydnstest.testserver module.
-
Petr Špaček authored
Testserver already had all the information so it was unnecessary to pass them again. The improved TestServer.start() method is going to be handy in future.
-
Petr Špaček authored
-
Petr Špaček authored
Further work requires importing pydnstest.scenario into testserver. Socket functions were moved into scenario to avoid cyclic imports between testserver and scenario modules. We should be moving the socket functions in the other way, from scenario into testserver. This will be subject of later refactoring.
-
- 19 Apr, 2017 2 commits
-
-
Petr Špaček authored
-
Petr Špaček authored
kresd nitpick: start with qname minimization See merge request !45
-
- 13 Apr, 2017 3 commits
-
-
Vladimír Čunát authored
I consider it much more important and prefer to see those errors first.
-
Grigorii Demidov authored
sets/resolver: val_nsec3_b5_wcnodata.rpl; AD must not be set due to rfc5155 9.2, remove it See merge request !47
-
Grigorii Demidov authored
-
- 11 Apr, 2017 1 commit
-
-
Petr Špaček authored
resolver: fix iter_pcname See merge request !46
-
- 10 Apr, 2017 1 commit
-
-
Vladimír Čunát authored
That mailing-list message explains is best.
-
- 03 Apr, 2017 4 commits
-
-
Grigorii Demidov authored
gitignore: add *.swp See merge request !44
-
Vladimír Čunát authored
Opening file in (g)vim should not make the tree dirty by itself.
-
Petr Špaček authored
resolver: real world test for lidovky.cz: CNAME from signed to unsigned hosted on the same server See merge request !43
-
Štěpán Balážik authored
www.lidovky.cz CNAME c23.idnes.cz points from signed domain into unsigned domain hosted on the same server. The result must be NOERROR without AD flag.
-
- 27 Mar, 2017 2 commits
-
-
Petr Špaček authored
resolver: fix iter_ns_noglue to simulate the right problem See merge request !42
-
Petr Špaček authored
Modifications done with intent to make tests compatible with query name minimization changed nature of the test. Now the test is simulating the same problem as before and supports query name minimization at the same time. Fixup 2bfa632c.
-
- 24 Mar, 2017 2 commits
-
-
Petr Špaček authored
CI: Run all tests on the latest kresd version See merge request !41
-
Petr Špaček authored
We want to ensure that we not push tests which do not work on latest kresd. It would lead to breakage in kresd CI.
-