summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2017-02-17Add tests for chmod's interaction with symlinks: missing tests for -h andTheo Buehler
2017-02-16Fix type of argv. Found by clang.Patrick Wildt
2017-02-16Surprisingly, groff does not support scaling units in .Bl -columnIngo Schwarze
2017-02-16cope with macro value sorting implemented in dba.c rev. 1.6Ingo Schwarze
2017-02-16Fix block scoping error if an explicit block is broken by twoIngo Schwarze
2017-02-13Test IPsec with AH the same way it is already done for ESP.Alexander Bluhm
2017-02-12Do not access a NULL pointer if a matrix or square root are empty.Ingo Schwarze
2015-01-01eqn(7) testsIngo Schwarze
2017-02-11new regression tests for mdoc_macro.c revs. 1.167-1.172Ingo Schwarze
2017-02-11remove a few Mdocdate that snuck inIngo Schwarze
2017-02-10Create and connect to unix domain sockets on NFS mounted file system.Alexander Bluhm
2017-02-09Add defines that are needed to compile XS code with Perl 5.24.1.Alexander Bluhm
2017-02-08Fix IP address schema to make space for AH tests.Alexander Bluhm
2017-02-08Encrypt UDP and TCP packets in test. Use a sane transport config.Alexander Bluhm
2017-02-06Test combinations of IPsec tunnel and transport mode on severalAlexander Bluhm
2017-02-07Remove deprecated SSH1 options RSAAuthentication andDarren Tucker
2017-02-07Adapt regex in syslogd test to the new shiny libssl error messages.Alexander Bluhm
2017-02-07Remove unused variable in C source to make the test compile and pass.Alexander Bluhm
2017-02-07Include <netinet/in.h> to get in_addr_t and in_port_t compiled.Alexander Bluhm
2017-02-06Ping via IPsec must increment ESP input and output counter by one.Alexander Bluhm
2017-02-06Add ipsec subdir.Alexander Bluhm
2017-02-06Test combinations of IPsec tunnel and transport mode on severalAlexander Bluhm
2017-02-06one less groff-mandoc difference after mdoc_validate.c rev. 1.234Ingo Schwarze
2017-02-03unit test for match_filter_list() function; still want a betterDamien Miller
2017-02-02sudo -> SUDO and some other minor tweaksTheo Buehler
2017-02-01SUDO is doasReyk Floeter
2017-02-01Add Range and multipart tests.Reyk Floeter
2017-01-31Mark the IO::Socket::SSL server socket with SSL_server to avoidAlexander Bluhm
2017-01-31The libssl and libcrypto error messages have changed. Adapt theAlexander Bluhm
2017-01-31LibreSSL : regress for carry bug in mulx4x_mont and sqr8x_montKinichiro Inoguchi
2017-01-30Fix TLS tests. Keys and log files are now in obj, not in obj/htdocsReyk Floeter
2017-01-30Adjust CLEANFILES for new httpd rootReyk Floeter
2017-01-30unbreak httpd regress tests after wobj changeReyk Floeter
2017-01-30fully unbreak: some $SSH invocations did not have -F specified andDamien Miller
2017-01-30partially unbreak: was not specifying hostname on some $SSH invocationsDamien Miller
2017-01-29ouch, smallest regress ever. Can't believe no-one got bitten by thisMarc Espie
2017-01-27Make sure that the fstest program has been build when running inAlexander Bluhm
2017-01-27More s/OSCP/OCSP/ typosTom Cosgrove
2017-01-26Fix -man -Thtml formatting after .nf (which has nothing to doIngo Schwarze
2017-01-26deactivate the existing pledge regress tests, they needSebastian Benoit
2017-01-26add check for pledge(pf), and pledge(pf) + fd passingSebastian Benoit
2017-01-26enable compiler warnings and fix them.Sebastian Benoit
2017-01-26Each entry in REGRESS_TARGETS is run in a separate make process, so theJonathan Matthew
2017-01-25Do not try to execute this test on !m88k archs.Martin Pieuchot
2017-01-25Update ssl versions regress to handle min/max configured versions andJoel Sing
2017-01-25Add start of a regress for cert gen and validation. not clean, won'tBob Beck
2017-01-25+arm64;Jason McIntyre
2017-01-25link in rsa testBob Beck
2017-01-25Add rsa test from openssl, since it has a license nowBob Beck
2017-01-24fix make clean and warningsOtto Moerbeek