- 11 Jan, 2021 5 commits
- 04 Jan, 2021 5 commits
- 06 Nov, 2020 2 commits
-
-
Stephane Bortzmeyer authored
-
Stephane Bortzmeyer authored
-
- 05 Nov, 2020 1 commit
-
-
Alexandre authored
[DoT] Catch closed connection See merge request bortzmeyer/homer!30
-
- 26 Oct, 2020 1 commit
-
-
Alexandre authored
-
- 20 Oct, 2020 9 commits
-
-
Alexandre authored
-
Alexandre authored
-
Alexandre authored
Calculate the elapsed time per query based on the number of finished queries and not the number of wanted queries.
-
Alexandre authored
-
Alexandre authored
-
Alexandre authored
-
Alexandre authored
Based on OpenSSL manual and pyOpenSSL documentation, a closed connection raises an error SSL_ERROR_ZERO_RETURN which raises a ZeroReturnError exception. See <https://www.openssl.org/docs/man1.1.0/man3/SSL_get_error.html> and <https://www.pyopenssl.org/en/stable/api/ssl.html#OpenSSL.SSL.ZeroReturnError>
-
Alexandre authored
-
Stephane Bortzmeyer authored
-
- 07 Oct, 2020 8 commits
-
-
Alexandre authored
-
Alexandre authored
Do not exit on error with --check See merge request bortzmeyer/homer!28
-
Alexandre authored
-
Alexandre authored
The error() function should be used to diplay an error message. If the program should exit after printing the error message, use error_and_exit() function instead.
-
Alexandre authored
-
Alexandre authored
-
Alexandre authored
-
Alexandre authored
-
- 29 Sep, 2020 1 commit
-
-
Alexandre authored
-
- 17 Sep, 2020 1 commit
-
-
Alexandre authored
-
- 16 Sep, 2020 7 commits
-
-
Alexandre authored
-
Alexandre authored
Improve --check * refactor * better output (number of resolved IPs, error after test status) * new mandatory level : `nocrash` See merge request bortzmeyer/homer!27
-
Alexandre authored
-
Alexandre authored
This is to use with tests that are not documented in the RFC and where the response of the server is unknown. We think it is good that the server do not crash when facing those tests.
-
Alexandre authored
and output IP on error
-
Alexandre authored
Use level of 30 (legal) for the truncated check in order to avoid regression with the tests.
-
Alexandre authored
Do not return any state from the print_result method. The success's state should already be known when calling this method.
-