summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2022-02-06Add test for empty hostname with port.Darren Tucker
2022-02-05Adapt appstest.sh for the new TLS_ names.Theo Buehler
2022-02-04Add unit tests for hpdelim.Darren Tucker
2022-02-01test 'ssh-keygen -Y find-principals' with wildcard principals;Damien Miller
2022-01-21Enable all supported ciphers and macs in the server before tryingDarren Tucker
2022-01-19Mark regress set requests as expected failure now that snmpd(8) doesn'tMartijn van Duren
2022-01-13Set LC_ALL in both local and remote shells so that sorted outputDarren Tucker
2022-01-13Avoid %'s in commands (not used in OpenBSD, but used in -portable'sDarren Tucker
2022-01-12Enable commandl1, commandl2, and commandD1.Martijn van Duren
2022-01-12Use egrep when searching for an anchored string.Darren Tucker
2022-01-11remove hardcoded domain and use window.location.host, so this canDamien Miller
2022-01-08Remove errant "set -x" left over from debugging.Darren Tucker
2022-01-08Enable all supported hostkey algorithms (but no others). Allows hostbasedDarren Tucker
2022-01-06Don't explicitly set HostbasedAuthentication in sshd_config.Darren Tucker
2022-01-06Add test for hostbased auth. It requires some external setup (seeDarren Tucker
2022-01-05select all RSA hostkey algorithms for UpdateHostkeys tests, not justDamien Miller
2022-01-05regress test both sshsig message hash algorithms, possible now becauseDamien Miller
2022-01-05regression test for find-principals NULL deref; from Fabian StelzerDamien Miller
2022-01-04Log command invocation in debugging log to aid in manually reproducingDarren Tucker
2022-01-04unbreak test: was picking up system ssh-add instead of the one supposedlyDamien Miller
2021-12-29Add regress tests for grep -A, -B and -C flagssdk
2021-12-19regression test for destination restrictions in ssh-agentDamien Miller
2021-12-18Make use of ntests variable, pointed out by clang 13.Anton Lindqvist
2021-12-14sys/param.h cleanup, mostly using MINIMUM() and <limits.h>Theo de Raadt
2021-11-27whitespac eDamien Miller
2021-11-27regression test for match-principals. Mostly by Fabian StelzerDamien Miller
2021-11-18regression test for ssh-keygen -Y find-principals fix;Damien Miller
2021-11-02crank SSH_SK_VERSION_MAJOR to match recent change in usr/bin/sshDamien Miller
2021-10-29sshsig: add tests for signing key validity and find-principalsDamien Miller
2021-10-29avoid signedness warning; spotted in -portableDamien Miller
2021-10-28increment SSH_SK_VERSION_MAJOR to match last changeDamien Miller
2021-10-25Drop two uses of the terrible asn1 kludge spotted by antonTheo Buehler
2021-10-06use libc SHA256 functions; make this work when compiled !WITH_OPENSSLDamien Miller
2021-10-01Add test for ssh hashed known_hosts handling.Darren Tucker
2021-09-30Fix up whitespace left by previous change removing privsep. No otherDarren Tucker
2021-09-30Remove (almost all) references to privsep. This removes several do..whileDarren Tucker
2021-09-30Use "skip" instead of "fatal" if SUDO isn't set for the *-command tests.Darren Tucker
2021-09-29Test certificate hostkeys held in ssh-agent too. Would have caughtDamien Miller
2021-09-28Use -Wl,-z,wxneeded instead of -z wxneeded such that this builds with baseMark Kettenis
2021-09-27These tests pass in a few seconds. Remove REGRESS_SLOW_TARGETS.Alexander Bluhm
2021-09-20Fix appstest.sh for testing with OpenSSL 3.0Kinichiro Inoguchi
2021-09-09zap trailing whitespaceTheo Buehler
2021-09-09Do not abuse the "cleandir" target to delete part of the test output.Ingo Schwarze
2021-09-07Correctly calculate required column widths for tables containingIngo Schwarze
2021-09-03Add test for client termination status on signal.Darren Tucker
2021-09-02regress tests shouldn't set or modify MALLOC_OPTIONS unless they're actually ...Jasper Lievisse Adriaanse
2021-09-01Fix ssh-rsa fallback for old PuTTY interop tests.Darren Tucker
2021-09-01Add a function to skip remaining tests. Many tests skip tests forDarren Tucker
2021-08-31Specify path to PuTTY keys. Portable needs this and it makes noDarren Tucker
2021-08-31When running PuTTY interop tests and using a PuTTY version older thanDarren Tucker