summaryrefslogtreecommitdiff
path: root/regress
Commit message (Collapse)AuthorAgeFilesLines
* - (tim) [regress/keytype.sh] stderr redirection needs to be inside back quotetim2012-02-151-1/+1
| | | | to work. Spotted by Angel Gonzalez
* - (djm) [regress/connect-privsep.sh regress/test-exec.sh] demote fataldjm2011-09-042-1/+7
| | | | regress errors for the sandbox to warnings. ok tim dtucker
* - (djm) [regress/cipher-speed.sh regress/try-ciphers.sh] disable HMAC-SHA2djm2011-08-172-4/+6
| | | | MAC tests for platforms that hack EVP_SHA2 support
* - djm@cvs.openbsd.org 2011/08/02 01:23:41djm2011-08-172-5/+9
| | | | | [regress/cipher-speed.sh regress/try-ciphers.sh] add SHA256/SHA512 based HMAC modes
* - markus@cvs.openbsd.org 2011/06/30 22:44:43djm2011-08-171-1/+12
| | | | | [connect-privsep.sh] test with sandbox enabled; ok djm@
* - dtucker@cvs.openbsd.org 2011/06/03 05:35:10djm2011-08-171-1/+1
| | | | | [regress/cfgmatch.sh] use OBJ to find test configs, patch from Tim Rice
* - (tim) [regress/cfgmatch.sh] Build/test out of tree fix.tim2011-06-031-2/+2
|
* - dtucker@cvs.openbsd.org 2011/06/03 00:29:52dtucker2011-06-031-5/+17
| | | | | | | [regress/dynamic-forward.sh] Retry establishing the port forwarding after a small delay, should make the tests less flaky when the previous test is slow to shut down and free up the port.
* - dtucker@cvs.openbsd.org 2011/05/31 02:03:34dtucker2011-06-031-2/+4
| | | | | [regress/dynamic-forward.sh] work around startup and teardown races; caught by deraadt
* - dtucker@cvs.openbsd.org 2011/05/31 02:01:58dtucker2011-06-031-23/+3
| | | | | [regress/dynamic-forward.sh] back out revs 1.6 and 1.5 since it's not reliable
* - djm@cvs.openbsd.org 2011/05/23 03:31:31djm2011-05-291-32/+34
| | | | | | [regress/cfgmatch.sh] include testing of multiple/overridden AuthorizedKeysFiles refactor to simply daemon start/stop and get rid of racy constructs
* - dtucker@cvs.openbsd.org 2011/05/20 06:32:30djm2011-05-201-2/+2
| | | | | [dynamic-forward.sh] fix dumb error in dynamic-forward test
* - dtucker@cvs.openbsd.org 2011/05/20 05:19:50djm2011-05-201-3/+20
| | | | | [dynamic-forward.sh] Prevent races in dynamic forwarding test; ok djm
* - djm@cvs.openbsd.org 2011/05/20 02:43:36djm2011-05-201-1/+1
| | | | | | [cert-hostkey.sh] another attempt to generate a v00 ECDSA key that broke the test ID sync only - portable already had this somehow
* - djm@cvs.openbsd.org 2011/05/17 07:13:31djm2011-05-201-2/+2
| | | | | | [regress/cert-userkey.sh] fatal() if asked to generate a legacy ECDSA cert (these don't exist) and fix the regress test that was trying to generate them :)
* - (djm) [Makefile.in WARNING.RNG aclocal.m4 buildpkg.sh.in configure.ac]djm2011-05-051-5/+1
| | | | | | | | | [entropy.c ssh-add.c ssh-agent.c ssh-keygen.c ssh-keyscan.c] [ssh-keysign.c ssh-pkcs11-helper.c ssh-rand-helper.8 ssh-rand-helper.c] [ssh.c ssh_prng_cmds.in sshd.c contrib/aix/buildbff.sh] [regress/README.regress] Remove ssh-rand-helper and all its tentacles. PRNGd seeding has been rolled into entropy.c directly. Thanks to tim@ for testing on affected platforms.
* - (tim) [regress/agent-getpeereid.sh] shell portability fix.tim2011-01-171-1/+3
|
* - (djm) [configure.ac regress/agent-getpeereid.sh regress/multiplex.sh]djm2011-01-174-14/+28
| | | | | | | | | | | | [regress/sftp-glob.sh regress/test-exec.sh] Rework how feature tests are disabled on platforms that do not support them; add a "config_defined()" shell function that greps for defines in config.h and use them to decide on feature tests. Convert a couple of existing grep's over config.h to use the new function Add a define "FILESYSTEM_NO_BACKSLASH" for filesystem that can't represent backslash characters in filenames, enable it for Cygwin and use it to turn of tests for quotes backslashes in sftp-glob.sh. based on discussion with vinschen AT redhat.com and dtucker@; ok dtucker@
* - (djm) [regress/agent-getpeereid.sh] leave stdout attached when runningdjm2011-01-171-1/+1
| | | | ssh-add to avoid $SUDO failures on Linux
* - (djm) [regress/agent-ptrace.sh] Fix false failure on OS X by addingdjm2011-01-171-1/+1
| | | | its unique snowflake of a gdb error to the ones we look for.
* - (djm) [regress/Makefile] use $TEST_SSH_KEYGEN instead of the one indjm2011-01-161-23/+25
| | | | | $PATH, fix cleanup of droppings; reported by openssh AT roumenpetrov.info; ok dtucker@
* - (dtucker) [Makefile.in configure.ac regress/kextype.sh] Skip sha256-baseddtucker2011-01-161-1/+3
| | | | on configurations that don't have it.
* - (tim) [regress/cert-hostkey.sh] Add missing TEST_SSH_ECC guard around sometim2011-01-141-3/+5
| | | | ecdsa bits.
* - (tim) [regress/cert-hostkey.sh] Typo. Missing $ on variable name.tim2011-01-141-1/+1
|
* - (djm) [regress/kextype.sh] Testing diffie-hellman-group-exchange-sha256djm2011-01-131-1/+1
| | | | should not depend on ECC support
* - (djm) [regress/Makefile] add a few more generated files to the cleandjm2011-01-131-1/+1
| | | | target
* - (tim) [regress/host-expand.sh] Fix for building outside of read onlytim2011-01-101-3/+3
| | | | source tree.
* - (djm) [regress/keytype.sh] s/echo -n/echon/ to repair failing regressdjm2011-01-081-1/+1
| | | | test on OSX and others. Reported by imorgan AT nas.nasa.gov
* - djm@cvs.openbsd.org 2011/01/06 22:46:21djm2011-01-062-3/+22
| | | | | | [regress/Makefile regress/host-expand.sh] regress test for LocalCommand %n expansion from bert.wesarg AT googlemail.com; ok markus@
* - (djm) [regress/cert-hostkey.sh regress/cert-userkey.sh] fix shell testdjm2011-01-062-2/+2
| | | | for no-ECC case. Patch from cristian.ionescu-idbohrn AT axis.com
* Id syncdtucker2010-12-041-1/+1
|
* - djm@cvs.openbsd.org 2010/12/04 00:21:19dtucker2010-12-041-2/+8
| | | | | [regress/sftp-cmds.sh] adjust for hard-link support
* - (dtucker) [regress/Makefile] Id sync.dtucker2010-12-041-1/+1
|
* - (tim) [regress/kextype.sh] Not all platforms have time in /usr/bin.tim2010-11-081-1/+5
| | | | Feedback from dtucker@
* - (tim) [regress/kextype.sh] Shell portability fix.tim2010-11-071-2/+2
|
* - (tim) [regress/Makefile] Fixes to allow building/testing outside sourcetim2010-11-071-9/+9
| | | | tree.
* - (dtucker) [regress/kextype.sh] Make sha256 test depend on ECC. This is notdtucker2010-11-051-1/+1
| | | | | strictly correct since while ECC requires sha256 the reverse is not true however it does prevent spurious test failures.
* - (dtucker) [regress/kextype.sh] Add missing "test".dtucker2010-11-051-1/+1
|
* - (dtucker) [Makefile configure.ac regress/Makefile regress/keytype.sh]dtucker2010-11-055-6/+36
| | | | | Import recent changes to regress/Makefile, pass a flag to enable ECC tests from configure through to regress/Makefile and use it in the tests.
* - (dtucker) [regress/keytype.sh] Import new test.dtucker2010-11-051-0/+48
|
* - djm@cvs.openbsd.org 2010/09/22 12:26:05djm2010-11-042-2/+29
| | | | | [regress/Makefile regress/kextype.sh] regress test for each of the key exchange algorithms that we support
* - (dtucker) [regress/cert-userkey.sh] Disable ECC-based tests on platformsdtucker2010-10-241-4/+11
| | | | which don't have ECC support in libcrypto.
* - (dtucker) [regress/cert-hostkey.sh] Disable ECC-based tests on platformsdtucker2010-10-241-6/+13
| | | | which don't have ECC support in libcrypto.
* - djm@cvs.openbsd.org 2010/08/31 12:24:09djm2010-10-212-13/+29
| | | | | [regress/cert-hostkey.sh regress/cert-userkey.sh] tests for ECDSA certificates
* - (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