Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-11-08 | Shutdown any VM before trying to check out repo. | Darren Tucker | 1 | -1/+1 | |
In the case where the previous run did not clean up, the checkout will fail as it'll leave a stale mount. | |||||
2022-11-08 | Run vm startup and shutdown from runner temp dir. | Darren Tucker | 2 | -0/+4 | |
Should work even if the github workspace dir is on a stale sshfs mount. | |||||
2022-11-08 | Add valrind-5 test here too. | Darren Tucker | 1 | -1/+1 | |
2022-11-08 | Update checkout and upload actions. | Darren Tucker | 4 | -9/+9 | |
Update actions/checkout and actions/upload-artifact to main branch for compatibility with node.js v16. | |||||
2022-11-08 | Split out rekey test since it runs the longest. | Darren Tucker | 2 | -3/+8 | |
2022-11-07 | upstream: The IdentityFile option in ssh_config can also be used to | dtucker@openbsd.org | 1 | -2/+6 | |
specify a public key file, as documented in ssh.1 for the -i option. Document this also for IdentityFile in ssh_config.5, for documentation completeness. From laalsaas at systemli.org via portable github PR#352, ok jmc@ djm@ OpenBSD-Commit-ID: 2f943be9f96e60ef81a9a4faa25b009999f9883b | |||||
2022-11-07 | upstream: Remove some set but otherwise unused variables, spotted | dtucker@openbsd.org | 2 | -6/+5 | |
in -portable by clang 16's -Wunused-but-set-variable. ok djm@ OpenBSD-Commit-ID: 3d943ddf2369b38fbf89f5f19728e7dc1daf3982 | |||||
2022-11-07 | upstream: Check for and disallow MaxStartups values less than or | dtucker@openbsd.org | 1 | -1/+5 | |
equal to zero during config parsing, rather than faling later at runtime. bz#3489, ok djm@ OpenBSD-Commit-ID: d79c2b7a8601eb9be493629a91245d761154308b | |||||
2022-11-07 | upstream: fix parsing of hex cert expiry time; was checking whether the | djm@openbsd.org | 1 | -2/+2 | |
start time began with "0x", not the expiry time. from Ed Maste OpenBSD-Commit-ID: 6269242c3e1a130b47c92cfca4d661df15f05739 | |||||
2022-11-07 | Fix merge conflict. | Darren Tucker | 1 | -7/+1 | |
2022-11-07 | Branch-specific links for master status badges. | Darren Tucker | 1 | -0/+6 | |
2022-11-07 | Add CIFuzz status badge. | Darren Tucker | 1 | -0/+1 | |
2022-11-07 | Do not run CIFuzz on selfhosted tree. | Darren Tucker | 1 | -1/+1 | |
We already run it on the regular tree, no need to double up. | |||||
2022-11-07 | Whitespace change to trigger CIFuzz workflow. | Darren Tucker | 1 | -0/+1 | |
2022-11-07 | Run cifuzz workflow on the actions as regular CI. | Darren Tucker | 1 | -1/+6 | |