summaryrefslogtreecommitdiff
path: root/regress/agent.sh
Commit message (Collapse)AuthorAgeFilesLines
* upstream: s/PubkeyAcceptedKeyTypes/PubkeyAcceptedAlgorithms/djm@openbsd.org2021-02-251-3/+3
| | | | OpenBSD-Regress-ID: 3dbc005fa29f69dc23d97e433b6dffed6fe7cb69
* upstream: Use $OBJ to find key files. Fixes test when run on an objdtucker@openbsd.org2020-07-151-5/+5
| | | | | | directory (on OpenBSD) or out of tree (in Portable). OpenBSD-Regress-ID: 938fa8ac86adaa527d64a305bd2135cfbb1c0a17
* upstream: regress test for ssh-add -d; ok dtucker@djm@openbsd.org2020-06-261-5/+68
| | | | OpenBSD-Regress-ID: 3a2e044be616afc7dd4f56c100179e83b33d8abf
* upstream: unit tests for ForwardAgent=/path; from Eric Chiangdjm@openbsd.org2019-12-211-2/+43
| | | | OpenBSD-Regress-ID: 24f693f78290b2c17725dab2c614dffe4a88c8da
* upstream: test FIDO2/U2F key types; ok markus@djm@openbsd.org2019-11-271-5/+5
| | | | OpenBSD-Regress-ID: 367e06d5a260407619b4b113ea0bd7004a435474
* upstream: Only add ssh-dss to allowed key types if it's supporteddtucker@openbsd.org2019-07-231-4/+5
| | | | | | by the binary. OpenBSD-Regress-ID: 395a54cab16e9e4ece9aec047ab257954eebd413
* upstream: Enable ssh-dss for the agent test. Disable it for thedtucker@openbsd.org2019-01-281-1/+6
| | | | | | certificate test. OpenBSD-Regress-ID: 388c1e03e1def539d350f139b37d69f12334668d
* upstream commitdjm@openbsd.org2017-12-191-52/+92
| | | | | | | | | explicitly test all key types and their certificate counterparts refactor a little OpenBSD-Regress-ID: e9ecd5580821b9ef8b7106919c6980d8e45ca8c4
* upstream commitdjm@openbsd.org2017-05-011-21/+17
| | | | | | | eliminate explicit specification of protocol in tests and loops over protocol. We only support SSHv2 now. Upstream-Regress-ID: 0082838a9b8a382b7ee9cbf0c1b9db727784fadd
* upstream commitmarkus@openbsd.org2015-03-051-4/+4
| | | | make it possible to run tests w/o ssh1 support; ok djm@
* - djm@cvs.openbsd.org 2014/02/27 21:21:25Damien Miller2014-02-281-1/+1
| | | | | | | [agent-ptrace.sh agent.sh] keep return values that are printed in error messages; from portable (Id sync only)
* - (tim) [regress/agent.sh regress/agent-ptrace.sh] Assign $? to a variableTim Rice2014-01-281-12/+18
| | | | | when used as an error message inside an if statement so we display the correct into. agent.sh patch from Petr Lautrbach.
* - markus@cvs.openbsd.org 2013/12/06 13:52:46Damien Miller2013-12-071-2/+2
| | | | | | [regress/Makefile regress/agent.sh regress/cert-hostkey.sh] [regress/cert-userkey.sh regress/keytype.sh] test ed25519 support; from djm@
* - dtucker@cvs.openbsd.org 2013/05/17 00:37:40Darren Tucker2013-05-171-2/+2
| | | | | | | | | [regress/agent.sh regress/keytype.sh regress/cfgmatch.sh regress/forcecommand.sh regress/proto-version.sh regress/test-exec.sh regress/cipher-speed.sh regress/cert-hostkey.sh regress/cert-userkey.sh regress/ssh-com.sh] replace 'echo -n' with 'printf' since it's more portable also remove "echon" hack.
* - jmc@cvs.openbsd.org 2007/11/25 15:35:09Damien Miller2008-03-121-2/+2
| | | | | | | [regress/agent-getpeereid.sh regress/agent.sh] more existant -> existent, from Martynas Venckus; pfctl changes: ok henning ssh changes: ok deraadt
* - [regress/agent.sh regress/proto-version.sh regress/ssh-com.shDarren Tucker2003-09-041-1/+1
| | | | regress/test-exec.sh] Handle different was of echoing without newlines.
* - (djm) Import OpenBSD regression tests. Requires BSD make to runDamien Miller2002-05-011-0/+75