summaryrefslogtreecommitdiff
path: root/sshconnect.c
AgeCommit message (Expand)Author
2020-10-18Add DebianBanner server configuration optionKees Cook
2020-10-18Mention ssh-keygen in ssh fingerprint changed warningScott Moser
2020-10-18Look for $SHELL on the path for ProxyCommand/LocalCommandColin Watson
2020-09-16upstream: For the hostkey confirmation message:djm@openbsd.org
2020-08-27upstream: let ssh_config(5)'s AddKeysToAgent keyword accept a timedjm@openbsd.org
2020-07-17upstream: Add a '%k' TOKEN that expands to the effective HostKey ofdtucker@openbsd.org
2020-03-14upstream: use sshpkt_fatal() for kex_exchange_identification()djm@openbsd.org
2020-01-25upstream: when AddKeysToAgent=yes is set and the key contains nodjm@openbsd.org
2020-01-23upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org
2020-01-23upstream: Ignore whitespace when checking explict fingerprint.dtucker@openbsd.org
2020-01-21upstream: revise the fix for reversed arguments onnaddy@openbsd.org
2020-01-09upstream: fix reversed arguments on expand_proxy_command(); spotteddjm@openbsd.org
2019-11-15upstream: stdarg.h required more broadly; ok djmderaadt@openbsd.org
2019-11-13upstream: enable ed25519 support; ok djmmarkus@openbsd.org
2019-11-01upstream: ssh AddKeysToAgent support for U2F/FIDO keysdjm@openbsd.org
2019-11-01upstream: add new agent key constraint for U2F/FIDO providerdjm@openbsd.org
2019-10-02remove duplicate #includesDamien Miller
2019-09-13upstream: whitespacedjm@openbsd.org
2019-09-13upstream: allow %n to be expanded in ProxyCommand stringsdjm@openbsd.org
2019-07-05upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org
2019-06-21upstream: Add protection for private keys at rest in RAM againstdjm@openbsd.org
2019-05-08upstream: Free host on exit path. Patch from markus atdtucker@openbsd.org
2019-03-01upstream: dup stdout/in for proxycommand=-, otherwise stdout mightmarkus@openbsd.org
2019-02-01upstream: Save connection timeout and restore for 2nd anddtucker@openbsd.org
2019-01-25upstream: Accept the host key fingerprint as a synonym for "yes"dtucker@openbsd.org
2019-01-20upstream: convert sshconnect.c to new packet APIdjm@openbsd.org
2019-01-20upstream: begin landing remaining refactoring of packet parsingdjm@openbsd.org
2018-12-27upstream: move client/server SSH-* banners to buffers underdjm@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-10-22upstream: struct sockaddr_storage is guaranteed to be large enough,florian@openbsd.org
2018-09-20upstream: add CASignatureAlgorithms option for the client, allowingdjm@openbsd.org
2018-07-31upstream: Now that ssh can't be setuid, remove thedtucker@openbsd.org
2018-07-20upstream: Fix typo in comment. From Alexandru Iacob via github.dtucker@openbsd.org
2018-07-19upstream: Deprecate UsePrivilegedPort now that support for runningdtucker@openbsd.org
2018-07-19upstream: Remove support for running ssh(1) setuid and fatal ifdtucker@openbsd.org
2018-07-12upstream: remove legacy key emulation layer; ok djm@markus@openbsd.org
2018-07-10upstream: client: switch to sshbuf API; ok djm@markus@openbsd.org
2018-04-10upstream: lots of typos in comments/docs. Patch from Karsten Weissdjm@openbsd.org
2018-02-26upstream: Add experimental support for PQC XMSS keys (Extendedmarkus@openbsd.org
2018-02-23upstream: Add missing braces.dtucker@openbsd.org
2018-02-23Check for ifaddrs.h for BindInterface.Darren Tucker
2018-02-23upstream: Add BindInterface ssh_config directive and -Bdjm@openbsd.org
2018-02-10upstream commitdjm@openbsd.org
2018-02-09upstream commitdtucker@openbsd.org
2018-01-24upstream commitstsp@openbsd.org
2018-01-23upstream commitdjm@openbsd.org
2018-01-23upstream commitdjm@openbsd.org
2017-12-07upstream commitdjm@openbsd.org
2017-11-28upstream commitdtucker@openbsd.org@openbsd.org