| Commit message (Expand) | Author | Age | Files | Lines |
* | highly polished whitespace, mostly fixing spaces-for-tab and bad |  djm | 2021-04-03 | 1 | -7/+9 |
* | typo in other_hostkeys_message() display output, ok djm |  sthen | 2021-03-03 | 1 | -2/+2 |
* | move check_host_cert() from sshconnect,c to sshkey.c and refactor |  djm | 2021-01-26 | 1 | -36/+20 |
* | add a ssh_config KnownHostsCommand that allows the client to obtain |  djm | 2020-12-22 | 1 | -6/+104 |
* | plumb ssh_conn_info through to sshconnect.c; feedback/ok markus@ |  djm | 2020-12-20 | 1 | -12/+17 |
* | allow UserKnownHostsFile=none; feedback and ok markus@ |  djm | 2020-12-20 | 1 | -1/+5 |
* | load_hostkeys()/hostkeys_foreach() variants for FILE* |  djm | 2020-12-20 | 1 | -6/+6 |
* | Set the specified TOS/DSCP for interactive use prior to TCP connect. |  djm | 2020-11-27 | 1 | -1/+6 |
* | when mentioning that the host key has changed, don't report the type |  djm | 2020-11-22 | 1 | -3/+3 |
* | Explicitly initialize all members of the find_by_key_ctx struct. Initializing |  dtucker | 2020-11-20 | 1 | -2/+2 |
* | when prompting the user to accept a new hostkey, display any other |  djm | 2020-11-12 | 1 | -28/+191 |
* | use the new variant log macros instead of prepending __func__ and |  djm | 2020-10-18 | 1 | -37/+31 |
* | Zap unused family parameter from ssh_connect_direct() |  kn | 2020-10-12 | 1 | -5/+5 |
* | Disable UpdateHostkeys when hostkey checking fails |  djm | 2020-10-07 | 1 | -1/+6 |
* | don't UpdateHostkeys when the hostkey is verified by the |  djm | 2020-10-07 | 1 | -4/+28 |
* | revert kex->flags cert hostkey downgrade back to a plain key |  djm | 2020-10-07 | 1 | -43/+12 |
* | simply disable UpdateHostkeys when a certificate successfully |  djm | 2020-10-07 | 1 | -2/+7 |
* | when ordering host key algorithms in the client, consider the ECDSA |  djm | 2020-10-04 | 1 | -2/+3 |
* | There are lots of place where we want to redirect stdin, stdout |  djm | 2020-10-03 | 1 | -23/+5 |
* | record when the host key checking code downgrades a certificate host |  djm | 2020-10-03 | 1 | -12/+43 |
* | For the hostkey confirmation message: |  djm | 2020-09-09 | 1 | -2/+2 |
* | let ssh_config(5)'s AddKeysToAgent keyword accept a time limit for |  djm | 2020-08-11 | 1 | -2/+3 |
* | Add a '%k' TOKEN that expands to the effective HostKey of the |  dtucker | 2020-07-17 | 1 | -1/+4 |
* | 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 |