summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-02-18don't free string returned by login_getcapstr(3)Damien Miller
2021-02-18Skip unit tests on sol11 to speed things up.Darren Tucker
2021-02-18Remove SKIP_UNIT as it needs to be a make arg.Darren Tucker
2021-02-18Always intall moduli.Darren Tucker
2021-02-18Quote SSHD_CONFOPTS in case it contains spaces.Darren Tucker
2021-02-18Fix labels on targets (dots vs underscores).Darren Tucker
2021-02-17More compact representation of config matrix.Darren Tucker
2021-02-17Skip unit tests on hosted VMs to speed things up.Darren Tucker
2021-02-17Merge macos and ubuntu tests.Darren Tucker
2021-02-17Convert most github hosted tests to new config structure.Darren Tucker
2021-02-17Only run selfhosted tests from selfhosted repo.Darren Tucker
2021-02-17Add self-hosted runners for VMs of other platforms.Darren Tucker
2021-02-17upstream: Make sure puttygen is new enough to successfully run thedtucker@openbsd.org
2021-02-17upstream: ssh: add PermitRemoteOpen for remote dynamic forwardingmarkus@openbsd.org
2021-02-17upstream: factor out opt_array_append; ok djm@markus@openbsd.org
2021-02-17upstream: ProxyJump takes "none" to disable processing likedlg@openbsd.org
2021-02-17upstream: sftp: add missing lsetstat@openssh.com documentationdjm@openbsd.org
2021-02-17upstream: factor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its owndjm@openbsd.org
2021-02-11Add __NR_futex_time64 to seccomp sandbox.Darren Tucker
2021-02-06Add a hostname function for systems that don't have it.Darren Tucker
2021-02-06upstream: Roll back the hostname->uname change in rev 1.10. It turnsdtucker@openbsd.org
2021-02-05upstream: hostname is not specified by POSIX but uname -n is, so usedtucker@openbsd.org
2021-02-05Using explicit_memset for the explicit_bzero compatibility layer.David Carlier
2021-02-05Deny (non-fatal) statx in preauth privsep child.Luca Weiss
2021-02-05upstream: Remove debug message from sigchld handler. While thisdtucker@openbsd.org
2021-02-05upstream: whitespacedjm@openbsd.org
2021-02-05upstream: fix memleaks in private key deserialisation; enforce moredjm@openbsd.org
2021-02-05upstream: memleak on error path; ok markus@djm@openbsd.org
2021-02-01upstream: more strictly enforce KEX state-machine by banning packetdjm@openbsd.org
2021-02-01upstream: Set linesize returned by getline to zero when freeing anddtucker@openbsd.org
2021-01-30allow a fuzz case to contain more than one requestDamien Miller
2021-01-30expect fuzz cases to have length prefixDamien Miller
2021-01-30ssh-agent fuzzerDamien Miller
2021-01-30move keys out of kex_fuzz.cc into separate headerDamien Miller
2021-01-30some fixed test data (mostly keys) for fuzzingDamien Miller
2021-01-30upstream: add a SK_DUMMY_INTEGRATE define that allows the dummydjm@openbsd.org
2021-01-30upstream: fix the values of enum sock_typedjm@openbsd.org
2021-01-30upstream: give typedef'd struct a struct name; makes the fuzzer I'mdjm@openbsd.org
2021-01-29fuzz diffie-hellman-group-exchange-sha1 kex tooDamien Miller
2021-01-29support for running kex fuzzer with null cipherDamien Miller
2021-01-28make with -j2 to use available CPUs.Darren Tucker
2021-01-28Add test against openssl head and libressl head.Darren Tucker
2021-01-28Remove whitespace.Darren Tucker
2021-01-28upstream: fix leak: was double allocating kex->session_id bufferdjm@openbsd.org
2021-01-28correct kex name in disabled codeDamien Miller
2021-01-27upstream: this needs kex.h nowdjm@openbsd.org
2021-01-27upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_tdjm@openbsd.org
2021-01-27upstream: remove global variable used to stash compat flags and use thedjm@openbsd.org
2021-01-27Install moduli file before tests.Darren Tucker
2021-01-27Run one test with -Werror to catch warnings.Darren Tucker