Commit graph

11 commits

Author SHA1 Message Date
fox.cpp
0ac7a3f686
tests: Use a non-127.0.0.1 IP for tests
Using 127.0.0.1 causes all sorts of trouble
since we cannot override what its
rDNS name would be - net.Resolver reads /etc/hosts first and this cannot be changed.

Now we use 127.109.97.100 which is highly unlikely
to be manually set in /etc/hosts.
2021-07-12 17:28:49 +03:00
fox.cpp
d536b8785f
tests: Fix-up 5c6fba8e7c 2021-07-11 14:13:50 +03:00
fox.cpp
5c6fba8e7c
tests: Force a certain rDNS name for 127.0.0.1
Should make tests independent of what system has configured for it
2021-07-10 22:40:48 +03:00
fox.cpp
baba1d9c59
tests: Log when server is being killed with SIGKILL due to a hung up 2021-01-16 21:15:17 +03:00
fox.cpp
e4ad3bdd5a
target/remote: Reimplement TLSA records discovery algorithm, add tests
Now it covers all edge cases described by RFC 7672.

There is an unrelated change in tests/ due to interface change in
go-mockdns.
2020-11-30 18:40:59 +03:00
fox.cpp
2d18ff5a30
MIT => GPLv3; Add license/copyright notices everywhere 2020-07-22 16:12:26 +03:00
fox.cpp
a46f2adc4c
tests: Add interop test for dovecot_sasld using chasquid 2020-05-23 02:55:45 +03:00
fox.cpp
fe37eaf663
tests: Add Dovecot SASL client interop test using Dovecot 2020-05-23 02:55:44 +03:00
fox.cpp
9b279735e8
Address several TODO comments
Several comments were removed since they are not worth the trouble.
A few minor issues were addressed.
Most of remaining comments got corresponding GitHub issues assigned.
2020-03-05 02:26:30 +03:00
fox.cpp
65240ebc91
Add integration tests suite for some code paths 2020-02-22 23:06:20 +03:00
fox.cpp
7b5111f514
Implement the integration testing library 2020-02-18 17:38:15 +03:00