Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-30 | use ssh and sshd as testdata since it needs to be >256k for the rekey test | Darren Tucker | |
2013-05-30 | sync with pkg-config -r1.80 wrt to the output for empty files. | Jasper Lievisse Adriaanse | |
2013-05-29 | In SYNOPSIS mode, .Ek doesn't end a keep. | Ingo Schwarze | |
Found and fixed on the plane to the OpenBSD t2k13 hackathon in Toronto. | |||
2013-05-29 | In keep mode, if any text is printed (even in NOSPACE mode), | Ingo Schwarze | |
any text that follows must be kept on the same line. I already found the issue and wrote the patch in April 2011, but didn't come round to do proper testing and forgot about it. | |||
2013-05-19 | Support .Bl -offset in -mdoc -Tman. | Ingo Schwarze | |
Issue found when Thomas Klausner <wiz at NetBSD dot org> made me look at the manuals of his http://www.nih.at/libzip library. | |||
2013-05-17 | use a file extention that's not special on some platforms. from portable | Darren Tucker | |
2013-05-17 | use a more portable negated if structure. from portable | Darren Tucker | |
2013-05-17 | don't redirect stdout from sudo. from portable | Darren Tucker | |
2013-05-17 | wait a bit longer for startup and use case for absolute path. from portable | Darren Tucker | |
2013-05-17 | only compare copied data if sftp succeeds. from portable | Darren Tucker | |
2013-05-17 | remove unused BATCH variable | Darren Tucker | |
2013-05-17 | use backticks for portability | Darren Tucker | |
2013-05-17 | Use SUDO when cat'ing pid files and running the sshd log wrapper so that | Darren Tucker | |
it works with a restrictive umask and the pid files are not world readable. Changes from -portable. | |||
2013-05-17 | use expr for math to keep diffs vs portable down | Darren Tucker | |
2013-05-17 | use $OBJ for working files, originally from Tim Rice via portable | Darren Tucker | |
2013-05-17 | Move the setting of DATA and COPY into test-exec.sh | Darren Tucker | |
2013-05-17 | don't print output from ssh before getting it (it's available in ssh.log) | Darren Tucker | |
2013-05-17 | Pull back some portability changes from -portable: | Darren Tucker | |
- TIMEOUT is a read-only variable in some shells - not all greps have -q so redirect to /dev/null instead. | |||
2013-05-17 | replace 'echo -n' with 'printf' since it's more portable | Darren Tucker | |
2013-05-16 | add tests for RekeyLimit parsing | Darren Tucker | |
2013-05-16 | add server-side rekey test | Darren Tucker | |
2013-05-16 | test rekeying when there's no data being transferred | Darren Tucker | |
2013-05-16 | Add test for time-based rekeying | Darren Tucker | |
2013-05-10 | sync some portability changes from portable OpenSSH | Damien Miller | |
2013-05-02 | Hook up fmemopen and open_memstream tests. | Martin Pieuchot | |
2013-04-22 | Add tests for -Oforward and -Ocancel for local and remote forwards | Darren Tucker | |
2013-04-22 | Write mux master logs to regress.log instead of ssh.log to keep separate | Darren Tucker | |
2013-04-18 | test sshd ChrootDirectory+internal-sftp; feedback & ok dtucker@ | Damien Miller | |
2013-04-07 | use -E option for ssh and sshd to write debuging logs to ssh{,d}.log and | Darren Tucker | |
save the output from any failing tests. If a test fails the debug output from ssh and sshd for the failing tests (and only the failing tests) should be available in failed-ssh{,d}.log. | |||
2013-04-06 | Split the regress log into 3 parts: the debug output from ssh, the debug | Darren Tucker | |
log from sshd and the output from the client command (ssh, scp or sftp). Somewhat functional now, will become more useful when ssh/sshd -E is added. | |||
2013-04-05 | - Hookup regress for rpath substitution support | Kurt Miller | |
2013-04-03 | Set the stream orientation in open_{,w}memstream(). | Philip Guenther | |
Check it in the regress test ok mpi@ | |||
2013-04-02 | Let this work on gcc < 4, which don't accept /dev/null as a valid input file. | Miod Vallat | |
2013-04-01 | tweak makefile now that asr is built by default. | Eric Faurot | |
2013-04-01 | add hostnames which triggered some bugs. | Eric Faurot | |
2013-03-31 | Do not depend on the value of PATH to run. | Miod Vallat | |
2013-03-30 | - Add regress for forthcomming rpath ORIGIN substitution support. | Kurt Miller | |
okay matthew@ | |||
2013-03-30 | Make forking socket splicing tests more reliable on slow machines. | Alexander Bluhm | |
Their intention is to test kernel stability. Instead of failing, add a timeout and ignore errors. | |||
2013-03-28 | add a test case for the icmpv6 issue spotted by naddy | Eric Faurot | |
2013-03-28 | More tests for negative seeks, prodded by matthew@ | Martin Pieuchot | |
2012-07-13 | import regression suite for asr | Eric Faurot | |
2013-03-27 | More test cases, especially when opening the stream in append an write | Martin Pieuchot | |
modes. | |||
2013-03-27 | add two tests for resolving a regular module (passes) and the full path | Jasper Lievisse Adriaanse | |
to a pkgconfig file (currently fails). the fix for pkg-config will be committed shortly | |||
2013-03-26 | accept "octeon" as a valid obsd arch; | Jason McIntyre | |
2013-03-25 | Disable the blocked_{close,dup2,fifo} tests, as we know they fail | Philip Guenther | |
2013-03-25 | Add some more tests; prodded by mpi@ | Philip Guenther | |
2013-03-23 | Only regenerate host keys if they don't exist or if ssh-keygen has changed | Darren Tucker | |
since they were. Reduces test runtime by 5-30% depending on machine speed. | |||
2013-03-21 | sys/param.h, not machine/param.h | Theo de Raadt | |
2013-03-14 | more or less sync to latest netbsd revision (1.29): | Jason McIntyre | |
- libj -> libmj (my error) - fix some incorrect warnings about `new sentence, new line' (1.25) stuff we don;t have: - the -A and -O options (not fully implemented on netbsd anyway) - $order (not currently used on netbsd) also we have a couple of fixes not yet in netbsd: - -l added correctly to usage - correct line number reporting for dup rcs ids | |||
2013-03-14 | - some indent fixes | Jason McIntyre | |
- pull in 1.24: do not warn about () in literal strings or when used as macro argument |