summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/relayd
AgeCommit message (Expand)Author
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
2014-07-11Put a license file into the test directories with multiple argumentAlexander Bluhm
2014-07-11Limit HTTP header length to about 8K (based on the default of 4-8K inReyk Floeter
2014-07-11Make the test output easier to read by splitting the test casesAlexander Bluhm
2014-07-11Fix dryrun for remote relayd test.Alexander Bluhm
2014-07-11Add a time.log file that accumulates timing information about theAlexander Bluhm
2014-07-11Simplify the code that handles the HTTP headers by using an RB treeReyk Floeter
2014-07-10Test relayd error message for a broken config file.Alexander Bluhm
2014-07-10Check for the exact number of done requests in relayd log.Alexander Bluhm
2014-07-10Print "%s (removed)" into relayd log and test for that string.Alexander Bluhm
2014-07-10To make sure that at least anything is tested, add a length checkAlexander Bluhm
2014-07-10Add support to test handling of repeated headers.Reyk Floeter
2014-07-10Implement non-persistent connections in a cleaner way. Every testAlexander Bluhm
2014-07-09Changes in relayd's regression tests have to be discussed.Reyk Floeter
2014-07-09Update and extend the regress tests to use the new grammar of theReyk Floeter