summaryrefslogtreecommitdiff
path: root/regress
Commit message (Collapse)AuthorAgeFilesLines
* - (djm) [regress/README.regress] typodjm2010-08-161-2/+2
|
* - (tim) [regress/login-timeout.sh regress/reconfigure.sh regress/reexec.shtim2010-08-124-6/+6
| | | | | | | regress/test-exec.sh] Under certain conditions when testing with sudo tests would fail because the pidfile could not be read by a regular user. "cat: cannot open ...../regress/pidfile: Permission denied (error 13)" Make sure cat is run by $SUDO. no objection from me. djm@
* - djm@cvs.openbsd.org 2010/06/29 23:59:54djm2010-07-021-1/+31
| | | | | [cert-userkey.sh] regress tests for key options in AuthorizedPrincipals
* - phessler@cvs.openbsd.org 2010/06/27 19:19:56djm2010-07-021-3/+3
| | | | | | [Makefile] fix how we run the tests so we can successfully use SUDO='sudo -E' in our env
* - djm@cvs.openbsd.org 2010/05/07 11:31:26djm2010-05-212-7/+115
| | | | | | [regress/Makefile regress/cert-userkey.sh] regress tests for AuthorizedPrincipalsFile and "principals=" key option. feedback and ok markus@
* - OpenBSD CVS Syncdjm2010-04-172-107/+147
| | | | | | | - djm@cvs.openbsd.org 2010/04/16 01:58:45 [regress/cert-hostkey.sh regress/cert-userkey.sh] regression tests for v01 certificate format includes interop tests for v00 certs
* - djm@cvs.openbsd.org 2010/03/04 10:38:23djm2010-03-042-45/+180
| | | | | [regress/cert-hostkey.sh regress/cert-userkey.sh] additional regression tests for revoked keys and TrustedUserCAKeys
* - djm@cvs.openbsd.org 2010/03/03 00:47:23djm2010-03-042-3/+44
| | | | | | [regress/cert-hostkey.sh regress/cert-userkey.sh] add an extra test to ensure that authentication with the wrong certificate fails as it should (and it does)
* - (djm) [regress/Makefile] Cleanup sshd_proxy_origdjm2010-03-041-1/+1
|
* - (djm) [regress/cert-userkey.sh] s/echo -n/echon/ here toodjm2010-03-031-1/+1
|
* - (dtucker) [regress/{cert-hostkey,cfgmatch,cipher-speed}.sh} Replacedtucker2010-03-013-7/+7
| | | | "echo -n" with "echon" for portability.
* - djm@cvs.openbsd.org 2010/02/26 20:33:21djm2010-02-263-2/+216
| | | | | [Makefile regress/cert-hostkey.sh regress/cert-userkey.sh] regression tests for certified keys
* - dtucker@cvs.openbsd.org 2009/11/09 04:20:04djm2010-02-241-0/+33
| | | | | [regress/Makefile keygen-convert.sh] add regression test for ssh-keygen pubkey conversions
* - markus@cvs.openbsd.org 2010/02/08 10:52:47djm2010-02-241-0/+69
| | | | | [regress/agent-pkcs11.sh] test for PKCS#11 support (currently disabled)
* - djm@cvs.openbsd.org 2010/02/24 06:21:56djm2010-02-241-2/+10
| | | | | | [regress/test-exec.sh] wait for sshd to fully stop in cleanup() function; avoids races in tests that do multiple start_sshd/cleanup cycles; "I hate pidfiles" deraadt@
* - djm@cvs.openbsd.org 2010/02/09 06:29:02djm2010-02-241-3/+6
| | | | | | [regress/Makefile] turn on all the malloc(3) checking options when running regression tests. this has caught a few bugs for me in the past; ok dtucker@
* - djm@cvs.openbsd.org 2010/02/09 04:57:36djm2010-02-241-3/+6
| | | | | [regress/addrmatch.sh] clean up droppings
* - dtucker@cvs.openbsd.org 2010/01/11 02:53:44djm2010-02-241-1/+11
| | | | | [regress/forwarding.sh] regress test for stdio forwarding
* - dtucker@cvs.openbsd.org 2009/11/09 04:20:04djm2010-02-241-1/+2
| | | | | [regress/Makefile] add regression test for ssh-keygen pubkey conversions
* - (tim) [regress/portnum.sh] Shell portability fix.tim2010-01-161-1/+3
|
* - markus@cvs.openbsd.org 2009/10/08 18:04:27dtucker2009-10-111-1/+3
| | | | | [regress/test-exec.sh] re-enable protocol v1 for the tests.
* - (dtucker) [regress/portnum.sh] Import new test.dtucker2009-10-071-0/+32
|
* fix iddtucker2009-10-061-1/+1
|
* - dtucker@cvs.openbsd.org 2009/10/06 23:51:49dtucker2009-10-061-0/+1
| | | | | [regress/ssh2putty.sh] Add OpenBSD tag to make syncs easier
* - djm@cvs.openbsd.org 2009/08/20 18:43:07dtucker2009-10-061-2/+2
| | | | | | [ssh-com-sftp.sh] fix one sftp -D ... => sftp -P ... conversion that I missed; from Carlos Silva for Google Summer of Code
* - djm@cvs.openbsd.org 2009/08/13 01:11:55dtucker2009-10-065-54/+55
| | | | | | | | | | [sftp-batch.sh sftp-badcmds.sh sftp.sh sftp-cmds.sh sftp-glob.sh] date: 2009/08/13 01:11:19; author: djm; state: Exp; lines: +10 -7 Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path", add "-P port" to match scp(1). Fortunately, the -P option is only really used by our regression scripts. part of larger patch from carlosvsilvapt@gmail.com for his Google Summer of Code work; ok deraadt markus
* - djm@cvs.openbsd.org 2009/08/13 00:57:17dtucker2009-10-061-2/+3
| | | | | | [regress/Makefile] regression test for port number parsing. written as part of the a2port change that went into 5.2 but I forgot to commit it at the time...
* - dtucker@cvs.openbsd.org 2009/05/05 07:51:36dtucker2009-10-061-10/+10
| | | | | | [regress/multiplex.sh] Always specify ssh_config for multiplex tests: prevents breakage caused by options in ~/.ssh/config. From Dan Peterson.
* - djm@cvs.openbsd.org 2008/12/07 22:17:48dtucker2009-10-061-2/+2
| | | | | | [regress/addrmatch.sh] match string "passwordauthentication" only at start of line, not anywhere in sshd -T output
* - (djm) [regress/conch-ciphers.sh regress/putty-ciphers.sh]djm2009-02-164-4/+8
| | | | | | [regress/putty-kex.sh regress/putty-transfer.sh] Downgrade disabled interop tests from FATAL error to a warning. Allows some interop tests to proceed if others are missing necessary prerequisites.
* - djm@cvs.openbsd.org 2008/11/10 02:06:35dtucker2008-11-111-2/+2
| | | | | [regress/putty-ciphers.sh] PuTTY supports AES CTR modes, so interop test against them too
* - djm@cvs.openbsd.org 2008/06/30 10:43:03dtucker2008-07-041-6/+6
| | | | | [regress/conch-ciphers.sh] explicitly disable conch options that could interfere with the test
* - djm@cvs.openbsd.org 2008/06/30 10:31:11dtucker2008-07-043-9/+3
| | | | | [putty-transfer.sh putty-kex.sh putty-ciphers.sh] remove "set -e" left over from debugging
* - djm@cvs.openbsd.org 2008/06/30 08:07:34dtucker2008-07-041-3/+3
| | | | | | [key-options.sh] shell portability: use "=" instead of "==" in test(1) expressions, double-quote string with backslash escaped /
* - (djm) [regress/Makefile] search for conch by path, like we do puttydjm2008-06-291-4/+8
|
* - djm@cvs.openbsd.org 2008/06/28 13:57:25djm2008-06-293-3/+43
| | | | | | | [regress/Makefile regress/test-exec.sh regress/conch-ciphers.sh] very basic regress test against Twisted Conch in "make interop" target (conch is available in ports/devel/py-twisted/conch); ok markus@
* - dtucker@cvs.openbsd.org 2008/06/11 23:11:40djm2008-06-291-2/+1
| | | | | [Makefile] Don't run cipher-speed test by default; mistakenly enabled by me
* - dtucker@cvs.openbsd.org 2008/06/10 23:13:43djm2008-06-291-1/+3
| | | | | [regress/Makefile regress/key-options.sh] Add regress test for key options. ok djm@
* - dtucker@cvs.openbsd.org 2008/06/10 23:13:43dtucker2008-06-101-0/+71
| | | | | [Makefile regress/key-options.sh] Add regress test for key options. ok djm@
* - (dtucker) [Makefile.in configure.ac regress/addrmatch.sh] Skip IPv6dtucker2008-06-101-0/+1
| | | | specific tests on platforms that don't do IPv6.
* - dtucker@cvs.openbsd.org 2008/06/10 15:28:49dtucker2008-06-101-2/+2
| | | | | [test-exec.sh] Add quotes
* - dtucker@cvs.openbsd.org 2008/06/10 15:21:41dtucker2008-06-101-2/+10
| | | | | [test-exec.sh] Use a more portable construct for checking if we're running a putty test
* fix version tagdtucker2008-06-102-2/+2
|
* - dtucker@cvs.openbsd.org 2008/06/10 05:23:32dtucker2008-06-102-0/+42
| | | | | [addrmatch.sh Makefile] Regress test for Match CIDR rules. ok djm@
* - dtucker@cvs.openbsd.org 2008/06/09 18:06:32dtucker2008-06-101-3/+4
| | | | | [regress/test-exec.sh] Don't generate putty keys if we're not going to use them. ok djm
* - (djm) [regress/Makefile] cleanup PuTTY interop test droppingsdjm2008-03-271-1/+4
|
* - djm@cvs.openbsd.org 2008/03/24 21:46:54djm2008-03-271-12/+1
| | | | | | [regress/sftp-badcmds.sh] disable no-replace rename test now that we prefer a POSIX rename; spotted by dkrause@
* - (djm) [regress/test-exec.sh] Quote putty-related variables in case they aredjm2008-03-141-3/+3
| | | | | | empty; report and patch from Peter Stuge - (djm) [regress/test-exec.sh] Silence noise from detection of putty commands; report from Peter Stuge
* - (tim) [regress/localcommand.sh] Shell portability fix. Reported by imorgan attim2008-03-141-1/+1
| | | | nas.nasa.gov
* - (tim) [regress/sftp-cmds.sh] s/cd/lcd/ in lls test. Reported bytim2008-03-141-1/+1
| | | | | vinschen at redhat.com. Add () to put echo commands in subshell for lls test I mistakenly left out of last commit.