summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-01-08Deny (non-fatal) ipc in preauth privsep child.V_8_1Jeremy Drake
2020-01-08seccomp: Allow clock_gettime64() in sandbox.Khem Raj
2020-01-08Allow clock_nanosleep_time64 in seccomp sandbox.Darren Tucker
2019-11-13Remove duplicate __NR_clock_nanosleepDarren Tucker
2019-11-13seccomp: Allow clock_nanosleep() in sandbox.Darren Tucker
2019-10-10Fix ifdef typo for declaration of memmem.Darren Tucker
2019-10-09prepare for 8.1 releaseV_8_1_P1Damien Miller
2019-10-09upstream: openssh-8.1djm@openbsd.org
2019-10-09upstream: fix an unreachable integer overflow similar to the XMSSdjm@openbsd.org
2019-10-09upstream: fix integer overflow in XMSS private key parsing.djm@openbsd.org
2019-10-09upstream: Correct type for end-of-list sentinel; fixes initializerdtucker@openbsd.org
2019-10-09upstream: reversed test yielded incorrect debug messagedjm@openbsd.org
2019-10-09dependDamien Miller
2019-10-09Make MAKE_CLONE no-op macro more correct.Darren Tucker
2019-10-09wrap stdint.h include in HAVE_STDINT_HDamien Miller
2019-10-08avoid "return (value)" in void-declared functionDamien Miller
2019-10-08Make DEF_WEAK more likely to be correct.Darren Tucker
2019-10-07upstream: Instead of running sed over the whole log to remove CRs,dtucker@openbsd.org
2019-10-05Enable specific ioctl call for EP11 crypto card (s390)Eduardo Barretto
2019-10-04upstream: fix memory leak in error path; bz#3074 patch fromdjm@openbsd.org
2019-10-04upstream: spacedjm@openbsd.org
2019-10-04upstream: more sshsig regress tests: check key revocation, thedjm@openbsd.org
2019-10-04upstream: Check for gmtime failure in moduli generation. Based ondtucker@openbsd.org
2019-10-04upstream: use a more common options order in SYNOPSIS and syncjmc@openbsd.org
2019-10-02upstream: thinko in previous; spotted by Mantasdjm@openbsd.org
2019-10-02upstream: make signature format match PROTOCOdjm@openbsd.org
2019-10-02upstream: ban empty namespace strings for sdjm@openbsd.org
2019-10-02Put ssherr.h back as it's actually needed.Darren Tucker
2019-10-02Deny (non-fatal) shmget/shmat/shmdt in preauth privsep child.Lonnie Abelbeck
2019-10-02remove duplicate #includesDamien Miller
2019-10-02typo in commentDamien Miller
2019-10-02upstream: remove some duplicate #includesdjm@openbsd.org
2019-10-01upstream: revert unconditional forced login implemented in r1.41 ofdjm@openbsd.org
2019-10-01upstream: group and sort single letter options; ok deraadtjmc@openbsd.org
2019-10-01upstream: fix the DH-GEX text in -a; because this required a comma,jmc@openbsd.org
2019-10-01upstream: identity_file[] should be PATH_MAX, not the arbitraryderaadt@openbsd.org
2019-10-01upstream: new sentence, new line;jmc@openbsd.org
2019-09-30Include stdio.h for snprintf.Darren Tucker
2019-09-30Add SKIP_LTESTS for skipping specific tests.Darren Tucker
2019-09-27upstream: Test for empty result in expected bits. Remove CRs from logdtucker@openbsd.org
2019-09-27Re-enable dhgex test.Darren Tucker
2019-09-24Add more ToS bits, currently only used by netcat.Darren Tucker
2019-09-19Privsep is now required.Darren Tucker
2019-09-16upstream: Allow testing signature syntax and validity without verifyingdjm@openbsd.org
2019-09-13upstream: clarify that IdentitiesOnly also applies to the defaultdjm@openbsd.org
2019-09-13upstream: Plug mem leaks on error paths, based in part on githubdtucker@openbsd.org
2019-09-13upstream: whitespacedjm@openbsd.org
2019-09-13upstream: allow %n to be expanded in ProxyCommand stringsdjm@openbsd.org
2019-09-13upstream: clarify that ConnectTimeout applies both to the TCPdjm@openbsd.org
2019-09-13upstream: Fix potential truncation warning. ok deraadt.dtucker@openbsd.org