summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* restorecon the correct directoryJakub Jelen2021-02-261-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-252-6/+6
* upstream: lots more s/key types/signature algorithms/ mostly indjm@openbsd.org2021-02-242-32/+32
* upstream: Correct reference to signature algorithms as keys; fromdjm@openbsd.org2021-02-241-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-181-1/+1
* Fix labels on targets (dots vs underscores).Darren Tucker2021-02-181-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
* Convert most github hosted tests to new config structure.Darren Tucker2021-02-173-85/+61
* Only run selfhosted tests from selfhosted repo.Darren Tucker2021-02-171-0/+1
* Add self-hosted runners for VMs of other platforms.Darren Tucker2021-02-176-14/+153
* upstream: Make sure puttygen is new enough to successfully run thedtucker@openbsd.org2021-02-171-10/+9
* upstream: ssh: add PermitRemoteOpen for remote dynamic forwardingmarkus@openbsd.org2021-02-176-9/+170
* upstream: factor out opt_array_append; ok djm@markus@openbsd.org2021-02-173-43/+51
* upstream: ProxyJump takes "none" to disable processing likedlg@openbsd.org2021-02-171-2/+5
* upstream: sftp: add missing lsetstat@openssh.com documentationdjm@openbsd.org2021-02-173-13/+39
* upstream: factor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its owndjm@openbsd.org2021-02-171-41/+59
* Add __NR_futex_time64 to seccomp sandbox.Darren Tucker2021-02-111-0/+3
* Add a hostname function for systems that don't have it.Darren Tucker2021-02-061-0/+9
* upstream: Roll back the hostname->uname change in rev 1.10. It turnsdtucker@openbsd.org2021-02-061-3/+3
* upstream: hostname is not specified by POSIX but uname -n is, so usedtucker@openbsd.org2021-02-051-3/+3