summaryrefslogtreecommitdiffstats
path: root/gss-serv.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-19upstream: Fix inverted logic for redirecting ProxyCommand stderr todtucker@openbsd.org1-3/+5
2018-11-16upstream: redirect stderr of ProxyCommands to /dev/null when ssh isdjm@openbsd.org1-5/+32
2018-11-16upstream: make grandparent-parent-child sshbuf chains robust todjm@openbsd.org1-7/+10
2018-11-16upstream: use path_absolute() for pathname checks; from Manoj Ampalamdjm@openbsd.org8-17/+25
2018-11-16Test for OPENSSL_init_crypto before using.Darren Tucker2-3/+7
2018-11-16upstream: disallow empty incoming filename or ones that refer to thedjm@openbsd.org1-2/+3
2018-11-16upstream: fix bug in client that was keeping a redundant ssh-agentdjm@openbsd.org1-3/+5
2018-11-16upstream: fix bug in HostbasedAcceptedKeyTypes anddjm@openbsd.org1-5/+34
2018-11-16upstream: support a prefix of '@' to suppress echo of sftp batchdjm@openbsd.org2-28/+40
2018-11-16upstream: fix markup error (missing blank before delimiter); fromschwarze@openbsd.org1-3/+3
2018-11-16upstream: typo in error message; caught by Debian lintian, viadjm@openbsd.org1-2/+2
2018-11-16upstream: correct local variable name; from yawang AT microsoft.comdjm@openbsd.org1-3/+3
2018-11-16upstream: Import new moduli.dtucker@openbsd.org1-0/+1
2018-11-16upstream: mention ssh-ed25519-cert-v01@openssh.com in list of certdjm@openbsd.org1-1/+2
2018-11-16Remove fallback check for /usr/local/ssl.Darren Tucker1-20/+4
2018-11-16Fix check for OpenSSL 1.0.1 exactly.Darren Tucker1-1/+1
2018-11-11Improve warnings in cygwin service setup.Darren Tucker1-5/+5
2018-11-11Remove hardcoded service name in cygwin setup.Darren Tucker1-1/+1
2018-11-10AC_CHECK_SIZEOF() no longer needs a second argument.Dag-Erling Smørgrav1-4/+4
2018-11-10Fix error message w/out nistp521.Manoj Ampalam1-0/+4
2018-11-09fix compilation with openssl built without ECCEneas U de Queiroz2-0/+8
2018-11-08Simplify OpenSSL 1.1 function checks.Darren Tucker1-113/+37
2018-11-05Fix pasto for HAVE_EVP_CIPHER_CTX_SET_IV.Darren Tucker1-1/+1
2018-10-31Import new moduli.Darren Tucker1-427/+451
2018-10-28Update check for minimum OpenSSL version.Darren Tucker1-2/+2
2018-10-28Update required OpenSSL versions to match current.Darren Tucker1-5/+5
2018-10-28Use detected version functions in openssl compat.Darren Tucker1-3/+10
2018-10-27Check for the existence of openssl version funcs.Darren Tucker1-5/+12
2018-10-26fix builds on OpenSSL <= 1.0.xDamien Miller2-1/+14
2018-10-23remove remaining references to SSLeayDamien Miller2-7/+10
2018-10-23regen dependDamien Miller1-1/+1
2018-10-23upstream: refer to OpenSSL not SSLeay;djm@openbsd.org3-9/+10
2018-10-23fix compile for openssl 1.0.x w/ --with-ssl-engineDamien Miller1-1/+1
2018-10-22Include openssl compatibility.Darren Tucker2-0/+3
2018-10-22upstream: when printing certificate contents "ssh-keygen -Lfdjm@openbsd.org1-3/+4
2018-10-22upstream: struct sockaddr_storage is guaranteed to be large enough,florian@openbsd.org1-5/+1
2018-10-17Require OpenSSL 1.1.x series 1.1.0g or greaterV_7_9_P1Damien Miller1-9/+13
2018-10-16unbreak compilation with --with-ssl-engineDamien Miller1-1/+1
2018-10-16Remove gcc spectre mitigation flags.Darren Tucker1-9/+0
2018-10-16Avoid deprecated OPENSSL_config when using 1.1.xDamien Miller1-0/+6
2018-10-12Don't avoid our *sprintf replacements.Darren Tucker1-0/+9
2018-10-12Check if snprintf understands %zu.Darren Tucker1-0/+23
2018-10-12remove stale link, tweakDamien Miller1-5/+1
2018-10-12update version numbers ahead of releaseDamien Miller3-3/+3
2018-10-12upstream: don't send new-style rsa-sha2-*-cert-v01@openssh.com names todjm@openbsd.org1-2/+3
2018-10-11update dependsDamien Miller1-3/+3
2018-10-11some more duplicated key algorithm linesDamien Miller1-4/+0
2018-10-11fix duplicated algorithm specification linesDamien Miller1-4/+0
2018-10-11upstream: typo in plain RSA algorithm counterpart names fordjm@openbsd.org1-3/+3
2018-10-11check pw_passwd != NULL here tooDamien Miller1-0/+3