summaryrefslogtreecommitdiff
path: root/ssh.c
AgeCommit message (Expand)Author
2020-02-21"LogLevel SILENT" compatibilityNatalie Amery
2020-02-21GSSAPI key exchange supportSimon Wilkinson
2020-02-07upstream: Add ssh -Q key-sig for all key and signature types.dtucker@openbsd.org
2020-02-07upstream: Replace "security key" with "authenticator" in programnaddy@openbsd.org
2020-01-29upstream: disable UpdateHostKeys=ask when in quiet mode; "work fordjm@openbsd.org
2020-01-28upstream: disable UpdateHostKeys=ask if command is specified; okmarkus@openbsd.org
2020-01-25upstream: allow UpdateKnownHosts=yes to function when multipledjm@openbsd.org
2020-01-25upstream: expose PKCS#11 key labels/X.509 subjects as commentsdjm@openbsd.org
2020-01-23upstream: Make zlib optional. This adds a "ZLIB" build time optiondtucker@openbsd.org
2020-01-23upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org
2020-01-06upstream: fix CanonicalizeHostname, broken by rev 1.507beck@openbsd.org
2019-12-21upstream: Allow forwarding a different agent socket to the pathdjm@openbsd.org
2019-11-20upstream: additional missing stdarg.h includes when built withoutnaddy@openbsd.org
2019-11-01upstream: ssh client support for U2F/FIDO keysdjm@openbsd.org
2019-09-13upstream: allow %n to be expanded in ProxyCommand stringsdjm@openbsd.org
2019-09-08upstream: Allow prepending a list of algorithms to the default setnaddy@openbsd.org
2019-07-05upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org
2019-06-14upstream: slightly more instructive error message when the userdjm@openbsd.org
2019-06-14upstream: Hostname->HostName cleanup; from lauri tirkkonen okjmc@openbsd.org
2019-06-08upstream: Replace calls to ssh_malloc_init() by a static init ofotto@openbsd.org
2019-05-08upstream: Use the LogLevel typdef instead of int where appropriate. Patch fro...dtucker@openbsd.org
2019-01-20upstream: remove last references to active_statedjm@openbsd.org
2019-01-20upstream: convert ssh.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-23upstream: add a ssh_config "Match final" predicatedjm@openbsd.org
2018-11-23refactor libcrypto initialisationDamien Miller
2018-10-23upstream: refer to OpenSSL not SSLeay;djm@openbsd.org
2018-10-03upstream: Allow ssh_config IdentityAgent directive to acceptdjm@openbsd.org
2018-09-21upstream: Treat connections with ProxyJump specified the same as onesdjm@openbsd.org
2018-09-20upstream: fix "ssh -Q sig" to show correct signature algorithm listdjm@openbsd.org
2018-09-12upstream: Add "ssh -Q sig" to allow listing supported signaturedjm@openbsd.org
2018-07-31upstream: Now that ssh can't be setuid, remove thedtucker@openbsd.org
2018-07-26upstream: Use the caller provided (copied) pwent struct inbeck@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-19upstream: Slot 0 in the hostbased key array was previously RSA1,dtucker@openbsd.org
2018-07-19upstream: Remove support for loading HostBasedAuthentication keysdtucker@openbsd.org
2018-07-16upstream: keep options.identity_file_userprovided array in sync when wedjm@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-06-09upstream: fix incorrect expansion of %i indjm@openbsd.org
2018-06-07upstream: Add a PermitListen directive to control which server-sidedjm@openbsd.org
2018-06-01upstream: make UID available as a %-expansion everywhere that thedjm@openbsd.org
2018-06-01upstream: prefer argv0 to "ssh" when re-executing ssh for ProxyJumpdjm@openbsd.org
2018-04-15upstream: don't free the %C expansion, it's used later fordjm@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 BindInterface ssh_config directive and -Bdjm@openbsd.org
2018-02-13upstream: remove space before tabdjm@openbsd.org