| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
where it is forced to the UTC timezone. bz3468 ok dtucker
OpenBSD-Regress-ID: ea07ca31c2f3847a38df028ca632763ae44e8759
|
|
|
|
| |
OpenBSD-Regress-ID: 38783f9676ec348c5a792caecee9a16e354b37b0
|
|
|
|
|
|
|
| |
executable. No-op on most platforms but should prevent warnings in -portable
on systems that don't have 'date %s'.
OpenBSD-Regress-ID: e39d79867b8065e33d0c5926fa1a31f85659d2a4
|
|
|
|
|
|
|
| |
"which" and its behaviour is not standardized, so convert the existing
have_prog function into "which" so we can rely on it being available
and what its semantics are. Add a have_prog wrapper that maintains the
existing behaviour.
|
|
|
|
|
| |
scp -3 ends up using the scp that's in the remote path and will fail if
one is not available. Based on a patch from rapier at psc.edu.
|
| |
|
|
|
|
|
|
| |
I inadvertently included a couple of local changes with the OpenSSL
3.0.4 change. Revert, anything that should be there will be committed
separately.
|
|
|
|
|
| |
The potential RCE only impacts x86_64, so only refuse to use it if we're
targetting a potentially impacted architecture. ok djm@
|
|
|
|
|
|
|
| |
If set, it is used to cache regress test names that have succeeded and
skip those on a re-run.
OpenBSD-Regress-ID: a7570dd29a58df59f2cca647c3c2ec989b49f247
|
|
|
|
|
|
| |
too
OpenBSD-Regress-ID: 4c8804f9db38a02db480b9923317457b377fe34b
|
| |
|
|
|
|
|
| |
mostly redundant to authopt_fuzz, but it's sensitive code so IMO it
makes sense to test this layer too
|
|
|
|
|
|
| |
files with smaller ones; would have caught last regression in scp(1)
OpenBSD-Regress-ID: 19de4e88dd3a4f7e5c1618c9be3c32415bd93bc2
|
|
|
|
|
|
| |
architectures do not ship with gdb.
OpenBSD-Regress-ID: ec53e928803e6b87f9ac142d38888ca79a45348d
|
|
|
|
|
|
|
| |
waiting for processes to exit so retrieve the pid via controlmaster and
use that.
OpenBSD-Regress-ID: 8246f00f22b14e49d2ff1744c94897ead33d457b
|
|
|
|
|
|
|
| |
to start up test forwards and ssh -O stop to shut them down intead of
sleep loops. This speeds up the test by an order of magnitude.
OpenBSD-Regress-ID: eb3db5f805100919b092a3b2579c611fba3e83e7
|
|
|
|
|
|
|
|
| |
Since we no longer need to support SSH1 we don't need to run shell
commands on the other end of the connection and can use ssh -N instead.
This also makes the test less racy.
OpenBSD-Regress-ID: 32e94ce272820cc398f30b848b2b0f080d10302c
|
|
|
|
| |
OpenBSD-Regress-ID: c96bea9edde3a384b254785e7f9b2b24a81cdf82
|
| |
|
|
|
|
|
|
|
| |
leading slashes. Fixes test failure when user's home dir is / which is
possible in some portable configurations.
OpenBSD-Regress-ID: 53b8c53734f8893806961475c7106397f98d9f63
|
|
|
|
| |
spotted by Corinna Vinschen; feedback & ok dtucker@
|
|
|
|
|
| |
Looks like test_hpdelim.c was imported twice into the same file.
Spotted by kevin.brott at gmail com and chris at cataclysmal org.
|
|
|
|
| |
OpenBSD-Regress-ID: e19e89d3c432b68997667efea44cf015bbe2a7e3
|
|
|
|
| |
OpenBSD-Regress-ID: be97b85c19895e6a1ce13c639765a3b48fd95018
|
|
|
|
| |
from Mike Frysinger
|
|
|
|
|
|
| |
principals; from Fabian Stelzer
OpenBSD-Regress-ID: fbe4da5f0032e7ab496527a5bf0010fd700f8f40
|
|
|
|
|
|
|
| |
before trying to benchmark them. Increase the data file size to get more
signal.
OpenBSD-Regress-ID: dc3697d9f7defdfc51c608782c8e750128e46eb6
|
|
|
|
|
|
|
|
|
| |
Dash (as used by the github runners) has some differences in its trap
builtin:
- it doesn't have -p (which is fine, that's not in posix).
- it doesn't work in a subshell (which turns out to be in compliance
with posix, which means bash isn't).
- it doesn't work in a pipeline, ie "trap|cat" produces no output.
|
|
|
|
|
|
|
|
|
| |
When using Valgrind, we need to wait for all invoked programs to
complete before checking their valgrind logs. Some tests, notably
agent-restrict, set an EXIT trap handler to clean up things like
ssh-agent, but those do not get invoked until test-exec.sh exits.
This causes the Valgrind wait to deadlock, so if present invoke
the EXIT handler before checking the Valgrind logs.
|
|
|
|
| |
Fixes unit test on systems that do not have OpenSSL headers installed.
|
|
|
|
| |
agent-restrict now takes care of this itself.
|
|
|
|
|
|
| |
output matches regardless of what the user's shell sets it to. ok djm@
OpenBSD-Regress-ID: 4e97dd69a68b05872033175a4c2315345d01837f
|
|
|
|
|
|
| |
-portable's Valgrind test) being interpretted as printf format strings.
OpenBSD-Regress-ID: dc8655db27ac4acd2c386c4681bf42a10d80b043
|
|
|
|
| |
OpenBSD-Regress-ID: dd114a2ac27ac4b06f9e4a586d3f6320c54aeeb4
|
| |
|
|
|
|
|
|
| |
can be run anywhere
OpenBSD-Regress-ID: 2ac2ade3b6227d9c547351d3ccdfe671e62b7f92
|
|
|
|
| |
Found by djm, this should make sorts stable and reduce test flakiness.
|
|
|
|
| |
OpenBSD-Regress-ID: cd989268e034264cec5df97be7581549032c87dc
|
|
|
|
|
|
| |
Allows hostbased test to pass when built without OpenSSL.
OpenBSD-Regress-ID: 5ddd677a68b672517e1e78460dc6ca2ccc0a9562
|
|
|
|
|
|
|
| |
sshd_config. It defaults to "no", and not explicitly setting it allows us to
enable it for the (optional) hostbased test.
OpenBSD-Regress-ID: aa8e3548eb5793721641d26e56c29f363b767c0c
|
|
|
|
|
|
|
| |
setup (see comments at the top) and thus is disabled unless
TEST_SSH_HOSTBASED_AUTH and SUDO are set.
OpenBSD-Regress-ID: 3ec8ba3750c5b595fc63e7845d13483065a4827a
|
|
|
|
|
|
| |
not just RSA-SHA1
OpenBSD-Regress-ID: b40e62b65863f2702a0c10aca583b2fe76772bd8
|
|
|
|
|
|
| |
now because the algorithm is controllable via the CLI
OpenBSD-Regress-ID: 0196fa87acc3544b2b4fd98de844a571cb09a39f
|
|
|
|
|
|
| |
Stelzer
OpenBSD-Regress-ID: f845a8632a5a7d5ae26978004c93e796270fd3e5
|
|
|
|
|
|
| |
This will aid in manually reproducing failing commands.
OpenBSD-Regress-ID: b4aba8d5ac5675ceebeeeefa3261ce344e67333a
|
|
|
|
|
|
|
| |
one supposedly being tested. Spotted by dtucker and using his VM zoo (which
includes some systems old enough to lack ed25519 key support)
OpenBSD-Regress-ID: 7976eb3df11cc2ca3af91030a6a8c0cef1590bb5
|
| |
|
| |
|
|
|
|
| |
OpenBSD-Regress-ID: 3c799d91e736b1753b4a42d80c42fc40de5ad33d
|
|
|
|
| |
OpenBSD-Regress-ID: 4241a3d21bdfa1630ed429b6d4fee51038d1be72
|