summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshconnect2.c
AgeCommit message (Expand)Author
2016-05-02add support for additional fixed DH groups fromDamien Miller
2016-05-02fix signed/unsigned errors reported by clang-3.7; addDamien Miller
2016-04-28fix commentDamien Miller
2016-03-14unbreak authentication using lone certificate keys in ssh-agent:Damien Miller
2016-02-23fix spurious error message when incorrect passphrase entered forDamien Miller
2016-02-05avoid an uninitialised value when NumberOfPasswordPrompts is 0Jonathan Gray
2016-01-14fd leaks; report Qualys Security Advisory team; ok deraadt@Markus Friedl
2016-01-14remove roaming support; ok djm@Markus Friedl
2015-12-11Remove NULL-checks before sshkey_free().mmcc
2015-12-11correct error messages; from Tomas Kuthan bz#2507Damien Miller
2015-12-11Pass (char *)NULL rather than (char *)0 to execl and execlp.mmcc
2015-12-10Remove NULL-checks before free().mmcc
2015-12-04implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)Markus Friedl
2015-12-04clean up agent_fd handling; properly initialise it to -1 andDamien Miller
2015-11-15Add an AddKeysToAgent client option which can be set to 'yes', 'no',Joshua Stein
2015-10-13apply PubkeyAcceptedKeyTypes filtering earlier, so all skippedDamien Miller
2015-09-24add ssh_config CertificateFile option to explicitly listDamien Miller
2015-07-30Allow ssh_config and sshd_config kex parameters options be prefixedDamien Miller
2015-07-10Turn off DSA by default; add HostKeyAlgorithms to the server andMarkus Friedl
2015-05-04Remove pattern length argument from match_pattern_list(),Damien Miller
2015-01-30Add a ssh_config HostbasedKeyType option to control whichDamien Miller
2015-01-28update to new API (key_fingerprint => sshkey_fingerprint)Damien Miller
2015-01-20kex_setup errors are fatal()Markus Friedl
2015-01-20make this compile with KERBEROS5 enabledDamien Miller
2015-01-19adapt kex to sshbuf and struct ssh; ok djm@Markus Friedl
2015-01-19move dispatch to struct ssh; ok djm@Markus Friedl
2015-01-19update packet.c & isolate, introduce struct sshMarkus Friedl
2015-01-18avoid trailing ',' in host key algorithmsDamien Miller
2015-01-15fix regression reported by brad@ for passworded keys withoutDamien Miller
2015-01-14move authfd.c and its tentacles to the new buffer/key API;Damien Miller
2015-01-08deprecate key_load_private_pem() and sshkey_load_private_pem()Damien Miller
2014-12-21Add FingerprintHash option to control algorithm used for keyDamien Miller
2014-12-11show in debug output which hostkeys are being tried when attemptingDamien Miller
2014-07-15Add support for Unix domain socket forwarding. A remote TCP portTodd C. Miller
2014-06-24New key API: refactor key-related functions to be more library-like,Damien Miller
2014-06-05fix inverted test that caused PKCS#11 keys that were explicitly listedDamien Miller
2014-04-29make compiling against OpenSSL optional (make OPENSSL=no);Markus Friedl
2014-04-18OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connectionsDamien Miller
2014-03-27disable weak proposals in sshd, but keep them in ssh; ok djm@Markus Friedl
2014-02-02convert memset of potentially-private data to explicit_bzero()Damien Miller
2014-01-31replace most bzero with explicit_bzero, except a few that cna be memsetTed Unangst
2014-01-29remove experimental, never-enabled JPAKE code; ok markus@Damien Miller
2014-01-09Introduce digest API and use it to perform all hashing operationsDamien Miller
2013-12-30refuse RSA keys from old proprietary clients/servers that use theDamien Miller
2013-11-02use curve25519 for default key exchange (curve25519-sha256@libssh.org);Markus Friedl
2013-06-05Fix memory leaks found by Zhenbo Xu and the Melton tool. bz#1967, ok djmDarren Tucker
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2013-05-16Add an optional second argument to RekeyLimit in the client to allowDarren Tucker
2013-05-10fix bzero(ptr_to_struct, sizeof(ptr_to_struct)); bz#2100 fromDamien Miller
2013-04-05hush some {unused, printf type} warningsDamien Miller