summaryrefslogtreecommitdiff
path: root/regress
Commit message (Expand)AuthorAgeFilesLines
* upstream: Restore missing "!" in TEST_SSH_ELAPSED_TIMES test.dtucker@openbsd.org2022-07-251-2/+2
* upstream: Test TEST_SSH_ELAPSED_TIMES for empty string notdtucker@openbsd.org2022-07-251-2/+2
* Convert "have_prog" function into "which".Darren Tucker2022-07-231-1/+9
* Skip scp3 test if there's no scp on remote path.Darren Tucker2022-07-231-0/+6
* crank SSH_SK_VERSION_MAJOR in sk-dummy.soDamien Miller2022-07-201-1/+1
* Remove unintended changes.Darren Tucker2022-07-141-13/+0
* Only refuse to use OpenSSL 3.0.4 on x86_64.Darren Tucker2022-07-131-0/+13
* upstream: Add TEST_REGRESS_CACHE_DIR.dtucker@openbsd.org2022-07-041-1/+28
* upstream: test setenv in both client and server, test first-match-winsdjm@openbsd.org2022-06-032-4/+79
* fix some bugs in the fuzzerDamien Miller2022-05-301-1/+6
* fuzzer for authorized_keys parsingDamien Miller2022-05-272-1/+80
* upstream: regress test for in-place transfers and clobbering largerdjm@openbsd.org2022-05-161-1/+26
* upstream: Only run agent-ptrace.sh if gdb is available as allanton@openbsd.org2022-05-161-1/+1
* upstream: It looks like we can't completely avoiddtucker@openbsd.org2022-04-211-7/+18
* upstream: Use ssh -f and ControlPersist ..dtucker@openbsd.org2022-04-201-13/+11
* upstream: Simplify forward-control test.dtucker@openbsd.org2022-04-201-25/+9
* upstream: regression test for sftp cp commanddjm@openbsd.org2022-04-201-1/+6
* Skip agent-getpeereid when running as root.Darren Tucker2022-02-211-0/+3
* upstream: Aproximate realpath on the expected output by dedupingdtucker@openbsd.org2022-02-201-2/+3
* find sk-dummy.so when build_dir != src_dirDamien Miller2022-02-171-0/+2
* Fix helper include path and remove excess code.Darren Tucker2022-02-111-79/+1
* upstream: Add test for empty hostname with port.dtucker@openbsd.org2022-02-101-1/+12
* upstream: Add unit tests for hpdelim.dtucker@openbsd.org2022-02-103-2/+154
* portable-specific string array constificationDamien Miller2022-02-021-1/+1
* upstream: test 'ssh-keygen -Y find-principals' with wildcarddjm@openbsd.org2022-02-021-1/+18
* upstream: Enable all supported ciphers and macs in the serverdtucker@openbsd.org2022-02-021-0/+10
* Improve compatibility of early exit trap handling.Darren Tucker2022-01-201-2/+7
* Invoke EXIT handler early when using Valgrind.Darren Tucker2022-01-191-0/+13
* Wrap OpenSSL includes in unit tests in ifdef.Darren Tucker2022-01-144-0/+8
* Remove sort wrapper.Darren Tucker2022-01-131-6/+0
* upstream: Set LC_ALL in both local and remote shells so that sorteddtucker@openbsd.org2022-01-131-1/+5
* upstream: Avoid %'s in commands (not used in OpenBSD, but used indtucker@openbsd.org2022-01-131-2/+2
* upstream: Use egrep when searching for an anchored string.dtucker@openbsd.org2022-01-121-2/+2
* Add "rev" command replacement if needed.Darren Tucker2022-01-121-0/+6
* upstream: remove hardcoded domain and use window.location.host, so thisdjm@openbsd.org2022-01-121-3/+3
* Add wrapper for "sort" to set LC_ALL=C.Darren Tucker2022-01-101-0/+6
* upstream: Remove errant "set -x" left over from debugging.dtucker@openbsd.org2022-01-081-2/+1
* upstream: Enable all supported hostkey algorithms (but no others).dtucker@openbsd.org2022-01-081-8/+13
* upstream: Don't explicitly set HostbasedAuthentication indtucker@openbsd.org2022-01-071-2/+1
* upstream: Add test for hostbased auth. It requires some externaldtucker@openbsd.org2022-01-072-3/+65
* upstream: select all RSA hostkey algorithms for UpdateHostkeys tests,djm@openbsd.org2022-01-051-4/+13
* upstream: regress test both sshsig message hash algorithms, possibledjm@openbsd.org2022-01-051-8/+18
* upstream: regression test for find-principals NULL deref; from Fabiandjm@openbsd.org2022-01-051-1/+9
* upstream: Log command invocation while debugging.dtucker@openbsd.org2022-01-052-2/+4
* upstream: unbreak test: was picking up system ssh-add instead of thedjm@openbsd.org2022-01-041-3/+3
* remove sys/param.h in -portable, after upstreamDamien Miller2021-12-223-2/+2
* add agent-restrict.sh file, missed in last commitDamien Miller2021-12-201-0/+491
* upstream: regression test for destination restrictions in ssh-agentdjm@openbsd.org2021-12-201-2/+3
* upstream: Make use of ntests variable, pointed out by clang 13.anton@openbsd.org2021-12-201-2/+2
* upstream: sys/param.h cleanup, mostly using MINIMUM() andderaadt@openbsd.org2021-12-2025-52/+33