summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dependV_8_6_P1V_8_6Damien Miller2021-04-161-90/+90
* crank version in README and RPM spec filesDamien Miller2021-04-163-3/+3
* upstream: openssh-8.6djm@openbsd.org2021-04-161-2/+2
* upstream: do not pass file/func to monitor; noted by Ilja van Sprundel;markus@openbsd.org2021-04-165-28/+31
* sshd don't exit on transient read errorsDamien Miller2021-04-141-1/+1
* perform report_failed_grab() inlineDamien Miller2021-04-101-20/+9
* dedicated gnome-ssk-askpass3 sourceDamien Miller2021-04-102-2/+318
* Ensure valgrind-out exists.Darren Tucker2021-04-081-0/+2
* Pass OBJ to unit test make invocation.Darren Tucker2021-04-081-0/+1
* Add pattern for valgrind-unit.Darren Tucker2021-04-081-1/+1
* Run unit tests under valgrind.Darren Tucker2021-04-082-0/+4
* ifdef out MIN and MAX.Darren Tucker2021-04-081-0/+3
* Remove only use of warn().Darren Tucker2021-04-072-8/+1
* Move make_tmpdir() into portable-specific area.Darren Tucker2021-04-071-6/+6
* upstream: Add TEST_SSH_ELAPSED_TIMES environment variable to print thedtucker@openbsd.org2021-04-071-1/+10
* Move the TEST_SSH_PORT section down a bit.Darren Tucker2021-04-071-6/+6
* Further split Valgrind tests.Darren Tucker2021-04-072-11/+26
* upstream: include "ssherr.h" not <ssherr.h>; from Balu Gajjala viadjm@openbsd.org2021-04-071-2/+2
* wrap struct rlimit in HAVE_GETRLIMIT tooDamien Miller2021-04-071-0/+2
* wrap getrlimit call in HAVE_GETRLIMIT; bz3291Damien Miller2021-04-071-0/+2
* upstream: Don't check return value of unsetenv(). It's part of thedtucker@openbsd.org2021-04-061-2/+2
* upstream: remove stray inserts; from matthias schmidtjmc@openbsd.org2021-04-062-5/+5
* upstream: missing comma; from kawashima jamesjmc@openbsd.org2021-04-061-3/+3
* Install libcbor with libfido2.Darren Tucker2021-04-051-1/+1
* enable authopt and misc unit testsDamien Miller2021-04-038-26/+79
* upstream: typos in comments; GHPR#180 from Villdjm@openbsd.org2021-04-033-6/+6
* upstream: sync CASignatureAlgorithms lists with reality. GHPR#174 fromdjm@openbsd.org2021-04-032-8/+10
* polish whitespace for portable filesDamien Miller2021-04-0325-97/+98
* upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org2021-04-0340-151/+155
* upstream: whitespace (tab after space)djm@openbsd.org2021-04-034-9/+9
* Save config.h and config.log on failure too.Darren Tucker2021-04-032-12/+8
* upstream: fix incorrect plural; from Ville Skytdjm@openbsd.org2021-04-031-3/+3
* upstream: ensure that pkcs11_del_provider() is called before exit -djm@openbsd.org2021-04-031-1/+5
* upstream: unused variabledjm@openbsd.org2021-04-031-2/+2
* upstream: Fix two problems in string->argv conversion: 1) multipledjm@openbsd.org2021-04-031-7/+4
* missing bits from 259d648eDamien Miller2021-04-032-151/+15
* upstream: cannot effectively test posix-rename extension afterdjm@openbsd.org2021-04-011-8/+10
* upstream: add a test for misc.c:argv_split(), currently failsdjm@openbsd.org2021-04-011-0/+139
* upstream: splitdjm@openbsd.org2021-04-013-0/+223
* upstream: Use new limits@openssh.com protocol extension to let thedjm@openbsd.org2021-04-013-18/+115
* upstream: do not advertise protocol extensions that have beendjm@openbsd.org2021-04-011-33/+53
* gnome-ssh-askpass3 is a valid target hereDamien Miller2021-03-291-1/+1
* upstream: return non-zero exit status when killed by signal; bz#3281 okdjm@openbsd.org2021-03-191-2/+2
* upstream: increase maximum SSH2_FXP_READ to match the maximumdjm@openbsd.org2021-03-191-24/+38
* upstream: don't let logging clobber errno before usedjm@openbsd.org2021-03-191-4/+6
* Only call dh_set_moduli_file if using OpenSSL.Darren Tucker2021-03-131-0/+2
* Don't install moduli during tests.Darren Tucker2021-03-132-4/+0
* Point TEST_SSH_MODULI_FILE at our own moduli.Darren Tucker2021-03-131-0/+2
* upstream: spellingjsg@openbsd.org2021-03-131-3/+3
* upstream: Add ModuliFile keyword to sshd_config to specify thedtucker@openbsd.org2021-03-136-12/+49