Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-15 | - (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and | Darren Tucker | |
HP-UX, skip test on AIX. | |||
2003-11-03 | - (dtucker) [regress/agent-ptrace.sh] Use numeric uid and gid. | Darren Tucker | |
2003-10-21 | Remove OBJ, shouldn't be there | Darren Tucker | |
2003-10-21 | - (dtucker) [regress/agent-ptrace.sh] Skip agent-test unless SUDO is set, | Darren Tucker | |
make agent setgid during test. | |||
2003-10-15 | [regress/banner.sh] portability fix. | Tim Rice | |
2003-10-08 | - djm@cvs.openbsd.org 2003/10/07 07:04:52 | Darren Tucker | |
[regress/sftp-cmds.sh] more sftp quoting regress tests; ok markus | |||
2003-10-08 | - dtucker@cvs.openbsd.org 2003/10/07 01:52:13 | Darren Tucker | |
[regress/Makefile regress/banner.sh] Test SSH2 banner. ok markus@ | |||
2003-09-14 | - (dtucker) [regress/Makefile] AIX's make doesn't like " +=", so replace | Darren Tucker | |
with vanilla "=". Hopefully everybody's "make" will be happy with that. | |||
2003-09-14 | - (dtucker) [Makefile regress/Makefile] Fix portability issues preventing | Darren Tucker | |
the regression tests from running with Solaris' make. Patch from Brian Poole (raj at cerias.purdue.edu). Further info: Solaris' /usr/ccs/bin/make * requires a space before "+=" (but not "=") * does not like @for The bit that relies on a trailing "/" on $OBJ so "rm ${OBJ}$$F works in the current dir if OBJ isn't set is my fault. Nasty but it works. | |||
2003-09-13 | - (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline for | Darren Tucker | |
slower hosts, increase to 10 sec. | |||
2003-09-12 | [regress/yes-head.sh] shell portability fix. | Tim Rice | |
2003-09-12 | [regress/agent-ptrace.sh] sh doesn't like "if ! shell_function; then". | Tim Rice | |
2003-09-11 | [regress/agent-ptrace.sh regress/dynamic-forward.sh | Tim Rice | |
regress/sftp-cmds.sh regress/stderr-after-eof.sh regress/test-exec.sh] no longer depends on which(1). patch by dtucker@ | |||
2003-09-10 | - (dtucker) [regressh/yes-head.sh] Some platforms (eg Solaris) don't have | Darren Tucker | |
"yes". | |||
2003-09-09 | [regress/sftp-badcmds.sh regress/sftp-cmds.sh] Fix errors like | Tim Rice | |
UX:rm: ERROR: Cannot remove '.' or '..' | |||
2003-09-09 | [regress/agent-timeout.sh] s/TIMEOUT/SSHAGENT_TIMEOUT/ Fixes conflict | Tim Rice | |
with shell read-only variable. | |||
2003-09-09 | [regress/Makefile] Fixes for building outside of a read-only source tree. | Tim Rice | |
2003-09-07 | - (dtucker) [regress/sftp-cmds.sh] Skip quoted file test on Cygwin. | Darren Tucker | |
2003-09-07 | - (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more | Darren Tucker | |
distinctive, so "rm ${BATCH}.*" doesn't match the script itself. | |||
2003-09-07 | - (dtucker) [dynamic-forward.sh forwarding.sh sftp-batch.sh (all regress/)] | Darren Tucker | |
Add ${EXEEXT}: required to work on Cygwin. | |||
2003-09-07 | - (dtucker) [agent-ptrace.sh dynamic-forward.sh (all regress/)] | Darren Tucker | |
Put "which" inside quotes. | |||
2003-09-04 | - [Makefile.in regress/agent-ptrace] Fix minor regress issues on Cygwin. | Darren Tucker | |
2003-09-04 | - [Makefile.in regress/agent-getpeereid.sh] config.h is now in $BUILDDIR | Darren Tucker | |
not $OBJ. | |||
2003-09-04 | - [regress/README.regress] Add a basic readme. | Darren Tucker | |
2003-09-04 | - [regress/Makefile] Remove BSDisms. | Darren Tucker | |
2003-09-04 | - [regress/test-exec.sh] Use sudo, search for "whoami" equivalent, always | Darren Tucker | |
use Strictmodes no, wait longer for sshd startup. | |||
2003-09-04 | - [regress/ssh-com-sftp.sh] Remove dependency on /dev/stdin. | Darren Tucker | |
2003-09-04 | - [regress/sftp-cmds.sh] Use portable "test" option. | Darren Tucker | |
2003-09-04 | - [regress/dynamic-forward.sh] Some "which" programs output on stderr. | Darren Tucker | |
2003-09-04 | - [regress/agent.sh regress/proto-version.sh regress/ssh-com.sh | Darren Tucker | |
regress/test-exec.sh] Handle different was of echoing without newlines. | |||
2003-09-04 | - [regress/agent-ptrace.sh regress/agent-timeout.sh] | Darren Tucker | |
"grep -q" -> "grep >/dev/null" | |||
2003-09-04 | - [regress/sftp.sh] Remove dependency on /dev/stdin. | Darren Tucker | |
2003-09-04 | Missing $ | Darren Tucker | |
2003-09-04 | - [regress/sftp-badcmds.sh regress/sftp-cmds.sh regress/sftp.sh | Darren Tucker | |
regress/ssh-com-client.sh regress/ssh-com-sftp.sh regress/stderr-data.sh regress/transfer.sh] Use ${EXEEXT} where appropriate. | |||
2003-09-04 | - [regress/stderr-after-eof.sh] Search for a usable checksum program. | Darren Tucker | |
2003-09-04 | - [regress/sftp-cmds.sh] Ensure file used for test are readable. | Darren Tucker | |
2003-09-04 | - [regress/rekey.sh] Remove dependence on /dev/zero (not all platforms have | Darren Tucker | |
it). The sparse file will take less disk space too. | |||
2003-09-04 | - [regress/reconfigure/sh] Make path to sshd fully qualified if required. | Darren Tucker | |
2003-09-04 | - [regress/agent-ptrace.sh] Skip tests if platform doesn't support it or | Darren Tucker | |
gdb cannot be found. | |||
2003-09-04 | - [regress/agent-getpeereid.sh] Skip test on platforms that don't support | Darren Tucker | |
getpeereid. | |||
2003-07-19 | - djm@cvs.openbsd.org 2003/07/19 00:46:31 | Darren Tucker | |
[regress/sftp-cmds.sh] regress test for sftp arguments with escaped quotes; ok markus | |||
2003-07-03 | - markus@cvs.openbsd.org 2003/07/03 08:24:13 | Darren Tucker | |
[regress/Makefile] enable tests for dynamic fwd via socks (-D), uses nc(1) | |||
2003-07-03 | - markus@cvs.openbsd.org 2003/07/03 08:21:46 | Darren Tucker | |
[regress/dynamic-forward.sh] add socks5; speedup; reformat; based on patch from dtucker@zip.com.au | |||
2003-06-28 | - (dtucker) [regress/dynamic-forward.sh] Import new regression test. | Darren Tucker | |
2003-06-22 | - (dtucker) OpenBSD CVS Sync (regress/) | Darren Tucker | |
- markus@cvs.openbsd.org 2003/06/21 09:14:05 [reconfigure.sh] missing $SUDO; from dtucker@zip.com.au - (dtucker) [regress/authorized_keys_root] Remove temp data file from CVS. | |||
2003-06-18 | - (dtucker) OpenBSD CVS Sync (regress/) | Darren Tucker | |
- markus@cvs.openbsd.org 2003/06/12 15:43:32 [Makefile] test -HUP; dtucker at zip.com.au | |||
2003-06-18 | - (dtucker) OpenBSD CVS Sync (regress/) | Darren Tucker | |
- markus@cvs.openbsd.org 2003/06/12 15:40:01 [try-ciphers.sh] add ctr | |||
2003-06-18 | - (dtucker) OpenBSD CVS Sync (regress/) | Darren Tucker | |
- mouring@cvs.openbsd.org 2003/05/15 04:07:12 [sftp-cmds.sh] Advanced put/get testing for sftp. OK @djm | |||
2003-06-18 | - (dtucker) OpenBSD CVS Sync (regress/) | Darren Tucker | |
- markus@cvs.openbsd.org 2003/05/14 22:08:27 [ssh-com-client.sh ssh-com-keygen.sh ssh-com-sftp.sh ssh-com.sh] test against some new commerical versions | |||
2003-06-18 | - (dtucker) OpenBSD CVS Sync (regress/) | Darren Tucker | |
- djm@cvs.openbsd.org 2003/04/04 09:34:22 [Makefile sftp-cmds.sh] More regression tests, including recent directory rename bug; ok markus@ |