summaryrefslogtreecommitdiff
path: root/ssh.c
AgeCommit message (Expand)Author
2020-06-07"LogLevel SILENT" compatibilityNatalie Amery
2020-06-07GSSAPI key exchange supportSimon Wilkinson
2020-04-10upstream: Add TOKEN percent expansion to LocalFoward and RemoteForwarddtucker@openbsd.org
2020-04-03upstream: r1.522 deleted one too many lines; repairdjm@openbsd.org
2020-04-03upstream: fix debug statementdjm@openbsd.org
2020-04-03upstream: the tunnel-forwarding vs ExitOnForwardFailure fix that Idjm@openbsd.org
2020-04-03upstream: make failures when establishing "Tunnel" forwarding terminatedjm@openbsd.org
2020-04-03upstream: Make with config keywords support whichdtucker@openbsd.org
2020-03-13upstream: initialize cname in case ai_canonname is NULL or toomarkus@openbsd.org
2020-02-18upstream: Detect and prevent simple configuration loops when usingdtucker@openbsd.org
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