summaryrefslogtreecommitdiffstats
path: root/sandbox-capsicum.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-08Make DEF_WEAK more likely to be correct.Darren Tucker1-2/+3
2019-10-07upstream: Instead of running sed over the whole log to remove CRs,dtucker@openbsd.org1-5/+3
2019-10-05Enable specific ioctl call for EP11 crypto card (s390)Eduardo Barretto1-0/+2
2019-10-04upstream: fix memory leak in error path; bz#3074 patch fromdjm@openbsd.org1-3/+2
2019-10-04upstream: spacedjm@openbsd.org1-2/+2
2019-10-04upstream: more sshsig regress tests: check key revocation, thedjm@openbsd.org1-3/+59
2019-10-04upstream: Check for gmtime failure in moduli generation. Based ondtucker@openbsd.org1-1/+3
2019-10-04upstream: use a more common options order in SYNOPSIS and syncjmc@openbsd.org2-35/+33
2019-10-02upstream: thinko in previous; spotted by Mantasdjm@openbsd.org1-2/+2
2019-10-02upstream: make signature format match PROTOCOdjm@openbsd.org1-2/+2
2019-10-02upstream: ban empty namespace strings for sdjm@openbsd.org1-2/+2
2019-10-02Put ssherr.h back as it's actually needed.Darren Tucker1-0/+2
2019-10-02Deny (non-fatal) shmget/shmat/shmdt in preauth privsep child.Lonnie Abelbeck1-0/+9
2019-10-02remove duplicate #includesDamien Miller14-33/+8
2019-10-02typo in commentDamien Miller1-1/+1
2019-10-02upstream: remove some duplicate #includesdjm@openbsd.org5-10/+5
2019-10-01upstream: revert unconditional forced login implemented in r1.41 ofdjm@openbsd.org1-26/+5
2019-10-01upstream: group and sort single letter options; ok deraadtjmc@openbsd.org2-11/+9
2019-10-01upstream: fix the DH-GEX text in -a; because this required a comma,jmc@openbsd.org1-5/+5
2019-10-01upstream: identity_file[] should be PATH_MAX, not the arbitraryderaadt@openbsd.org1-2/+2
2019-10-01upstream: new sentence, new line;jmc@openbsd.org1-3/+4
2019-09-30Include stdio.h for snprintf.Darren Tucker1-0/+1
2019-09-30Add SKIP_LTESTS for skipping specific tests.Darren Tucker2-2/+11
2019-09-27upstream: Test for empty result in expected bits. Remove CRs from logdtucker@openbsd.org1-4/+8
2019-09-27Re-enable dhgex test.Darren Tucker1-1/+1
2019-09-24Add more ToS bits, currently only used by netcat.Darren Tucker1-0/+9
2019-09-19Privsep is now required.Darren Tucker2-11/+8
2019-09-16upstream: Allow testing signature syntax and validity without verifyingdjm@openbsd.org2-10/+44
2019-09-13upstream: clarify that IdentitiesOnly also applies to the defaultdjm@openbsd.org1-4/+4
2019-09-13upstream: Plug mem leaks on error paths, based in part on githubdtucker@openbsd.org2-16/+21
2019-09-13upstream: whitespacedjm@openbsd.org1-3/+3
2019-09-13upstream: allow %n to be expanded in ProxyCommand stringsdjm@openbsd.org4-22/+28
2019-09-13upstream: clarify that ConnectTimeout applies both to the TCPdjm@openbsd.org1-4/+4
2019-09-13upstream: Fix potential truncation warning. ok deraadt.dtucker@openbsd.org1-2/+2
2019-09-13memleak of buffer in sshpam_queryDamien Miller1-0/+5
2019-09-13explicitly test set[ug]id() return valuesDamien Miller1-2/+4
2019-09-08upstream: Allow prepending a list of algorithms to the default setnaddy@openbsd.org6-19/+80
2019-09-08upstream: key conversion should fail for !openssl builds, not falldjm@openbsd.org1-2/+5
2019-09-08upstream: typo in previousdjm@openbsd.org1-1/+1
2019-09-08needs time.h for --without-opensslDamien Miller1-0/+1
2019-09-08make unittests pass for no-openssl caseDamien Miller14-31/+120
2019-09-06upstream: avoid compiling certain files that deeply depend ondjm@openbsd.org1-0/+1
2019-09-06upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@djm@openbsd.org18-65/+112
2019-09-06upstream: lots of things were relying on libcrypto headers todjm@openbsd.org18-17/+42
2019-09-06upstream: remove leakmalloc reference; we used this early whendjm@openbsd.org1-5/+1
2019-09-06upstream: Check for RSA support before using it for the user key,dtucker@openbsd.org1-3/+8
2019-09-06Provide explicit path to configure-check.Darren Tucker1-2/+2
2019-09-06upstream: better error code for bad arguments; inspired bydjm@openbsd.org1-2/+5
2019-09-05revert config.h/config.h.in freshness checksDamien Miller1-7/+3
2019-09-05extend autoconf freshness testDamien Miller1-3/+7