summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Deny (non-fatal) ipc in preauth privsep child.V_8_1Jeremy Drake2020-01-081-0/+3
* seccomp: Allow clock_gettime64() in sandbox.Khem Raj2020-01-081-0/+3
* Allow clock_nanosleep_time64 in seccomp sandbox.Darren Tucker2020-01-081-0/+3
* Remove duplicate __NR_clock_nanosleepDarren Tucker2019-11-131-3/+0
* seccomp: Allow clock_nanosleep() in sandbox.Darren Tucker2019-11-131-0/+6
* Fix ifdef typo for declaration of memmem.Darren Tucker2019-10-101-1/+1
* prepare for 8.1 releaseV_8_1_P1Damien Miller2019-10-093-3/+3
* upstream: openssh-8.1djm@openbsd.org2019-10-091-2/+2
* upstream: fix an unreachable integer overflow similar to the XMSSdjm@openbsd.org2019-10-091-4/+22
* upstream: fix integer overflow in XMSS private key parsing.djm@openbsd.org2019-10-091-2/+3
* upstream: Correct type for end-of-list sentinel; fixes initializerdtucker@openbsd.org2019-10-091-2/+2
* upstream: reversed test yielded incorrect debug messagedjm@openbsd.org2019-10-091-2/+2
* dependDamien Miller2019-10-091-1/+1
* Make MAKE_CLONE no-op macro more correct.Darren Tucker2019-10-091-1/+2
* wrap stdint.h include in HAVE_STDINT_HDamien Miller2019-10-0912-12/+16
* avoid "return (value)" in void-declared functionDamien Miller2019-10-081-1/+1
* Make DEF_WEAK more likely to be correct.Darren Tucker2019-10-081-2/+3
* upstream: Instead of running sed over the whole log to remove CRs,dtucker@openbsd.org2019-10-071-5/+3
* Enable specific ioctl call for EP11 crypto card (s390)Eduardo Barretto2019-10-051-0/+2
* upstream: fix memory leak in error path; bz#3074 patch fromdjm@openbsd.org2019-10-041-3/+2
* upstream: spacedjm@openbsd.org2019-10-041-2/+2
* upstream: more sshsig regress tests: check key revocation, thedjm@openbsd.org2019-10-041-3/+59
* upstream: Check for gmtime failure in moduli generation. Based ondtucker@openbsd.org2019-10-041-1/+3
* upstream: use a more common options order in SYNOPSIS and syncjmc@openbsd.org2019-10-042-35/+33
* upstream: thinko in previous; spotted by Mantasdjm@openbsd.org2019-10-021-2/+2
* upstream: make signature format match PROTOCOdjm@openbsd.org2019-10-021-2/+2
* upstream: ban empty namespace strings for sdjm@openbsd.org2019-10-021-2/+2
* Put ssherr.h back as it's actually needed.Darren Tucker2019-10-021-0/+2
* Deny (non-fatal) shmget/shmat/shmdt in preauth privsep child.Lonnie Abelbeck2019-10-021-0/+9
* remove duplicate #includesDamien Miller2019-10-0214-33/+8
* typo in commentDamien Miller2019-10-021-1/+1
* upstream: remove some duplicate #includesdjm@openbsd.org2019-10-025-10/+5
* upstream: revert unconditional forced login implemented in r1.41 ofdjm@openbsd.org2019-10-011-26/+5
* upstream: group and sort single letter options; ok deraadtjmc@openbsd.org2019-10-012-11/+9
* upstream: fix the DH-GEX text in -a; because this required a comma,jmc@openbsd.org2019-10-011-5/+5
* upstream: identity_file[] should be PATH_MAX, not the arbitraryderaadt@openbsd.org2019-10-011-2/+2
* upstream: new sentence, new line;jmc@openbsd.org2019-10-011-3/+4
* Include stdio.h for snprintf.Darren Tucker2019-09-301-0/+1
* Add SKIP_LTESTS for skipping specific tests.Darren Tucker2019-09-302-2/+11
* upstream: Test for empty result in expected bits. Remove CRs from logdtucker@openbsd.org2019-09-271-4/+8
* Re-enable dhgex test.Darren Tucker2019-09-271-1/+1
* Add more ToS bits, currently only used by netcat.Darren Tucker2019-09-241-0/+9
* Privsep is now required.Darren Tucker2019-09-192-11/+8
* upstream: Allow testing signature syntax and validity without verifyingdjm@openbsd.org2019-09-162-10/+44
* upstream: clarify that IdentitiesOnly also applies to the defaultdjm@openbsd.org2019-09-131-4/+4
* upstream: Plug mem leaks on error paths, based in part on githubdtucker@openbsd.org2019-09-132-16/+21
* upstream: whitespacedjm@openbsd.org2019-09-131-3/+3
* upstream: allow %n to be expanded in ProxyCommand stringsdjm@openbsd.org2019-09-134-22/+28
* upstream: clarify that ConnectTimeout applies both to the TCPdjm@openbsd.org2019-09-131-4/+4
* upstream: Fix potential truncation warning. ok deraadt.dtucker@openbsd.org2019-09-131-2/+2