summaryrefslogtreecommitdiff
path: root/regress/putty-transfer.sh
Commit message (Collapse)AuthorAgeFilesLines
* upstream: Fix ssh-rsa fallback for old PuTTY interop tests.dtucker@openbsd.org2021-09-011-2/+3
| | | | OpenBSD-Regress-ID: a19ac929da604843a5b5f0f48d2c0eb6e0773d37
* upstream: Add a function to skip remaining tests.dtucker@openbsd.org2021-09-011-2/+2
| | | | | | | Many tests skip tests for various reasons but not in a consistent way and don't always clean up, so add that and switch the tests that do that over. OpenBSD-Regress-ID: 72d2ec90a3ee8849486956a808811734281af735
* upstream: Specify path to PuTTY keys.dtucker@openbsd.org2021-09-011-1/+1
| | | | | | | Portable needs this and it makes no difference on OpenBSD, so resync them. (Id sync only, Portable already had this.) OpenBSD-Regress-ID: 33f6f66744455886d148527af8368811e4264162
* upstream: Better compat tests with old PuTTY.dtucker@openbsd.org2021-08-311-1/+7
| | | | | | | | When running PuTTY interop tests and using a PuTTY version older than 0.76, re-enable the ssh-rsa host key algorithm (the 256 and 512 variants of RSA were added some time between 0.73 and 0.76). OpenBSD-Regress-ID: e6138d6987aa705fa1e4f216db0bb386e1ff38e1
* Resync PuTTY interop tests.Darren Tucker2021-08-311-2/+1
| | | | Resync behaviour when REGRESS_INTEROP_PUTTY is not set with OpenBSD.
* upstream: Handle zlib compression being disabled now that it'sdtucker@openbsd.org2020-01-231-2/+8
| | | | | | optional. OpenBSD-Regress-ID: 0af4fbc5168e62f89d0350de524bff1cb00e707a
* Provide $OBJ to paths in PuTTY interop tests.Darren Tucker2018-03-231-2/+2
|
* upstream: unbreak interop test after SSHv1 purge; patch from Colindjm@openbsd.org2018-02-231-3/+3
| | | | | | Watson via bz#2823 OpenBSD-Regress-ID: 807d30a597756ed6612bdf46dfebca74f49cb31a
* upstream commitdjm@openbsd.org2017-05-011-24/+21
| | | | | | | eliminate explicit specification of protocol in tests and loops over protocol. We only support SSHv2 now. Upstream-Regress-ID: 0082838a9b8a382b7ee9cbf0c1b9db727784fadd
* upstream commitdtucker@openbsd.org2016-11-291-3/+3
| | | | | | | Allow PuTTY interop tests to run unattended. bz#2639, patch from cjwatson at debian.org. Upstream-Regress-ID: 4345253558ac23b2082aebabccd48377433b6fe0
* - dtucker@cvs.openbsd.org 2013/05/17 04:29:14Darren Tucker2013-05-171-4/+1
| | | | | | | | | | | | [regress/sftp.sh regress/putty-ciphers.sh regress/cipher-speed.sh regress/test-exec.sh regress/sftp-batch.sh regress/dynamic-forward.sh regress/putty-transfer.sh regress/conch-ciphers.sh regress/sftp-cmds.sh regress/scp.sh regress/ssh-com-sftp.sh regress/rekey.sh regress/putty-kex.sh regress/stderr-data.sh regress/stderr-after-eof.sh regress/sftp-badcmds.sh regress/reexec.sh regress/ssh-com-client.sh regress/sftp-chroot.sh regress/forwarding.sh regress/transfer.sh regress/multiplex.sh] Move the setting of DATA and COPY into test-exec.sh
* - (djm) [regress/conch-ciphers.sh regress/putty-ciphers.sh]Damien Miller2009-02-161-1/+2
| | | | | | [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/06/30 10:31:11Darren Tucker2008-07-041-3/+1
| | | | | [putty-transfer.sh putty-kex.sh putty-ciphers.sh] remove "set -e" left over from debugging
* - djm@cvs.openbsd.org 2007/12/21 04:13:53Damien Miller2008-03-131-0/+45
[regress/Makefile regress/test-exec.sh regress/putty-ciphers.sh] [regress/putty-kex.sh regress/putty-transfer.sh regress/ssh2putty.sh] basic (crypto, kex and transfer) interop regression tests against putty To run these, install putty and run "make interop-tests" from the build directory - the tests aren't run by default yet.