This project is mirrored from https://github.com/openssh/openssh-portable.git.
Pull mirroring updated .
- 13 Mar, 2021 9 commits
-
-
Darren Tucker authored
Fixes link failure when configuring --without-openssl since dh.c is not linked in.
-
Darren Tucker authored
Now that we have TEST_SSH_MODULI_FILE pointing to the moduli in the soure directory we don't need to install the file to prevent warnings about it being missing.
-
Darren Tucker authored
This will allow the test to run without requiring a moduli file installed at the configured default path.
-
jsg@openbsd.org authored
OpenBSD-Commit-ID: 478bc3db04f62f1048ed6e1765400f3ab325e60f
-
dtucker@openbsd.org authored
location of the "moduli" file containing the groups for DH-GEX. This will allow us to run tests against arbitrary moduli files without having to install them. ok djm@ OpenBSD-Commit-ID: 8df99d60b14ecaaa28f3469d01fc7f56bff49f66
-
djm@openbsd.org authored
bunch of library calls; bz3273 ok dtucker@ OpenBSD-Commit-ID: b6eafa977b2e44607b1b121f5de855107809b762
-
dtucker@openbsd.org authored
OpenBSD-Commit-ID: 7ac6c252d2a5be8fbad4c66d9d35db507c9dac5b
-
djm@openbsd.org authored
for us; patch from Mike Frysinger OpenBSD-Commit-ID: 565516495ff8362a38231e0f1a087b8ae66da59c
-
dtucker@openbsd.org authored
moduli file used during the test run. OpenBSD-Regress-ID: be10f785263120edb64fc87db0e0d6570a10220a
-
- 12 Mar, 2021 2 commits
-
-
Darren Tucker authored
This is apparently used in some configurations of OpenSSL when glibc has getrandom(). bz#3276, patch from Kris Karas, ok djm@
-
Darren Tucker authored
This ensures that the macros in log.h are defined in the case where either of --with-solaris-projects or --with-solaris-privs are used without --with-solaris-contracts. bz#3278.
-
- 10 Mar, 2021 1 commit
-
-
Darren Tucker authored
-
- 09 Mar, 2021 1 commit
-
-
millert@openbsd.org authored
Also remove redundant __func__ prefix from PRINT calls as the macro already adds __FILE__, __func__ and __LINE__. From Christos Zoulas. OK dtucker@ OpenBSD-Commit-ID: 01fdfa9c5541151b5461d9d7d6ca186a3413d949
-
- 03 Mar, 2021 3 commits
-
-
djm@openbsd.org authored
AT dovetail.com via bz3269 OpenBSD-Commit-ID: 99a30a8f1df9bd72be54e21eee5c56a0f050921a
-
sthen@openbsd.org authored
OpenBSD-Commit-ID: 276f58afc97b6f5826e0be58380b737603dbf5f5
-
djm@openbsd.org authored
OpenBSD-Commit-ID: dddb3aa9cb5792eeeaa37a1af67b5a3f25ded41d
-
- 02 Mar, 2021 4 commits
-
-
Damien Miller authored
-
Damien Miller authored
-
Damien Miller authored
-
djm@openbsd.org authored
OpenBSD-Commit-ID: 185e85d60fe042b8f8fa1ef29d4ef637bdf397d6
-
- 01 Mar, 2021 1 commit
-
-
Darren Tucker authored
-
- 28 Feb, 2021 2 commits
-
-
dtucker@openbsd.org authored
=?UTF-8?q?=20Eero=20H=C3=A4kkinenvia=20bz#3267?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OpenBSD-Commit-ID: 9c87f39a048cee2a7d1c8bab951b2f716256865e
-
dtucker@openbsd.org authored
subprocess. Prevents spurious debug message. ok djm@ OpenBSD-Commit-ID: 7f9785e292dcf304457566ad4637effd27ad1d46
-
- 27 Feb, 2021 3 commits
-
-
djm@openbsd.org authored
OpenBSD-Commit-ID: f955fec617d74af0feb5b275831a9fee813d7ad5
-
Darren Tucker authored
-
Jeffrey H. Johnson authored
Some very minor fixes, missing 's' and punctuation.
-
- 26 Feb, 2021 6 commits
-
-
Damien Miller authored
This reverts commit 5a878a71. Apologies - I accidentally pushed this.
-
Damien Miller authored
Some Linux distributions are shipping the BSD-style hashing functions (e.g. SHA256Update) in libbsd and/or libmd. Detect this situation to avoid header/replacement clashes later. ok dtucker@
-
Dmitrii Turlupov authored
Allows the -b and -B options to be used together. For example, when the interface is in the VRF.
-
djm@openbsd.org authored
nice with popular fuzzing drivers like libfuzzer. AFAIK nobody has used it but me. OpenBSD-Regress-ID: cad919522b3ce90c147c95abaf81b0492ac296c9
-
Darren Tucker authored
These are failing apparently due to some kind of infrastructure problem, making it look like every commit is busted.
-
djm@openbsd.org authored
OpenBSD-Commit-ID: d9fbce14945721061cb322f0084c2165d33d1993
-
- 25 Feb, 2021 6 commits
-
-
Darren Tucker authored
It has been consistently failing for the past few days with a github actions internal error.
-
Philip Hands authored
SSH-Copy-ID-Upstream: 78178aa5017222773e4c23d9001391eeaeca8983
-
Jakub Jelen authored
SSH-Copy-ID-Upstream: 76b25e18f55499ea9edb4c4d6dc4a80bebc36d95
-
Philip Hands authored
since that was a change made since jjelen's commit was written also, quote the variables SSH-Copy-ID-Upstream: 588cd8e5cbf95f3443d92b9ab27c5d73ceaf6616
-
Jakub Jelen authored
if using different path for authorized_keys file SSH-Copy-ID-Upstream: 791a3df47b48412c726bff6f7b1d190721e65d51
-
djm@openbsd.org authored
OpenBSD-Regress-ID: 3dbc005fa29f69dc23d97e433b6dffed6fe7cb69
-
- 24 Feb, 2021 2 commits
-
-
dtucker@openbsd.org authored
test to match change to config-dump output. OpenBSD-Regress-ID: 74c9a4ad50306be873d032819d5e55c24eb74d5d
-
dtucker@openbsd.org authored
pubkeyacceptedalgorithms after their current names so that the config-dump mode finds and uses the current names. Spotted by Phil Pennock. OpenBSD-Commit-ID: 5dd10e93cccfaff3aaaa09060c917adff04a9b15
-