summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2015-01-14whitespaceDamien Miller
2015-01-14move authfd.c and its tentacles to the new buffer/key API;Damien Miller
2015-01-14fix small regression: ssh-agent would return a success messageDamien Miller
2015-01-14avoid BIGNUM in KRL code by using a simple bitmap;Damien Miller
2015-01-14update sftp client and server to new buffer API.Damien Miller
2015-01-14switch to sshbuf/sshkey; with & ok djm@Markus Friedl
2015-01-14avoid an warning for the !OPENSSL caseDamien Miller
2015-01-14swith auth-options to new sshbuf/sshkey; ok djm@Markus Friedl
2015-01-14make non-OpenSSL aes-ctr work on sshd w/ privsep; ok markus@Damien Miller
2015-01-14remove unneeded includes, sync my copyright across files & whitespace; ok djm@Markus Friedl
2015-01-13adapt mac.c to ssherr.h return codes (de-fatal) and simplify dependenciesMarkus Friedl
2015-01-13sync changes from libopenssh; prepared by markus@Damien Miller
2015-01-13sync changes from libopenssh; prepared by markus@Damien Miller
2015-01-13add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypesDamien Miller
2015-01-12unbreak parsing of pubkey comments; with gerhard; ok djm/deraadtMarkus Friedl
2015-01-12missing error assigment on sshbuf_put_string()Markus Friedl
2015-01-12apparently memcpy(x, NULL, 0) is undefined behaviour according toDamien Miller
2015-01-12free->sshkey_free; ok djm@Markus Friedl
2015-01-12allow WITH_OPENSSL w/o WITH_SSH1; ok djm@Markus Friedl
2015-01-08fix ssh_config FingerprintHash evaluation order; from Petr LautrbachDamien Miller
2015-01-08reorder hostbased key attempts to better match the defaultDamien Miller
2015-01-08deprecate key_load_private_pem() and sshkey_load_private_pem()Damien Miller
2015-01-07workaround for the Meyer, et al, Bleichenbacher Side Channel Attack.Ted Unangst
2014-12-23KNF and add a little more debug()Damien Miller
2014-12-22add fingerprinthash to the options list;Jason McIntyre
2014-12-22tweak previous;Jason McIntyre
2014-12-22mention ssh -Q feature to list supported { MAC, cipher, KEX, key }Damien Miller
2014-12-22tweak previous;Jason McIntyre
2014-12-22correct description of what will happen when a AuthorizedKeysCommand isDamien Miller
2014-12-22make internal handling of filename arguments of "none" more consistentDamien Miller
2014-12-22remember which public keys have been used for authentication andDamien Miller
2014-12-22fix passing of wildcard forward bind addresses when connectionDamien Miller
2014-12-21tweak previous;Jason McIntyre
2014-12-21document FingerprintHash here tooDamien Miller
2014-12-21Add FingerprintHash option to control algorithm used for keyDamien Miller
2014-12-18don't count partial authentication success as a failure againstDamien Miller
2014-12-12revert chunk I didn't mean to commit yet; via jmc@Damien Miller
2014-12-11explicitly include sys/param.h in files that use the howmany() macro;Damien Miller
2014-12-11mention AuthorizedKeysCommandUser must be set forDamien Miller
2014-12-11show in debug output which hostkeys are being tried when attemptingDamien Miller
2014-12-11Make manual reflect reality:Damien Miller
2014-12-10better error value for invalid signature lengthDamien Miller
2014-12-04key_in_file() wrapper is no longer usedDamien Miller
2014-12-04add RevokedHostKeys option for the clientDamien Miller
2014-12-04convert KRL code to new buffer APIDamien Miller
2014-11-26Prefer setvbuf() to setlinebuf() for portability; ok deraadt@Todd C. Miller
2014-11-24Fix crashes in the handling of the sshd config file found with the aflJonathan Gray
2014-11-22restore word zapped in previous, and remove some useless "No" macros;Jason McIntyre
2014-11-22/dev/random has created the same effect as /dev/arandom (and /dev/urandom)Theo de Raadt
2014-11-21fix NULL pointer dereference crash on invalid timestampDamien Miller