summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2013-04-07use -E option for ssh and sshd to write debuging logs to ssh{,d}.log andDarren Tucker
2013-04-06Split the regress log into 3 parts: the debug output from ssh, the debugDarren Tucker
2013-04-05- Hookup regress for rpath substitution supportKurt Miller
2013-04-03Set the stream orientation in open_{,w}memstream().Philip Guenther
2013-04-02Let this work on gcc < 4, which don't accept /dev/null as a valid input file.Miod Vallat
2013-04-01tweak makefile now that asr is built by default.Eric Faurot
2013-04-01add hostnames which triggered some bugs.Eric Faurot
2013-03-31Do not depend on the value of PATH to run.Miod Vallat
2013-03-30- Add regress for forthcomming rpath ORIGIN substitution support.Kurt Miller
2013-03-30Make forking socket splicing tests more reliable on slow machines.Alexander Bluhm
2013-03-28add a test case for the icmpv6 issue spotted by naddyEric Faurot
2013-03-28More tests for negative seeks, prodded by matthew@Martin Pieuchot
2012-07-13import regression suite for asrEric Faurot
2013-03-27More test cases, especially when opening the stream in append an writeMartin Pieuchot
2013-03-27add two tests for resolving a regular module (passes) and the full pathJasper Lievisse Adriaanse
2013-03-26accept "octeon" as a valid obsd arch;Jason McIntyre
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