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