summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* upstream: fix alphabetic ordering of options; spotted by Iain Morgandjm@openbsd.org2021-02-281-9/+9
* zlib is now optional.Darren Tucker2021-02-271-1/+5
* Fix punctuatio and typo in README.md.Jeffrey H. Johnson2021-02-271-1/+1
* Revert "ssh: optional bind interface if bind address specified."Damien Miller2021-02-261-6/+0
* detech BSD libc hash functions in libbsd / libmdDamien Miller2021-02-261-0/+4
* ssh: optional bind interface if bind address specified.Dmitrii Turlupov2021-02-261-0/+6
* upstream: remove this KEX fuzzer; it's awkward to use and doesn't playdjm@openbsd.org2021-02-265-603/+1
* Remove macos-11.00 PAM test target too.Darren Tucker2021-02-261-1/+0
* upstream: a bit more debugging behind #ifdef DEBUG_SKdjm@openbsd.org2021-02-261-2/+7
* Remove macos-11.0 from the test target list.Darren Tucker2021-02-251-1/+1
* tidy the $INSTALLKEY_SH code layout a littlePhilip Hands2021-02-251-5/+5
* if unable to add a missing newline, failJakub Jelen2021-02-251-1/+1
* use $AUTH_KEY_DIR, now that we have itPhilip Hands2021-02-251-3/+3
* restorecon the correct directoryJakub Jelen2021-02-251-1/+1
* upstream: s/PubkeyAcceptedKeyTypes/PubkeyAcceptedAlgorithms/djm@openbsd.org2021-02-255-29/+29
* upstream: Rename pubkeyacceptedkeytypes to pubkeyacceptedalgorithms indtucker@openbsd.org2021-02-251-13/+13
* upstream: Put obsolete aliases for hostbasedalgorithms anddtucker@openbsd.org2021-02-242-6/+6
* upstream: lots more s/key types/signature algorithms/ mostly indjm@openbsd.org2021-02-232-32/+32
* upstream: Correct reference to signature algorithms as keys; fromdjm@openbsd.org2021-02-231-3/+3
* 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
* upstream: warn when the user specifies a ForwardAgent path that doesdjm@openbsd.org2021-02-231-1/+7
* Disable rlimit sandbox, doesn't work with valgrindDarren Tucker2021-02-211-1/+7
* 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
* 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
* 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
* Add bbone test target (arm32).Darren Tucker2021-02-181-1/+1
* upstream: Fix the hostkeys rotation extension documentationdjm@openbsd.org2021-02-181-1/+2
* upstream: make names in function prototypes match those indjm@openbsd.org2021-02-182-4/+4
* upstream: unbreak SK_DEBUG buildsdjm@openbsd.org2021-02-181-3/+3
* upstream: sftp-server: implement limits@openssh.com extensiondjm@openbsd.org2021-02-182-3/+85
* support OpenSSL 3.x cipher IV API changeDamien Miller2021-02-182-0/+5
* prefer login_getpwclass() to login_getclass()Damien Miller2021-02-183-1/+6
* Fixing quoting for installing moduli on target guest.Darren Tucker2021-02-181-1/+1
* Install moduli on target not host.Darren Tucker2021-02-181-1/+1
* don't free string returned by login_getcapstr(3)Damien Miller2021-02-181-4/+1
* Skip unit tests on sol11 to speed things up.Darren Tucker2021-02-181-2/+3
* Remove SKIP_UNIT as it needs to be a make arg.Darren Tucker2021-02-181-1/+0
* Always intall moduli.Darren Tucker2021-02-182-2/+4
* Quote SSHD_CONFOPTS in case it contains spaces.Darren Tucker2021-02-171-1/+1
* Fix labels on targets (dots vs underscores).Darren Tucker2021-02-171-2/+2
* More compact representation of config matrix.Darren Tucker2021-02-171-14/+7
* Skip unit tests on hosted VMs to speed things up.Darren Tucker2021-02-171-0/+1
* Merge macos and ubuntu tests.Darren Tucker2021-02-172-28/+3