| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | switch from Key typedef with struct sshkey; ok djm@ |  markus | 2017-05-30 | 1 | -11/+11 |
* | remove unused variable |  djm | 2017-05-01 | 1 | -3/+1 |
* | remove KEY_RSA1 |  djm | 2017-04-30 | 1 | -2/+1 |
* | remove compat20/compat13/compat15 variables |  djm | 2017-04-30 | 1 | -23/+9 |
* | remove options.protocol and client Protocol configuration knob |  djm | 2017-04-30 | 1 | -39/+10 |
* | unifdef WITH_SSH1 |  djm | 2017-04-30 | 1 | -6/+1 |
* | Plug descriptor leaks of auth_sock. From jjelen at redhat.com via |  dtucker | 2017-03-10 | 1 | -1/+3 |
* | Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions |  deraadt | 2016-09-12 | 1 | -3/+2 |
* | fd leaks; report Qualys Security Advisory team; ok deraadt@ |  markus | 2016-01-14 | 1 | -1/+2 |
* | remove roaming support; ok djm@ |  markus | 2016-01-14 | 1 | -4/+3 |
* | add cast to make -Werror clean |  djm | 2015-11-20 | 1 | -2/+3 |
* | ban ConnectionAttempts=0, it makes no sense and would cause |  djm | 2015-11-19 | 1 | -1/+3 |
* | print host certificate contents at debug level |  djm | 2015-11-19 | 1 | -4/+28 |
* | Add an AddKeysToAgent client option which can be set to 'yes', 'no', |  jcs | 2015-11-15 | 1 | -1/+29 |