summaryrefslogtreecommitdiff
path: root/ssh.c
AgeCommit message (Expand)Author
2020-10-18"LogLevel SILENT" compatibilityNatalie Amery
2020-10-18GSSAPI key exchange supportSimon Wilkinson
2020-09-21upstream: close stdin when forking after authentication too; ok markusdjm@openbsd.org
2020-09-21upstream: close stdout/stderr after "ssh -f ..." forkingdjm@openbsd.org
2020-08-03upstream: Also compare username when checking for JumpHost loops.dtucker@openbsd.org
2020-07-17upstream: Add a '%k' TOKEN that expands to the effective HostKey ofdtucker@openbsd.org
2020-07-17upstream: Add %-TOKEN, environment variable and tilde expansion todtucker@openbsd.org
2020-07-15upstream: some language improvements; ok markusdjm@openbsd.org
2020-06-26upstream: Defer creation of ~/.ssh by ssh(1) until we attempt todtucker@openbsd.org
2020-06-05upstream: Correct historical comment: provos@ modified OpenSSH todtucker@openbsd.org
2020-05-29upstream: Allow some keywords to expand shell-style ${ENV}dtucker@openbsd.org
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