Age | Commit message (Expand) | Author |
2018-03-24 | fix bogus warning when signing cert keys using agent; from djm; ok deraadt dt... | Markus Friedl |
2018-03-03 | warn when the agent returns a signature type that was different to | Damien Miller |
2018-02-07 | ssh_free checks for and handles NULL args, remove NULL checks from remaining | Darren Tucker |
2018-01-23 | Drop compatibility hacks for some ancient SSH implementations, including | Damien Miller |
2017-08-27 | Increase the buffer sizes for user prompts to ensure that they won't be | Darren Tucker |
2017-08-11 | refuse to a private keys when its corresponding .pub key does not | Damien Miller |
2017-06-14 | Add user@host prefix to client's "Permisison denied" messages, useful in | Darren Tucker |
2017-05-31 | remove now obsolete ctx from ssh_dispatch_run; ok djm@ | Markus Friedl |
2017-05-31 | another ctx => ssh conversion (in GSSAPI code) | Damien Miller |
2017-05-30 | protocol handlers all get struct ssh passed; ok djm@ | Markus Friedl |
2017-05-30 | ssh: pass struct ssh to auth functions, too; ok djm@ | Markus Friedl |
2017-05-30 | switch from Key typedef with struct sshkey; ok djm@ | Markus Friedl |
2017-05-05 | more simplification and removal of SSHv1-related code; ok djm@ | Christian Weisgerber |
2017-04-30 | remove KEY_RSA1 | Damien Miller |
2017-04-28 | include key fingerprint in "Offering public key" debug message | Damien Miller |
2017-03-11 | allow ssh to use certificates accompanied by a private key file but no | Damien Miller |
2017-02-03 | Make ssh_packet_set_rekey_limits take u32 for the number of seconds | Darren Tucker |
2017-01-30 | misplaced braces in test; from Karsten Weiss | Damien Miller |
2017-01-30 | don't dereference authctxt before testing != NULL, it causes compilers | Damien Miller |
2016-12-04 | Fix public key authentication when multiple authentication is in use. | Damien Miller |
2016-09-28 | restore pre-auth compression support in the client -- the previous | Damien Miller |
2016-09-28 | Remove support for pre-authentication compression. Doing compression | Damien Miller |
2016-09-22 | If ssh receives a PACKET_DISCONNECT during userauth it will cause | Darren Tucker |
2016-07-22 | Lower loglevel for "Authenticated with partial success" message similar to | Darren Tucker |
2016-07-17 | support UTF-8 characters in ssh(1) banners using schwarze@'s | Damien Miller |
2016-05-24 | KNF compression proposal and simplify the client side a little. ok djm@ | Darren Tucker |
2016-05-23 | prefer agent-hosted keys to keys from PKCS#11; ok markus | Damien Miller |
2016-05-02 | add support for additional fixed DH groups from | Damien Miller |
2016-05-02 | fix signed/unsigned errors reported by clang-3.7; add | Damien Miller |
2016-04-28 | fix comment | Damien Miller |
2016-03-14 | unbreak authentication using lone certificate keys in ssh-agent: | Damien Miller |
2016-02-23 | fix spurious error message when incorrect passphrase entered for | Damien Miller |
2016-02-05 | avoid an uninitialised value when NumberOfPasswordPrompts is 0 | Jonathan Gray |
2016-01-14 | fd leaks; report Qualys Security Advisory team; ok deraadt@ | Markus Friedl |
2016-01-14 | remove roaming support; ok djm@ | Markus Friedl |
2015-12-11 | Remove NULL-checks before sshkey_free(). | mmcc |
2015-12-11 | correct error messages; from Tomas Kuthan bz#2507 | Damien Miller |
2015-12-11 | Pass (char *)NULL rather than (char *)0 to execl and execlp. | mmcc |
2015-12-10 | Remove NULL-checks before free(). | mmcc |
2015-12-04 | implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth) | Markus Friedl |
2015-12-04 | clean up agent_fd handling; properly initialise it to -1 and | Damien Miller |
2015-11-15 | Add an AddKeysToAgent client option which can be set to 'yes', 'no', | Joshua Stein |
2015-10-13 | apply PubkeyAcceptedKeyTypes filtering earlier, so all skipped | Damien Miller |
2015-09-24 | add ssh_config CertificateFile option to explicitly list | Damien Miller |
2015-07-30 | Allow ssh_config and sshd_config kex parameters options be prefixed | Damien Miller |
2015-07-10 | Turn off DSA by default; add HostKeyAlgorithms to the server and | Markus Friedl |
2015-05-04 | Remove pattern length argument from match_pattern_list(), | Damien Miller |
2015-01-30 | Add a ssh_config HostbasedKeyType option to control which | Damien Miller |
2015-01-28 | update to new API (key_fingerprint => sshkey_fingerprint) | Damien Miller |
2015-01-20 | kex_setup errors are fatal() | Markus Friedl |