| Commit message (Expand) | Author | Age | Files | Lines |
| * | use sshpkt_fatal() for kex_exchange_identification() errors. |  djm | 2020-03-13 | 1 | -3/+4 |
| * | when AddKeysToAgent=yes is set and the key contains no comment, |  djm | 2020-01-25 | 1 | -4/+5 |
| * | Replace all calls to signal(2) with a wrapper around sigaction(2). |  dtucker | 2020-01-23 | 1 | -5/+5 |
| * | Ignore whitespace when checking explict fingerprint. When confirming a host |  dtucker | 2020-01-22 | 1 | -5/+6 |
| * | revise the fix for reversed arguments on expand_proxy_command() |  naddy | 2020-01-11 | 1 | -4/+4 |
| * | fix reversed arguments on expand_proxy_command(); spotted by |  djm | 2020-01-09 | 1 | -2/+2 |
| * | stdarg.h required more broadly; ok djm |  deraadt | 2019-11-13 | 1 | -1/+2 |
| * | enable ed25519 support; ok djm |  markus | 2019-11-12 | 1 | -2/+2 |
| * | ssh AddKeysToAgent support for U2F/FIDO keys |  djm | 2019-10-31 | 1 | -3/+5 |
| * | add new agent key constraint for U2F/FIDO provider |  djm | 2019-10-31 | 1 | -2/+2 |
| * | whitespace |  djm | 2019-09-13 | 1 | -3/+3 |
| * | allow %n to be expanded in ProxyCommand strings |  djm | 2019-09-13 | 1 | -15/+20 |
| * | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -13/+13 |
| * | Add protection for private keys at rest in RAM against speculation |  djm | 2019-06-21 | 1 | -2/+2 |
| * | Free host on exit path. Patch from markus at blueflash.cc, ok djm@ |  dtucker | 2019-05-03 | 1 | -1/+2 |
| * | dup stdout/in for proxycommand=-, otherwise stdout might be |  markus | 2019-02-27 | 1 | -3/+11 |
| * | Save connection timeout and restore for 2nd and subsequent attempts, |  dtucker | 2019-02-01 | 1 | -2/+3 |
| * | Accept the host key fingerprint as a synonym for "yes" when accepting |  dtucker | 2019-01-24 | 1 | -8/+11 |
| * | convert sshconnect.c to new packet API |  djm | 2019-01-19 | 1 | -22/+1 |
| * | begin landing remaining refactoring of packet parsing API, started |  djm | 2019-01-19 | 1 | -1/+4 |
| * | move client/server SSH-* banners to buffers under ssh->kex and factor |  djm | 2018-12-27 | 1 | -180/+8 |
| * | Fix inverted logic for redirecting ProxyCommand stderr to /dev/null. |  dtucker | 2018-11-18 | 1 | -3/+5 |
| * | redirect stderr of ProxyCommands to /dev/null when ssh is started with |  djm | 2018-11-16 | 1 | -5/+32 |
| * | struct sockaddr_storage is guaranteed to be large enough, no need to check |  florian | 2018-10-15 | 1 | -5/+1 |
| * | add CASignatureAlgorithms option for the client, allowing it to specify |  djm | 2018-09-20 | 1 | -4/+13 |
| * | Now that ssh can't be setuid, remove the original_real_uid and |  dtucker | 2018-07-27 | 1 | -3/+1 |
| * | Fix typo in comment. From Alexandru Iacob via github. |  dtucker | 2018-07-19 | 1 | -2/+2 |
| * | Deprecate UsePrivilegedPort now that support for running ssh(1) |  dtucker | 2018-07-19 | 1 | -14/+10 |
| * | Remove support for running ssh(1) setuid and fatal if attempted. |  dtucker | 2018-07-18 | 1 | -25/+3 |
| * | remove legacy key emulation layer; ok djm@ |  markus | 2018-07-11 | 1 | -6/+6 |
| * | client: switch to sshbuf API; ok djm@ |  markus | 2018-07-09 | 1 | -3/+3 |
| * | lots of typos in comments/docs. Patch from Karsten Weiss after checking |  djm | 2018-04-10 | 1 | -2/+2 |
| * | Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures) |  markus | 2018-02-23 | 1 | -2/+3 |
| * | Add missing braces. |  dtucker | 2018-02-23 | 1 | -2/+3 |
| * | Add BindInterface ssh_config directive and -B command-line argument |  djm | 2018-02-23 | 1 | -21/+121 |
| * | constify some private key-related functions; based on |  djm | 2018-02-10 | 1 | -3/+3 |
| * | ssh_free checks for and handles NULL args, remove NULL checks from remaining |  dtucker | 2018-02-07 | 1 | -3/+2 |
| * | Add missing braces; fixes 'write: Socket is not connected' error in ssh. |  stsp | 2018-01-23 | 1 | -2/+3 |
| * | Drop compatibility hacks for some ancient SSH implementations, including |  djm | 2018-01-23 | 1 | -4/+1 |
| * | try harder to preserve errno during ssh_connect_direct() to make the |  djm | 2018-01-23 | 1 | -5/+12 |
| * | don't accept junk after "yes" or "no" responses to hostkey prompts. |  djm | 2017-12-06 | 1 | -5/+6 |
| * | Add monotime_ts and monotime_tv that return monotonic timespec and |  dtucker | 2017-11-25 | 1 | -2/+2 |
| * | Revert commitid: gJtIN6rRTS3CHy9b. |  djm | 2017-09-14 | 1 | -43/+6 |
| * | refactor channels.c |  djm | 2017-09-12 | 1 | -16/+22 |
| * | Expand ssh_config's StrictModes option with two new settings: |  djm | 2017-09-03 | 1 | -12/+18 |
| * | identify the case where SSHFP records are missing but other DNS RR |  djm | 2017-09-01 | 1 | -6/+43 |
| * | remove post-SSHv1 removal dead code from rsa.c and merge the |  djm | 2017-07-01 | 1 | -2/+1 |
| * | switch sshconnect.c from (slightly abused) select() to poll(); |  djm | 2017-06-24 | 1 | -91/+61 |
| * | use HostKeyAlias if specified instead of hostname for matching host |  djm | 2017-06-24 | 1 | -2/+4 |
| * | switch sshconnect.c to modern APIs; ok djm@ |  markus | 2017-05-30 | 1 | -12/+15 |