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