summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* upstream: Make "ssh-add -q" do what it says on the tin: silencedjm@openbsd.org2018-09-201-23/+39
* upstream: When choosing a prime from the moduli file, avoidmillert@openbsd.org2018-09-201-6/+8
* Fix openssl-1.1 fallout for --without-openssl.Darren Tucker2018-09-151-0/+4
* add futex(2) syscall to seccomp sandboxDamien Miller2018-09-151-0/+3
* really add source for authopt_fuzz this timeDamien Miller2018-09-151-0/+33
* remove accidentally checked-in authopt_fuzz binaryDamien Miller2018-09-151-0/+0
* upstream: second try, deals properly with missing and private-onlydjm@openbsd.org2018-09-141-26/+53
* fuzzer harness for authorized_keys option parsingDamien Miller2018-09-142-2/+5
* upstream: revert following; deals badly with agent keysdjm@openbsd.org2018-09-141-47/+26
* upstream: garbage-collect moribund ssh_new_private() API.djm@openbsd.org2018-09-143-22/+10
* upstream: Use consistent format in debug log for keys readied,djm@openbsd.org2018-09-141-26/+47
* upstream: Fix warnings caused by user_from_uid() and group_from_gid()millert@openbsd.org2018-09-141-2/+2
* allow SIGUSR1 as synonym for SIGINFODamien Miller2018-09-142-6/+5
* add compat headerDamien Miller2018-09-131-0/+2
* upstream: missed a bit of openssl-1.0.x API in this unittestdjm@openbsd.org2018-09-134-65/+96
* upstream: use only openssl-1.1.x API here toodjm@openbsd.org2018-09-131-38/+67
* adapt -portable to OpenSSL 1.1x APIDamien Miller2018-09-1320-41/+916
* forgot to stage these test files in commit d70d061Damien Miller2018-09-132-2/+32
* upstream: hold our collective noses and use the openssl-1.1.x API indjm@openbsd.org2018-09-1320-438/+619
* upstream: Include certs with multiple RSA signature variants indjm@openbsd.org2018-09-126-0/+34
* upstream: test revocation by explicit hash and by fingerprintdjm@openbsd.org2018-09-121-15/+34
* upstream: s/sshkey_demote/sshkey_from_private/gdjm@openbsd.org2018-09-121-5/+5
* delete the correct thing; kexfuzz binaryDamien Miller2018-09-121-1/+1
* upstream: fix edit mistake; spotted by jmc@djm@openbsd.org2018-09-121-2/+2
* upstream: add SSH_ALLOWED_CA_SIGALGS - the default list ofdjm@openbsd.org2018-09-121-1/+13
* upstream: add sshkey_check_cert_sigtype() that checks adjm@openbsd.org2018-09-122-2/+24
* upstream: add cert->signature_type field and keep it in sync withdjm@openbsd.org2018-09-122-27/+69
* upstream: Add "ssh -Q sig" to allow listing supported signaturedjm@openbsd.org2018-09-122-6/+19
* upstream: allow key revocation by SHA256 hash and allow ssh-keygendjm@openbsd.org2018-09-125-49/+193
* upstream: log certificate fingerprint in authenticationdjm@openbsd.org2018-09-121-9/+13
* upstream: Add FALLTHROUGH comments where appropriate. Patch fromdtucker@openbsd.org2018-09-091-1/+3
* upstream: ssh -MM requires confirmation for all operations thatdjm@openbsd.org2018-09-091-3/+6
* upstream: fix misplaced parenthesis inside if-clause. it's harmlessmestre@openbsd.org2018-09-091-2/+2
* upstream: fix build with DEBUG_PK enabledmestre@openbsd.org2018-09-091-2/+2
* Handle ngroups>_SC_NGROUPS_MAX.Darren Tucker2018-09-071-3/+8
* Initial len for the fmt=NULL case.Darren Tucker2018-09-071-1/+1
* Include stdlib.h.Darren Tucker2018-09-071-0/+1
* document some more regress control env variablesDamien Miller2018-08-271-8/+15
* shorten temporary SSH_REGRESS_TMP pathV_7_8_P1V_7_8Damien Miller2018-08-231-1/+1
* rebuild dependenciesDamien Miller2018-08-231-2/+2
* fix path in distclean targetDamien Miller2018-08-231-1/+1
* upstream: memleak introduced in r1.83; from Colin Watsondjm@openbsd.org2018-08-231-2/+2
* upstream: AIX reports the CODESET as "ISO8859-1" in the POSIX locale.schwarze@openbsd.org2018-08-221-4/+9
* modified: openbsd-compat/port-uw.cTim Rice2018-08-211-1/+0
* Missing unistd.h for regress/mkdtemp.cDamien Miller2018-08-201-0/+1
* update version numbers in anticipation of releaseDamien Miller2018-08-173-3/+3
* configure: work around GCC shortcoming on CygwinCorinna Vinschen2018-08-131-2/+9
* cygwin: add missing stdarg.h includeCorinna Vinschen2018-08-131-0/+1
* upstream: revert compat.[ch] section of the following change. Itdjm@openbsd.org2018-08-134-56/+34
* upstream: better diagnosics on alg list assembly errors; okdjm@openbsd.org2018-08-132-26/+29