summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2014-07-20Fix ordering breakage, moving the fclose() test last again.Philip Guenther
2014-07-20Update regress to match change in stpcpy() linker messagePhilip Guenther
2014-07-20Make sure the correct errno is reported by warn* or err* and notPhilip Guenther
2014-07-20Delete unused variables found by -WallPhilip Guenther
2014-07-20Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org)Philip Guenther
2014-07-19Make sure struct sockaddr_in gets completely initialized by setting it to zeroMiod Vallat
2014-07-18The pf forward tests were running rdr-to and nat-to simultaneouslyAlexander Bluhm
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-16Fix tlsext_tick_lifetime_hint value in test #2 to make sure theMiod Vallat
2014-07-15Add support for Unix domain socket forwarding. A remote TCP portTodd C. Miller
2014-07-14Add sendsyslog too, and sortPhilip Guenther
2014-07-14Update systrace policies for arc4random changesPhilip Guenther
2014-07-14Hook in libressl to regress.Joel Sing
2014-07-14Sort SUBDIRs.Joel Sing
2014-07-14Now that the relayd timeouts have been fixed, make the http timeoutAlexander Bluhm
2014-07-14Update regress test to work with ressl API changes.Joel Sing
2014-07-13fix regress tests after log changes. noticed by bluhm@.Sebastian Benoit
2014-07-13Add a regress test for the ASN1 handling of SSL session tickets.Joel Sing
2014-07-13Make the pf_fragment test pass again. pf does not adjust theAlexander Bluhm
2014-07-13Make the pf_forward test pass again. Check that the router'sAlexander Bluhm
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-12Automatically load the required pf rules into the kernel of theAlexander Bluhm
2014-07-12Teach these pf regress tests to run with obj directory and to failAlexander Bluhm
2014-07-12Use a saner and consistent address layout for my network tests thatAlexander Bluhm
2014-07-12More KNF.Joel Sing
2014-07-12Remove #ifndefs for OPENSSL_NO_DH, OPENSSL_NO_ECDH andJoel Sing
2014-07-12Add an initial regress test for libressl, which calls ressl from Go andJoel Sing
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-11Add OpenBSD RCS id.Alexander Bluhm
2014-07-11Limit HTTP header length to about 8K (based on the default of 4-8K inReyk Floeter
2014-07-11Add a test framework for the ospfd routing daemon. For each testAlexander Bluhm
2014-07-11Another regress test for OpenSSL PR #3397 (Joyent 7704), from agl via OpenSSLMiod Vallat
2014-07-11Make the test output easier to read by splitting the test casesAlexander Bluhm
2014-07-11Regression test for PKCS5_PBKDF2_HMAC(), written by Christian Heimes ; fromMiod Vallat
2014-07-11Verify the checksum of the echo reply fragment based on the echoAlexander Bluhm
2014-07-11Add a test that sends a large ICMP6 packet in many small fragments.Alexander Bluhm
2013-01-03Reengineer the socket splicing regression tests:Alexander 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-11Remove PSK from the ssl regress.Joel Sing
2014-07-11replace u_int32_t with uint32_tbcook
2014-07-11Fix dumb copy/paste mistake.Matthew Dempsky
2014-07-11Fix explicit_bzero regress for Solaris and OS X compatibilityMatthew Dempsky
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