473b4af4 | 22-Jun-2020 |
djm@openbsd.org |
upstream: better terminology for permissions; feedback & ok markus@ OpenBSD-Commit-ID: ff2a71803b5ea57b83cc3fa9b3be42b70e462fb9 |
fc270baf | 22-Jun-2020 |
djm@openbsd.org |
upstream: better terminology for permissions; feedback & ok markus@ OpenBSD-Commit-ID: ffb220b435610741dcb4de0e7fc68cbbdc876d2c |
00531bb4 | 19-Jun-2020 |
dtucker@openbsd.org |
upstream: Correct synopsis and usage for the options accepted when passing a command to ssh-agent. ok jmc@ OpenBSD-Commit-ID: b36f0679cb0cac0e33b361051b3406ade82ea846 |
b4556c8a | 19-Jun-2020 |
Darren Tucker |
Add OPENBSD ORIGINAL marker to bcrypt_pbkdf. |
1babb8bb | 19-Jun-2020 |
Darren Tucker |
Extra brackets around sizeof() in bcrypt. Prevents following warning from clang 10: bcrypt_pbkdf.c:94:40: error: expression does not compute the number of elements in this array; e
Extra brackets around sizeof() in bcrypt. Prevents following warning from clang 10: bcrypt_pbkdf.c:94:40: error: expression does not compute the number of elements in this array; element type is ´uint32_tÂ[...] place parentheses around the ´sizeof(uint64_t)´ expression to silence this warning
show more ...
|
9e065729 | 19-Jun-2020 |
Darren Tucker |
Add includes.h to new test. Fixes warnings eg "´bounded´ attribute directive ignor" from gcc. |
e684b1ea | 19-Jun-2020 |
Darren Tucker |
Skip OpenSSL specific tests w/out OpenSSL. Allows unit tests to pass when configure'ed --without-openssl. |
80610e97 | 19-Jun-2020 |
Darren Tucker |
Hook sshsig tests up to Portable Makefiles. |
5dba1fca | 19-Jun-2020 |
dtucker@openbsd.org |
upstream: Test that ssh-agent exits when running as as subprocess of a specified command (ie "ssh-agent command"). Would have caught bz#3181. OpenBSD-Regress-ID: 895b4765ba5153eefa
upstream: Test that ssh-agent exits when running as as subprocess of a specified command (ie "ssh-agent command"). Would have caught bz#3181. OpenBSD-Regress-ID: 895b4765ba5153eefaea3160a7fe08ac0b6db8b3
show more ...
|
68e8294f | 19-Jun-2020 |
djm@openbsd.org |
upstream: run sshsig unit tests OpenBSD-Regress-ID: 706ef17e2b545b64873626e0e35553da7c06052a |
5edfa169 | 19-Jun-2020 |
djm@openbsd.org |
upstream: basic unit test for sshsig.[ch], including FIDO keys verification only so far OpenBSD-Regress-ID: fb1f946c8fc59206bc6a6666e577b5d5d7e45896 |
e95c0a0e | 18-Jun-2020 |
djm@openbsd.org |
upstream: basic unit test for FIDO kep parsing OpenBSD-Regress-ID: 8089b88393dd916d7c95422b442a6fd4cfe00c82 |
7775819c | 18-Jun-2020 |
djm@openbsd.org |
upstream: check public host key matches private; ok markus@ (as part of previous diff) OpenBSD-Commit-ID: 65a4f66436028748b59fb88b264cb8c94ce2ba63 |
c514f3c0 | 18-Jun-2020 |
djm@openbsd.org |
upstream: avoid spurious "Unable to load host key" message when sshd can load a private key but no public counterpart; with & ok markus@ OpenBSD-Commit-ID: 0713cbdf9aa1ff8ac7b1f78b0
upstream: avoid spurious "Unable to load host key" message when sshd can load a private key but no public counterpart; with & ok markus@ OpenBSD-Commit-ID: 0713cbdf9aa1ff8ac7b1f78b09ac911af510f81b
show more ...
|
7fafaeb5 | 12-Jun-2020 |
djm@openbsd.org |
upstream: correct RFC number; from HARUYAMA Seigo via GH PR191 OpenBSD-Commit-ID: 8d03b6c96ca98bfbc23d3754c3c33e1fe0852e10 |
3a7f654d | 05-Jun-2020 |
djm@openbsd.org |
upstream: unbreak "sshd -ddd" - close of config passing fd happened too early. ok markus@ OpenBSD-Commit-ID: 49346e945c6447aca3e904e65fc400128d2f8ed0 |
Revision tags: V_8_3_P1 |
|
3de02be3 | 25-May-2020 |
Andreas Schwab |
Add support for AUDIT_ARCH_RISCV64 |
ea547eb0 | 04-Jun-2020 |
djm@openbsd.org |
upstream: make sshbuf_putb(b, NULL) a no-op OpenBSD-Commit-ID: 976fdc99b500e347023d430df372f31c1dd128f7 |
69796297 | 04-Jun-2020 |
djm@openbsd.org |
upstream: make sshbuf_dump() args const OpenBSD-Commit-ID: b4a5accae750875d665b862504169769bcf663bd |
67042889 | 04-Jun-2020 |
djm@openbsd.org |
upstream: wrap long line OpenBSD-Commit-ID: ed405a12bd27bdc9c52e169bc5ff3529b4ebbbb2 |
2f648cf2 | 04-Jun-2020 |
dtucker@openbsd.org |
upstream: Correct historical comment: provos@ modified OpenSSH to work with SSLeay (very quickly replaced by OpenSSL) not SSL in general. ok deraadt, historical context markus@
upstream: Correct historical comment: provos@ modified OpenSSH to work with SSLeay (very quickly replaced by OpenSSL) not SSL in general. ok deraadt, historical context markus@ OpenBSD-Commit-ID: 7209e07a2984b50411ed8ca5a4932da5030d2b90
show more ...
|
56548e4e | 03-Jun-2020 |
dtucker@openbsd.org |
upstream: Import regenerated moduli file. OpenBSD-Commit-ID: 52ff0e3205036147b2499889353ac082e505ea54 |
8da801f5 | 04-Jun-2020 |
Darren Tucker |
Test fallthrough in OSSH_CHECK_CFLAG_COMPILE. clang 10's -Wimplicit-fallthrough does not understand /* FALLTHROUGH */ comments and we don't use the __attribute__((fallthrough)) that it's
Test fallthrough in OSSH_CHECK_CFLAG_COMPILE. clang 10's -Wimplicit-fallthrough does not understand /* FALLTHROUGH */ comments and we don't use the __attribute__((fallthrough)) that it's looking for. This has the effect of turning off -Wimplicit-fallthrough where it does not currently help (particularly with -Werror). ok djm@
show more ...
|
049297de | 03-Jun-2020 |
dtucker@openbsd.org |
upstream: Import regenerated moduli file. OpenBSD-Commit-ID: 52ff0e3205036147b2499889353ac082e505ea54 |
b458423a | 01-Jun-2020 |
dtucker@openbsd.org |
upstream: Remove now-unused proto_spec and associated definitions. ok djm@ OpenBSD-Commit-ID: 2e2b18e3aa6ee22a7b69c39f2d3bd679ec35c362 |