Age | Commit message (Expand) | Author |
2024-04-30 | add explict check for server hostkey type against HostkeyAlgorithms. | Damien Miller |
2024-04-23 | correct indentation; no functional change | Jonathan Gray |
2024-01-11 | make DSA key support compile-time optional, defaulting to on | Damien Miller |
2023-11-20 | set errno=EAFNOSUPPORT when filtering addresses that don't match | Damien Miller |
2023-11-15 | when connecting via socket (the default case), filter addresses by | Damien Miller |
2023-03-10 | Explicitly ignore return from fcntl(... FD_CLOEXEC) here too. | Darren Tucker |
2023-03-05 | Remove unused compat.h includes. We've previously removed a lot | Darren Tucker |
2023-01-13 | avoid printf("%s", NULL) if using ssh -oUserKnownHostsFile=none | Damien Miller |
2022-11-03 | replace recently-added valid_domain() check for hostnames going to | Damien Miller |
2022-10-24 | Be more paranoid with host/domain names coming from the resolver: | Damien Miller |
2022-08-26 | whitespace | Damien Miller |
2022-06-03 | Add period at end of "not known by any other names" message. github PR#320 | Darren Tucker |
2021-12-19 | ssh-add side of destination constraints | Damien Miller |
2021-07-02 | Remove references to ChallengeResponseAuthentication in favour of | Darren Tucker |
2021-06-25 | Use better language to refer to the user. From l1ving via github | Darren Tucker |
2021-06-08 | Allow argv_split() to optionally terminate tokenisation when it | Damien Miller |
2021-04-03 | highly polished whitespace, mostly fixing spaces-for-tab and bad | Damien Miller |
2021-03-03 | typo in other_hostkeys_message() display output, ok djm | Stuart Henderson |
2021-01-26 | move check_host_cert() from sshconnect,c to sshkey.c and refactor | Damien Miller |
2020-12-22 | add a ssh_config KnownHostsCommand that allows the client to obtain | Damien Miller |
2020-12-20 | plumb ssh_conn_info through to sshconnect.c; feedback/ok markus@ | Damien Miller |
2020-12-20 | allow UserKnownHostsFile=none; feedback and ok markus@ | Damien Miller |
2020-12-20 | load_hostkeys()/hostkeys_foreach() variants for FILE* | Damien Miller |
2020-11-27 | Set the specified TOS/DSCP for interactive use prior to TCP connect. | Damien Miller |
2020-11-22 | when mentioning that the host key has changed, don't report the type | Damien Miller |
2020-11-20 | Explicitly initialize all members of the find_by_key_ctx struct. Initializing | Darren Tucker |
2020-11-12 | when prompting the user to accept a new hostkey, display any other | Damien Miller |
2020-10-18 | use the new variant log macros instead of prepending __func__ and | Damien Miller |
2020-10-12 | Zap unused family parameter from ssh_connect_direct() | kn |
2020-10-07 | Disable UpdateHostkeys when hostkey checking fails | Damien Miller |
2020-10-07 | don't UpdateHostkeys when the hostkey is verified by the | Damien Miller |
2020-10-07 | revert kex->flags cert hostkey downgrade back to a plain key | Damien Miller |
2020-10-07 | simply disable UpdateHostkeys when a certificate successfully | Damien Miller |
2020-10-04 | when ordering host key algorithms in the client, consider the ECDSA | Damien Miller |
2020-10-03 | There are lots of place where we want to redirect stdin, stdout | Damien Miller |
2020-10-03 | record when the host key checking code downgrades a certificate host | Damien Miller |
2020-09-09 | For the hostkey confirmation message: | Damien Miller |
2020-08-11 | let ssh_config(5)'s AddKeysToAgent keyword accept a time limit for | Damien Miller |
2020-07-17 | Add a '%k' TOKEN that expands to the effective HostKey of the | Darren Tucker |
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 |