summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* upstream: pwcopy() struct passwd that we're going to reuse across adjm@openbsd.org2021-03-131-1/+2
| | | | | | bunch of library calls; bz3273 ok dtucker@ OpenBSD-Commit-ID: b6eafa977b2e44607b1b121f5de855107809b762
* upstream: Import regenerated moduli file.dtucker@openbsd.org2021-03-131-0/+1
| | | | OpenBSD-Commit-ID: 7ac6c252d2a5be8fbad4c66d9d35db507c9dac5b
* upstream: no need to reset buffer after send_msg() as that is donedjm@openbsd.org2021-03-131-3/+1
| | | | | | for us; patch from Mike Frysinger OpenBSD-Commit-ID: 565516495ff8362a38231e0f1a087b8ae66da59c
* upstream: Add TEST_SSH_MODULI_FILE variable to allow overriding of thedtucker@openbsd.org2021-03-131-2/+7
| | | | | | moduli file used during the test run. OpenBSD-Regress-ID: be10f785263120edb64fc87db0e0d6570a10220a
* Allow (but return EACCES) fstatat64 in sandbox.Darren Tucker2021-03-121-0/+3
| | | | | This is apparently used in some configurations of OpenSSL when glibc has getrandom(). bz#3276, patch from Kris Karas, ok djm@
* Move generic includes outside of ifdef.Darren Tucker2021-03-121-4/+4
| | | | | | 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.
* Import regenerated moduli file.Darren Tucker2021-03-101-406/+446
|
* upstream: Fix PRINT macro, the suffix param to sshlog() was missing.millert@openbsd.org2021-03-101-21/+20
| | | | | | | 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
* upstream: don't sshbuf_get_u32() into an enum; reported by goetzedjm@openbsd.org2021-03-041-4/+4
| | | | | | AT dovetail.com via bz3269 OpenBSD-Commit-ID: 99a30a8f1df9bd72be54e21eee5c56a0f050921a
* upstream: typo in other_hostkeys_message() display output, ok djmsthen@openbsd.org2021-03-041-2/+2
| | | | OpenBSD-Commit-ID: 276f58afc97b6f5826e0be58380b737603dbf5f5
* upstream: needs FILE*; from Mike Frysingerdjm@openbsd.org2021-03-031-1/+2
| | | | OpenBSD-Commit-ID: dddb3aa9cb5792eeeaa37a1af67b5a3f25ded41d
* update dependV_8_5_P1Damien Miller2021-03-021-9/+11
|
* update relnotes URLDamien Miller2021-03-021-1/+1
|
* update RPM spec version numbersDamien Miller2021-03-022-2/+2
|
* upstream: openssh-8.5djm@openbsd.org2021-03-021-2/+2
| | | | OpenBSD-Commit-ID: 185e85d60fe042b8f8fa1ef29d4ef637bdf397d6
* Only upload config logs if configure fails.Darren Tucker2021-03-011-1/+1
|
* upstream: Add %k to list of keywords. Fromdtucker@openbsd.org2021-03-011-3/+3
| | | | | | | | | =?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
* upstream: Do not try to reset signal handler for signal 0 indtucker@openbsd.org2021-02-281-2/+2
| | | | | | subprocess. Prevents spurious debug message. ok djm@ OpenBSD-Commit-ID: 7f9785e292dcf304457566ad4637effd27ad1d46
* upstream: fix alphabetic ordering of options; spotted by Iain Morgandjm@openbsd.org2021-02-281-9/+9
| | | | OpenBSD-Commit-ID: f955fec617d74af0feb5b275831a9fee813d7ad5
* zlib is now optional.Darren Tucker2021-02-271-1/+5
|
* Fix punctuatio and typo in README.md.Jeffrey H. Johnson2021-02-271-1/+1
| | | | Some very minor fixes, missing 's' and punctuation.
* Revert "ssh: optional bind interface if bind address specified."Damien Miller2021-02-261-6/+0
| | | | | | This reverts commit 5a878a71a3528c2626aa1d331934fd964782d41c. Apologies - I accidentally pushed this.
* detech BSD libc hash functions in libbsd / libmdDamien Miller2021-02-261-0/+4
| | | | | | 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@
* ssh: optional bind interface if bind address specified.Dmitrii Turlupov2021-02-261-0/+6
| | | | | Allows the -b and -B options to be used together. For example, when the interface is in the VRF.
* upstream: remove this KEX fuzzer; it's awkward to use and doesn't playdjm@openbsd.org2021-02-265-603/+1
| | | | | | | nice with popular fuzzing drivers like libfuzzer. AFAIK nobody has used it but me. OpenBSD-Regress-ID: cad919522b3ce90c147c95abaf81b0492ac296c9
* Remove macos-11.00 PAM test target too.Darren Tucker2021-02-261-1/+0
| | | | | These are failing apparently due to some kind of infrastructure problem, making it look like every commit is busted.
* upstream: a bit more debugging behind #ifdef DEBUG_SKdjm@openbsd.org2021-02-261-2/+7
| | | | OpenBSD-Commit-ID: d9fbce14945721061cb322f0084c2165d33d1993
* Remove macos-11.0 from the test target list.Darren Tucker2021-02-261-1/+1
| | | | | It has been consistently failing for the past few days with a github actions internal error.
* tidy the $INSTALLKEY_SH code layout a littlePhilip Hands2021-02-261-5/+5
| | | | SSH-Copy-ID-Upstream: 78178aa5017222773e4c23d9001391eeaeca8983
* if unable to add a missing newline, failJakub Jelen2021-02-261-1/+1
| | | | SSH-Copy-ID-Upstream: 76b25e18f55499ea9edb4c4d6dc4a80bebc36d95
* use $AUTH_KEY_DIR, now that we have itPhilip Hands2021-02-261-3/+3
| | | | | | | | since that was a change made since jjelen's commit was written also, quote the variables SSH-Copy-ID-Upstream: 588cd8e5cbf95f3443d92b9ab27c5d73ceaf6616
* restorecon the correct directoryJakub Jelen2021-02-261-1/+1
| | | | | | if using different path for authorized_keys file SSH-Copy-ID-Upstream: 791a3df47b48412c726bff6f7b1d190721e65d51
* upstream: s/PubkeyAcceptedKeyTypes/PubkeyAcceptedAlgorithms/djm@openbsd.org2021-02-255-29/+29
| | | | OpenBSD-Regress-ID: 3dbc005fa29f69dc23d97e433b6dffed6fe7cb69
* upstream: Rename pubkeyacceptedkeytypes to pubkeyacceptedalgorithms indtucker@openbsd.org2021-02-251-13/+13
| | | | | | test to match change to config-dump output. OpenBSD-Regress-ID: 74c9a4ad50306be873d032819d5e55c24eb74d5d
* upstream: Put obsolete aliases for hostbasedalgorithms anddtucker@openbsd.org2021-02-252-6/+6
| | | | | | | 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
* upstream: lots more s/key types/signature algorithms/ mostly indjm@openbsd.org2021-02-242-32/+32
| | | | | | HostbasedAcceptedAlgorithms and HostKeyAlgorithms; prompted by Jakub Jelen OpenBSD-Commit-ID: 3f719de4385b1a89e4323b2549c66aae050129cb
* upstream: Correct reference to signature algorithms as keys; fromdjm@openbsd.org2021-02-241-3/+3
| | | | | | Jakub Jelen OpenBSD-Commit-ID: 36f7ecee86fc811aa0f8e21e7a872eee044b4be5
* Add a couple more test VMs.Darren Tucker2021-02-231-1/+3
|
* Valgrind test: split and move up list.Darren Tucker2021-02-234-9/+26
| | | | | | | Since the valgrind test takes so long it approaches the limit allowed by github, move it to the head of the list so it's the first one started and split the longest tests out into a second instance that runs concurrently with the first.
* upstream: warn when the user specifies a ForwardAgent path that doesdjm@openbsd.org2021-02-231-1/+7
| | | | | | not exist and exit if ExitOnForwardFailure is set; bz3264 OpenBSD-Commit-ID: 72f7875865e723e464c71bf8692e83110699bf26
* Disable rlimit sandbox, doesn't work with valgrindDarren Tucker2021-02-211-1/+7
| | | | | Only run regress tests, runing unit tests as well makes it run longer than allowed y github.
* Upload valgrind logs on failure.Darren Tucker2021-02-202-2/+6
|
* Rename "vm" to "os" in selfhosted to match c-cpp.Darren Tucker2021-02-191-13/+13
| | | | Should make it easier to share code or maybe merge at some point.
* Upload regress failure logs in c-cpp too.Darren Tucker2021-02-191-0/+6
|
* Comment out Solaris 64bit PAM build...Darren Tucker2021-02-191-1/+1
| | | | until I can figure out why it's failing.
* Actually run Valgrind tests.Darren Tucker2021-02-191-1/+1
|
* Add test against Valgrind.Darren Tucker2021-02-193-0/+7
|
* Add fbsd12 test target.Darren Tucker2021-02-181-1/+2
|
* Remove unused arg.Darren Tucker2021-02-181-1/+1
|
* Add DEBUG_SK to kitchensink builds.Darren Tucker2021-02-181-2/+3
|