Age | Commit message (Expand) | Author |
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 |
2015-01-20 | make this compile with KERBEROS5 enabled | Damien Miller |
2015-01-19 | adapt kex to sshbuf and struct ssh; ok djm@ | Markus Friedl |
2015-01-19 | move dispatch to struct ssh; ok djm@ | Markus Friedl |
2015-01-19 | update packet.c & isolate, introduce struct ssh | Markus Friedl |
2015-01-18 | avoid trailing ',' in host key algorithms | Damien Miller |
2015-01-15 | fix regression reported by brad@ for passworded keys without | Damien Miller |
2015-01-14 | move authfd.c and its tentacles to the new buffer/key API; | Damien Miller |
2015-01-08 | deprecate key_load_private_pem() and sshkey_load_private_pem() | Damien Miller |
2014-12-21 | Add FingerprintHash option to control algorithm used for key | Damien Miller |
2014-12-11 | show in debug output which hostkeys are being tried when attempting | Damien Miller |
2014-07-15 | Add support for Unix domain socket forwarding. A remote TCP port | Todd C. Miller |
2014-06-24 | New key API: refactor key-related functions to be more library-like, | Damien Miller |
2014-06-05 | fix inverted test that caused PKCS#11 keys that were explicitly listed | Damien Miller |
2014-04-29 | make compiling against OpenSSL optional (make OPENSSL=no); | Markus Friedl |
2014-04-18 | OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connections | Damien Miller |
2014-03-27 | disable weak proposals in sshd, but keep them in ssh; ok djm@ | Markus Friedl |
2014-02-02 | convert memset of potentially-private data to explicit_bzero() | Damien Miller |
2014-01-31 | replace most bzero with explicit_bzero, except a few that cna be memset | Ted Unangst |
2014-01-29 | remove experimental, never-enabled JPAKE code; ok markus@ | Damien Miller |
2014-01-09 | Introduce digest API and use it to perform all hashing operations | Damien Miller |
2013-12-30 | refuse RSA keys from old proprietary clients/servers that use the | Damien Miller |
2013-11-02 | use curve25519 for default key exchange (curve25519-sha256@libssh.org); | Markus Friedl |
2013-06-05 | Fix memory leaks found by Zhenbo Xu and the Melton tool. bz#1967, ok djm | Darren Tucker |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2013-05-16 | Add an optional second argument to RekeyLimit in the client to allow | Darren Tucker |
2013-05-10 | fix bzero(ptr_to_struct, sizeof(ptr_to_struct)); bz#2100 from | Damien Miller |
2013-04-05 | hush some {unused, printf type} warnings | Damien Miller |