summaryrefslogtreecommitdiffstats
path: root/readconf.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-09-05check that configure/config.h is up to dateDamien Miller1-1/+6
2019-09-05upstream: if a PKCS#11 token returns no keys then try to login anddjm@openbsd.org1-11/+33
2019-09-05upstream: sprinkle in some explicit errors here, otherwise thedjm@openbsd.org1-20/+60
2019-09-05upstream: only send ext_info for KEX_INITIAL; bz#2929 ok dtuckerdjm@openbsd.org1-3/+4
2019-09-05upstream: macro fix; ok djmjmc@openbsd.org1-5/+5
2019-09-05update fuzzing makefile to more recent clangDamien Miller1-2/+2
2019-09-05fuzzer for sshsig allowed_signers option parsingDamien Miller2-2/+36
2019-09-05upstream: memleak on error path; found by libfuzzerdjm@openbsd.org1-1/+1
2019-09-05upstream: expose allowed_signers options parsing code in header fordjm@openbsd.org2-9/+17
2019-09-05upstream: Call comma-separated lists as such to clarify semantics.naddy@openbsd.org2-18/+18
2019-09-05upstream: tweak previous;jmc@openbsd.org1-5/+5
2019-09-05upstream: repair typo and editing mishapnaddy@openbsd.org2-3/+3