summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/relayd
AgeCommit message (Expand)Author
2024-06-14Replace deprecated given/when and smartmatch operator in Perl scripts.Alexander Bluhm
2023-12-01Add tests to exercise the recent bug fixes.Todd C. Miller
2021-12-30typo: p5-Socket-SSL -> p5-IO-Socket-SSLDave Voutila
2021-12-22Replace deprecated IO::Socket::INET6 with IO::Socket::IP.Alexander Bluhm
2021-12-02Tell testers which packages to install right away (and why)Klemens Nanni
2021-10-12quote sudo and handle argumentsAnton Lindqvist
2021-03-24test HEAD requests, from niklas@Sebastian Benoit
2020-12-17Remove echo headlines.Alexander Bluhm
2020-11-07Set TCP option NODELAY in relayd and in client and server. ThisAlexander Bluhm
2019-07-12Test should also run if there is no obj directory. Name regressAlexander Bluhm
2019-07-05Put some padding in Perl pack of struct timeval. On armv7 structAlexander Bluhm
2018-10-20update to reflect changes introduced with relayd r1.227denis
2018-10-06Simplify regress tests by using the new setup and cleanup feature.Alexander Bluhm
2018-01-04Add more tests that check the timeout behavior of relayd.Alexander Bluhm
2017-09-18Avoid race in relayd test that uses an invalid chunked header. WaitAlexander Bluhm
2017-07-14Do not mix Perl read() with sysread(). Data could get stuck in theAlexander Bluhm
2017-01-31Mark the IO::Socket::SSL server socket with SSL_server to avoidAlexander Bluhm
2016-09-23Check wether sudo or doas is working once at the beginning of theAlexander Bluhm
2016-09-22Call setsockopt(2) before listen(2) in relayd tests and adjust someAlexander Bluhm
2016-09-02Print SKIPPED if a regress test cannot be executed for some reason.Alexander Bluhm
2016-08-25Set relayd socket buffer size to reasonable value to make test passAlexander Bluhm
2016-08-25Make relayd test slow-consumer more reliable. Set SO_SNDTIMEOAlexander Bluhm
2016-07-27Improve parsing of the Host by following RFC 7230 Section 5.4 more strictly:Reyk Floeter
2016-07-22add a regression testSebastian Benoit
2016-07-20s/sudo/doas/Sebastian Benoit
2016-05-03Fix some Perl statements perlcritic was bitching about: VariableAlexander Bluhm
2015-10-09Keep relayd test certificate names in sync with syslogd.Alexander Bluhm
2015-07-20Fix white spaces.Alexander Bluhm
2015-07-20Allow to use $curdir, $objdir, $host, $hostname in the test configAlexander Bluhm
2015-07-18add relayd regression test args-http-slow-consumer.plSebastian Benoit
2015-06-25Align the three variants of Remote.pm.Alexander Bluhm
2015-05-22Add tests for relayd TLS inspection with plain SSL and HTTPS.Alexander Bluhm
2015-05-17Add test cases for a crash reported by Bertrand PROVOST. When aAlexander Bluhm
2015-04-29Make some regular expressions more strict. This allows the testsAlexander Bluhm
2015-04-27Let the HTTP client close the connection within an incomplete headerAlexander Bluhm
2015-01-05Fix relayd http regression tests. If http response is not ok, theAlexander Bluhm
2014-12-31Create CA and certificates for TLS tests consistently. BetterAlexander Bluhm
2014-12-18Update test - the hashkey log message disappeared.Reyk Floeter
2014-12-14By now relayd expects tls in its config file and writes tls intoAlexander Bluhm
2014-08-18Make the perl modules consistent for the multiple regression tests.Alexander Bluhm
2014-08-18Add a description of what the relayd and sosplice regression testsAlexander Bluhm
2014-08-18Add test cases for multiple small HTTP requests. Many PUT requestsAlexander Bluhm
2014-08-17Sync regress/usr.sbin/relayd with recent http.h changesdoug
2014-07-20A HTTP connection may have multiple requests with content. AllowAlexander Bluhm
2014-07-14Now that the relayd timeouts have been fixed, make the http timeoutAlexander Bluhm
2014-07-13fix regress tests after log changes. noticed by bluhm@.Sebastian Benoit
2014-07-13improve log output for relays. adjust regress testsSebastian Benoit
2014-07-13repair matching of headers, add regress test for this errorSebastian Benoit
2014-07-12fix relay "append header" action, add regression test for appendSebastian Benoit
2014-07-12Test filtering by methodReyk Floeter