Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-05-18 | upstream: fix breakage of -W forwaring introduced in 1.554; reported by | djm@openbsd.org | 1 | -2/+3 | |
naddy@ and sthen@, ok sthen@ OpenBSD-Commit-ID: f72558e643a26dc4150cff6e5097b5502f6c85fd | |||||
2021-05-17 | upstream: Regenerate moduli. | dtucker@openbsd.org | 1 | -446/+449 | |
OpenBSD-Commit-ID: 83c93a2a07c584c347ac6114d6329b18ce515557 | |||||
2021-05-17 | Handle Android libc returning NULL pw->pw_passwd | Damien Miller | 1 | -1/+1 | |
Reported by Luke Dashjr | |||||
2021-05-14 | upstream: fix previous: test saved no_shell_flag, not the one that just | djm@openbsd.org | 1 | -2/+2 | |
got clobbered OpenBSD-Commit-ID: b8deace085d9d941b2d02f810243b9c302e5355d | |||||
2021-05-14 | upstream: Fix ssh started with ControlPersist incorrectly executing a | djm@openbsd.org | 1 | -2/+2 | |
shell when the -N (no shell) option was specified. bz3290 reported by Richard Schwab; patch from markus@ ok me OpenBSD-Commit-ID: ea1ea4af16a95687302f7690bdbe36a6aabf87e1 | |||||
2021-05-14 | upstream: Clarify language about moduli. While both ends of the | dtucker@openbsd.org | 1 | -4/+3 | |
connection do need to use the same parameters (ie groups), the DH-GEX protocol takes care of that and both ends do not need the same contents in the moduli file, which is what the previous text suggested. ok djm@ jmc@ OpenBSD-Commit-ID: f0c18cc8e79c2fbf537a432a9070ed94e96a622a | |||||
2021-05-10 | upstream: include pid in LogVerbose spam | djm@openbsd.org | 1 | -3/+4 | |
OpenBSD-Commit-ID: aacb86f96ee90c7cb84ec27452374285f89a7f00 | |||||
2021-05-10 | upstream: don't sigdie() in signal handler in privsep child process; | djm@openbsd.org | 1 | -5/+8 | |
this can end up causing sandbox violations per bz3286; ok dtucker@ OpenBSD-Commit-ID: a7f40b2141dca4287920da68ede812bff7ccfdda | |||||
2021-05-07 | upstream: Increase ConnectionAttempts from 4 to 10 as the tests | dtucker@openbsd.org | 2 | -7/+7 | |
occasionally time out on heavily loaded hosts. OpenBSD-Regress-ID: 29a8cdef354fc9da471a301f7f65184770434f3a | |||||
2021-05-07 | upstream: dump out a usable private key string too; inspired by Tyson | djm@openbsd.org | 1 | -3/+77 | |
Whitehead OpenBSD-Regress-ID: 65572d5333801cb2f650ebc778cbdc955e372058 | |||||
2021-05-07 | upstream: correct mistake in spec - the private key blobs are encoded | djm@openbsd.org | 1 | -3/+6 | |
verbatim and not as strings (i.e. no 4-byte length header) OpenBSD-Commit-ID: 3606b5d443d72118c5b76c4af6dd87a5d5a4f837 | |||||
2021-05-05 | upstream: Don't pass NULL as a string in debugging as it does not work | dtucker@openbsd.org | 1 | -2/+2 | |
on some platforms in -portable. ok djm@ OpenBSD-Commit-ID: 937c892c99aa3c9c272a8ed78fa7c2aba3a44fc9 | |||||
2021-05-03 | upstream: more debugging for UpdateHostKeys signature failures | djm@openbsd.org | 1 | -2/+5 | |
OpenBSD-Commit-ID: 1ee95f03875e1725df15d5e4bea3e73493d57d36 | |||||
2021-05-01 | Add obsd69 test target. | Darren Tucker | 1 | -0/+1 | |
2021-04-30 | upstream: a little debugging in the main mux process for status | djm@openbsd.org | 1 | -1/+3 | |
confirmation failures in multiplexed sessions OpenBSD-Commit-ID: 6e27b87c95176107597035424e1439c3232bcb49 | |||||
2021-04-30 | upstream: Remove now-unused skey function prototypes leftover from | dtucker@openbsd.org | 1 | -3/+1 | |
skey removal. OpenBSD-Commit-ID: 2fc36d519fd37c6f10ce74854c628561555a94c3 | |||||
2021-04-29 | Wrap sntrup761x25519 inside ifdef. | Darren Tucker | 1 | -0/+2 | |
From balu.gajjala at gmail.com via bz#3306. | |||||
2021-04-29 | Add status badges for Actions-based tests. | Darren Tucker | 2 | -0/+5 | |
2021-04-28 | Add obsdsnap (OpenBSD snapshot) test target. | Darren Tucker | 1 | -0/+1 | |