summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-27upstream: only consider the ext-info-c extension during the initialdjm@openbsd.org
2018-12-27upstream: fix option letter pasto in previousdjm@openbsd.org
2018-12-27upstream: mention that the ssh-keygen -F (find host indjm@openbsd.org
2018-12-14expose $SSH_CONNECTION in the PAM environmentDamien Miller
2018-12-13Don't pass loginmsg by address now that it's an sshbuf*Kevin Adler
2018-12-07upstream: no need to allocate channels_pre/channels_post indjm@openbsd.org
2018-12-07upstream: don't attempt to connect to empty SSH_AUTH_SOCK; bz#293djm@openbsd.org
2018-12-07upstream: don't truncate user or host name in "user@host'sdjm@openbsd.org
2018-12-07upstream: tweak previous;jmc@openbsd.org
2018-11-25Include stdio.h for FILE if needed.Darren Tucker
2018-11-25Reverse order of OpenSSL init functions.Darren Tucker
2018-11-25Improve OpenSSL_add_all_algorithms check.Darren Tucker
2018-11-23upstream: add a ssh_config "Match final" predicatedjm@openbsd.org
2018-11-23upstream: Remove now-unneeded ifdef SIGINFO around handler since it isdtucker@openbsd.org
2018-11-23Move RANDOM_SEED_SIZE outside ifdef.Darren Tucker
2018-11-23Resync with OpenBSD by pulling in an ifdef SIGINFO.Darren Tucker
2018-11-23fix configure test for OpenSSL versionDamien Miller
2018-11-23refactor libcrypto initialisationDamien Miller
2018-11-22upstream: Output info on SIGUSR1 as well asdtucker@openbsd.org
2018-11-22upstream: Append pid to temp files in /var/run and set a cleanupdtucker@openbsd.org
2018-11-22upstream: UsePrivilegeSeparation no is deprecateddtucker@openbsd.org
2018-11-22upstream: add some knobs:djm@openbsd.org
2018-11-22Resync Makefile.inc with upstream.Darren Tucker
2018-11-19upstream: silence (to log level debug2) failure messages whendjm@openbsd.org
2018-11-19upstream: Fix inverted logic for redirecting ProxyCommand stderr todtucker@openbsd.org
2018-11-16upstream: redirect stderr of ProxyCommands to /dev/null when ssh isdjm@openbsd.org
2018-11-16upstream: make grandparent-parent-child sshbuf chains robust todjm@openbsd.org
2018-11-16upstream: use path_absolute() for pathname checks; from Manoj Ampalamdjm@openbsd.org
2018-11-16Test for OPENSSL_init_crypto before using.Darren Tucker
2018-11-16upstream: disallow empty incoming filename or ones that refer to thedjm@openbsd.org
2018-11-16upstream: fix bug in client that was keeping a redundant ssh-agentdjm@openbsd.org
2018-11-16upstream: fix bug in HostbasedAcceptedKeyTypes anddjm@openbsd.org
2018-11-16upstream: support a prefix of '@' to suppress echo of sftp batchdjm@openbsd.org
2018-11-16upstream: fix markup error (missing blank before delimiter); fromschwarze@openbsd.org
2018-11-16upstream: typo in error message; caught by Debian lintian, viadjm@openbsd.org
2018-11-16upstream: correct local variable name; from yawang AT microsoft.comdjm@openbsd.org
2018-11-16upstream: Import new moduli.dtucker@openbsd.org
2018-11-16upstream: mention ssh-ed25519-cert-v01@openssh.com in list of certdjm@openbsd.org
2018-11-16Remove fallback check for /usr/local/ssl.Darren Tucker
2018-11-16Fix check for OpenSSL 1.0.1 exactly.Darren Tucker
2018-11-11Improve warnings in cygwin service setup.Darren Tucker
2018-11-11Remove hardcoded service name in cygwin setup.Darren Tucker
2018-11-10AC_CHECK_SIZEOF() no longer needs a second argument.Dag-Erling Smørgrav
2018-11-10Fix error message w/out nistp521.Manoj Ampalam
2018-11-09fix compilation with openssl built without ECCEneas U de Queiroz
2018-11-08Simplify OpenSSL 1.1 function checks.Darren Tucker
2018-11-05Fix pasto for HAVE_EVP_CIPHER_CTX_SET_IV.Darren Tucker
2018-10-31Import new moduli.Darren Tucker
2018-10-28Update check for minimum OpenSSL version.Darren Tucker
2018-10-28Update required OpenSSL versions to match current.Darren Tucker