summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2022-04-28Element next-line scopes may nest, so man_breakscope() may have toIngo Schwarze
2022-04-27The .AT, .DT, and .UC macros are allowed inside next-line scopeIngo Schwarze
2022-04-27Fix three bugs regarding the interaction of \z and \h:Ingo Schwarze
2022-04-26typo in example text: unsused -> unused; noticed by tb@Ingo Schwarze
2022-04-26At the end of every tbl(7) cell, clear the \z state.Ingo Schwarze
2022-04-26If a node is tagged explicitly, skip implicit tagging for that node.Ingo Schwarze
2022-04-24If a .shift request has a negative argument, do not use a negative arrayIngo Schwarze
2022-04-22Remove some of the workarounds for the tests by inputing the right numbersOtto Moerbeek
2022-04-22arm64 has real IEEE quads, it needs more digits when reading theOtto Moerbeek
2022-04-22Only run agent-ptrace.sh if gdb is available as all architectures do notAnton Lindqvist
2022-04-21It looks like we can't completely avoid waiting for processes toDarren Tucker
2022-04-20Use ssh -f and ControlPersist to start up test forwards and ssh -O stopDarren Tucker
2022-04-20Simplify forward-control test. Since we no longer need to support SSH1Darren Tucker
2022-04-13To prevent infinite recursion while expanding eqn(7) definitions,Ingo Schwarze
2022-04-13Do not die on an assertion if an input file contains no sectionIngo Schwarze
2022-04-13Surprisingly, groff supports multiple copy mode escapes at theIngo Schwarze
2022-03-31regression test for sftp cp commandDamien Miller
2022-03-01ci(1) populates the author keyword using getlogin(2), therefore favorAnton Lindqvist
2022-02-23Interface index 1 doesn't need to have an lladdr.Martijn van Duren
2022-02-20Aproximate realpath on the expected output by deduping leading slashes.Darren Tucker
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