summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2013-05-30use ssh and sshd as testdata since it needs to be >256k for the rekey testDarren Tucker
2013-05-30sync with pkg-config -r1.80 wrt to the output for empty files.Jasper Lievisse Adriaanse
2013-05-29In SYNOPSIS mode, .Ek doesn't end a keep.Ingo Schwarze
2013-05-29In keep mode, if any text is printed (even in NOSPACE mode),Ingo Schwarze
2013-05-19Support .Bl -offset in -mdoc -Tman.Ingo Schwarze
2013-05-17use a file extention that's not special on some platforms. from portableDarren Tucker
2013-05-17use a more portable negated if structure. from portableDarren Tucker
2013-05-17don't redirect stdout from sudo. from portableDarren Tucker
2013-05-17wait a bit longer for startup and use case for absolute path. from portableDarren Tucker
2013-05-17only compare copied data if sftp succeeds. from portableDarren Tucker
2013-05-17remove unused BATCH variableDarren Tucker
2013-05-17use backticks for portabilityDarren Tucker
2013-05-17Use SUDO when cat'ing pid files and running the sshd log wrapper so thatDarren Tucker
2013-05-17use expr for math to keep diffs vs portable downDarren Tucker
2013-05-17use $OBJ for working files, originally from Tim Rice via portableDarren Tucker
2013-05-17Move the setting of DATA and COPY into test-exec.shDarren Tucker
2013-05-17don't print output from ssh before getting it (it's available in ssh.log)Darren Tucker
2013-05-17Pull back some portability changes from -portable:Darren Tucker
2013-05-17replace 'echo -n' with 'printf' since it's more portableDarren Tucker
2013-05-16add tests for RekeyLimit parsingDarren Tucker
2013-05-16add server-side rekey testDarren Tucker
2013-05-16test rekeying when there's no data being transferredDarren Tucker
2013-05-16Add test for time-based rekeyingDarren Tucker
2013-05-10sync some portability changes from portable OpenSSHDamien Miller
2013-05-02Hook up fmemopen and open_memstream tests.Martin Pieuchot
2013-04-22Add tests for -Oforward and -Ocancel for local and remote forwardsDarren Tucker
2013-04-22Write mux master logs to regress.log instead of ssh.log to keep separateDarren Tucker
2013-04-18test sshd ChrootDirectory+internal-sftp; feedback & ok dtucker@Damien Miller
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