summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
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
2014-11-18Sync AES code to the one shipped in OpenSSL/LibreSSL.Mike Belopuhov
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
2014-11-18fix NULL pointer dereference crash in key loadingDamien Miller
2014-11-17fix KRL generation when multiple CAs are in useDamien Miller
2014-11-15Reduce instances of `` '' in manuals.Anthony J. Bentley
2014-11-10mux-related manual tweaksDamien Miller
2014-10-24Remove unnecessary include: netinet/in_systm.h is not needed by theseLawrence Teo
2014-10-20whitespaceDamien Miller
2014-10-14plug a memory leak; from Maxime Villard.Daniel Dickman
2014-10-13whitespaceDamien Miller
2014-10-09tweak previous;Jason McIntyre
2014-10-08Tweak config reparsing with host canonicalisationDamien Miller
2014-10-08another -Wpointer-sign from clangDamien Miller
2014-10-08fix a few -Wpointer-sign warnings from clangDamien Miller
2014-10-08parse cert sections using nested buffers to reduce copies; ok markusDamien Miller
2014-10-06correct options in usage(); from mancha1 AT zoho.comDamien Miller
2014-09-09mention permissions on tun(4) devices in PermitTunnel documentation;Damien Miller
2014-09-03tighten permissions on pty when the "tty" group does not exist;Damien Miller
2014-08-30typo.Igor Sobrado
2014-08-30improve capitalization for the Ed25519 public-key signature system.Igor Sobrado
2014-08-21Free resources on error in mkstemp and fdopendoug
2014-08-20djm how did you make a typo like that...Theo de Raadt