summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2013-03-25Disable the blocked_{close,dup2,fifo} tests, as we know they failPhilip Guenther
2013-03-25Add some more tests; prodded by mpi@Philip Guenther
2013-03-23Only regenerate host keys if they don't exist or if ssh-keygen has changedDarren Tucker
2013-03-21sys/param.h, not machine/param.hTheo de Raadt
2013-03-14more or less sync to latest netbsd revision (1.29):Jason McIntyre
2013-03-14- some indent fixesJason McIntyre
2013-03-14sync with -r1.22: add an -l option, to check library names in Lb; this isJason McIntyre
2013-03-14sync to 1.21. we already had 1.19 and 1.20; this one just accepts 2013Jason McIntyre
2013-03-14partial sync to 1.18:Jason McIntyre
2013-03-12Add check that mkstemp() fails with EINVAL if the string has fewer thanPhilip Guenther
2013-03-12Add support for the -L and -P options.Philip Guenther
2013-03-10bump the copyright, and accept "2012" for netbsd; with the exception ofJason McIntyre
2013-03-07repeat test with a style appended to the usernameDamien Miller
2013-02-20s/Id/OpenBSD/ in RCS tagDamien Miller
2013-02-20Add an option to modpipe that warns if the modification offset it notDamien Miller
2013-02-19oops, forgot to increase the output of the ssh command to ensure thatDamien Miller
2013-02-18crank the offset yet again; it was still fuzzing KEX one of Darren'sDamien Miller
2013-02-17make the ssh command generates some output to ensure that there are atDamien Miller
2013-02-16make sure the fuzz offset is actually past the end of KEX for all KEXDamien Miller
2013-02-11remove acss here tooDamien Miller
2013-02-07Add relayd regression tests with http filter and late connect.Alexander Bluhm
2013-02-05After http chunk has been fixed, add relayd regression tests to build.Alexander Bluhm
2013-01-23give this a chance to work after make objMiod Vallat
2013-01-21Add ssl tests for https chunked and https contentlength over relayd.Alexander Bluhm
2013-01-18Tests for Key Revocation Lists (KRLs)Damien Miller
2013-01-17Improve socket splicing tests:Alexander Bluhm
2013-01-15The socket splicing tests allow the kernel to return EFBIG in caseAlexander Bluhm
2013-01-12test AES-GCM modes; feedback markus@Damien Miller
2013-01-08Add performance test for socket splicing. Two tcpbench processesAlexander Bluhm
2013-01-08Autoflush the log file of the child process.Alexander Bluhm
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2013-01-07missing argument to printfMiod Vallat
2013-01-07update asm syntax to match toolchain requirementsMiod Vallat
2013-01-07gcc 3 needs the same syntax as gcc 2Miod Vallat
2013-01-05In literal mode (.nf), each input line must be kept togetherIngo Schwarze
2013-01-05Fix test descriptions.Alexander Bluhm
2013-01-05Add more tests for UDP socket splicing and enhance existing tests.Alexander Bluhm
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2013-01-04Sync relayd tests with socket splicing tests.Alexander Bluhm
2013-01-04Fix another race in socket splicing test.Alexander Bluhm
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2013-01-03The socket splicing tests have been moved from directory splice toAlexander Bluhm
2013-01-03Add subdir sosplice.Alexander Bluhm
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2013-01-02tyop in commentJasper Lievisse Adriaanse
2013-01-02regress test for pty TTYHOG bug; OK miod@Todd C. Miller
2013-01-01Simple tests for fmemopen(3) and open_memstream(3)Martin Pieuchot
2012-12-31Rewrite indentation handling for nested lists in a more systematic wayIngo Schwarze
2012-12-28Allow the relayd regression tests to run the relayd on a differentAlexander Bluhm
2012-12-23Check proper alignment in destructors too.Mark Kettenis