Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-17 | - (djm) [regress/Makefile] use $TEST_SSH_KEYGEN instead of the one in | Damien Miller | |
$PATH, fix cleanup of droppings; reported by openssh AT roumenpetrov.info; ok dtucker@ | |||
2011-01-16 | - (dtucker) [Makefile.in configure.ac regress/kextype.sh] Skip sha256-based | Darren Tucker | |
on configurations that don't have it. | |||
2011-01-13 | - (tim) [regress/cert-hostkey.sh] Add missing TEST_SSH_ECC guard around some | Tim Rice | |
ecdsa bits. | |||
2011-01-13 | - (tim) [regress/cert-hostkey.sh] Typo. Missing $ on variable name. | Tim Rice | |
2011-01-13 | - (djm) [regress/kextype.sh] Testing diffie-hellman-group-exchange-sha256 | Damien Miller | |
should not depend on ECC support | |||
2011-01-13 | - (djm) [regress/Makefile] add a few more generated files to the clean | Damien Miller | |
target | |||
2011-01-10 | - (tim) [regress/host-expand.sh] Fix for building outside of read only | Tim Rice | |
source tree. | |||
2011-01-08 | - (djm) [regress/keytype.sh] s/echo -n/echon/ to repair failing regress | Damien Miller | |
test on OSX and others. Reported by imorgan AT nas.nasa.gov | |||
2011-01-07 | - djm@cvs.openbsd.org 2011/01/06 22:46:21 | Damien Miller | |
[regress/Makefile regress/host-expand.sh] regress test for LocalCommand %n expansion from bert.wesarg AT googlemail.com; ok markus@ | |||
2011-01-07 | - (djm) [regress/cert-hostkey.sh regress/cert-userkey.sh] fix shell test | Damien Miller | |
for no-ECC case. Patch from cristian.ionescu-idbohrn AT axis.com | |||
2010-12-05 | Id sync | Darren Tucker | |
2010-12-05 | - djm@cvs.openbsd.org 2010/12/04 00:21:19 | Darren Tucker | |
[regress/sftp-cmds.sh] adjust for hard-link support | |||
2010-12-05 | - (dtucker) [regress/Makefile] Id sync. | Darren Tucker | |
2010-11-08 | - (tim) [regress/kextype.sh] Not all platforms have time in /usr/bin. | Tim Rice | |
Feedback from dtucker@ | |||
2010-11-07 | - (tim) [regress/kextype.sh] Shell portability fix. | Tim Rice | |
2010-11-07 | - (tim) [regress/Makefile] Fixes to allow building/testing outside source | Tim Rice | |
tree. | |||
2010-11-05 | - (dtucker) [regress/kextype.sh] Make sha256 test depend on ECC. This is not | Darren Tucker | |
strictly correct since while ECC requires sha256 the reverse is not true however it does prevent spurious test failures. | |||
2010-11-05 | - (dtucker) [regress/kextype.sh] Add missing "test". | Darren Tucker | |
2010-11-05 | - (dtucker) [Makefile configure.ac regress/Makefile regress/keytype.sh] | Darren Tucker | |
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. | |||
2010-11-05 | - (dtucker) [regress/keytype.sh] Import new test. | Darren Tucker | |
2010-11-05 | - djm@cvs.openbsd.org 2010/09/22 12:26:05 | Damien Miller | |
[regress/Makefile regress/kextype.sh] regress test for each of the key exchange algorithms that we support | |||
2010-10-24 | - (dtucker) [regress/cert-userkey.sh] Disable ECC-based tests on platforms | Darren Tucker | |
which don't have ECC support in libcrypto. | |||
2010-10-24 | - (dtucker) [regress/cert-hostkey.sh] Disable ECC-based tests on platforms | Darren Tucker | |
which don't have ECC support in libcrypto. | |||
2010-10-21 | - djm@cvs.openbsd.org 2010/08/31 12:24:09 | Damien Miller | |
[regress/cert-hostkey.sh regress/cert-userkey.sh] tests for ECDSA certificates | |||
2010-08-17 | - (djm) [regress/README.regress] typo | Damien Miller | |
2010-08-12 | - (tim) [regress/login-timeout.sh regress/reconfigure.sh regress/reexec.sh | Tim Rice | |
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@ | |||
2010-07-02 | - djm@cvs.openbsd.org 2010/06/29 23:59:54 | Damien Miller | |
[cert-userkey.sh] regress tests for key options in AuthorizedPrincipals | |||
2010-07-02 | - phessler@cvs.openbsd.org 2010/06/27 19:19:56 | Damien Miller | |
[Makefile] fix how we run the tests so we can successfully use SUDO='sudo -E' in our env | |||
2010-05-21 | - djm@cvs.openbsd.org 2010/05/07 11:31:26 | Damien Miller | |
[regress/Makefile regress/cert-userkey.sh] regress tests for AuthorizedPrincipalsFile and "principals=" key option. feedback and ok markus@ | |||
2010-04-18 | - OpenBSD CVS Sync | Damien Miller | |
- 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 | |||
2010-03-04 | - djm@cvs.openbsd.org 2010/03/04 10:38:23 | Damien Miller | |
[regress/cert-hostkey.sh regress/cert-userkey.sh] additional regression tests for revoked keys and TrustedUserCAKeys | |||
2010-03-04 | - djm@cvs.openbsd.org 2010/03/03 00:47:23 | Damien Miller | |
[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) | |||
2010-03-04 | - (djm) [regress/Makefile] Cleanup sshd_proxy_orig | Damien Miller | |
2010-03-03 | - (djm) [regress/cert-userkey.sh] s/echo -n/echon/ here too | Damien Miller | |
2010-03-01 | - (dtucker) [regress/{cert-hostkey,cfgmatch,cipher-speed}.sh} Replace | Darren Tucker | |
"echo -n" with "echon" for portability. | |||
2010-02-27 | - djm@cvs.openbsd.org 2010/02/26 20:33:21 | Damien Miller | |
[Makefile regress/cert-hostkey.sh regress/cert-userkey.sh] regression tests for certified keys | |||
2010-02-24 | - dtucker@cvs.openbsd.org 2009/11/09 04:20:04 | Damien Miller | |
[regress/Makefile keygen-convert.sh] add regression test for ssh-keygen pubkey conversions | |||
2010-02-24 | - markus@cvs.openbsd.org 2010/02/08 10:52:47 | Damien Miller | |
[regress/agent-pkcs11.sh] test for PKCS#11 support (currently disabled) | |||
2010-02-24 | - djm@cvs.openbsd.org 2010/02/24 06:21:56 | Damien Miller | |
[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@ | |||
2010-02-24 | - djm@cvs.openbsd.org 2010/02/09 06:29:02 | Damien Miller | |
[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@ | |||
2010-02-24 | - djm@cvs.openbsd.org 2010/02/09 04:57:36 | Damien Miller | |
[regress/addrmatch.sh] clean up droppings | |||
2010-02-24 | - dtucker@cvs.openbsd.org 2010/01/11 02:53:44 | Damien Miller | |
[regress/forwarding.sh] regress test for stdio forwarding | |||
2010-02-24 | - dtucker@cvs.openbsd.org 2009/11/09 04:20:04 | Damien Miller | |
[regress/Makefile] add regression test for ssh-keygen pubkey conversions | |||
2010-01-16 | - (tim) [regress/portnum.sh] Shell portability fix. | Tim Rice | |
2009-10-12 | - markus@cvs.openbsd.org 2009/10/08 18:04:27 | Darren Tucker | |
[regress/test-exec.sh] re-enable protocol v1 for the tests. | |||
2009-10-07 | - (dtucker) [regress/portnum.sh] Import new test. | Darren Tucker | |
2009-10-07 | fix id | Darren Tucker | |
2009-10-07 | - dtucker@cvs.openbsd.org 2009/10/06 23:51:49 | Darren Tucker | |
[regress/ssh2putty.sh] Add OpenBSD tag to make syncs easier | |||
2009-10-07 | - djm@cvs.openbsd.org 2009/08/20 18:43:07 | Darren Tucker | |
[ssh-com-sftp.sh] fix one sftp -D ... => sftp -P ... conversion that I missed; from Carlos Silva for Google Summer of Code | |||
2009-10-07 | - djm@cvs.openbsd.org 2009/08/13 01:11:55 | Darren Tucker | |
[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 |