summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
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
2014-08-19When dumping the server configuration (sshd -T), print correct KEX,Damien Miller
2014-08-19~-expand lcd pathsDamien Miller
2014-07-28some systems no longer need /dev/log;Ingo Schwarze
2014-07-25Clear buffer used for handling messages. This prevents keys beingDarren Tucker
2014-07-24Mention UNIX-domain socket forwarding too. OK jmc@ deraadt@Todd C. Miller
2014-07-22Convert from <sys/endian.h> to the shiney new <endian.h>Philip Guenther
2014-07-22Prevent spam from key_load_private_pem during hostbased auth. ok djm@Darren Tucker
2014-07-18restore umask around listener socket creation (dropped in streamlocal patchDamien Miller
2014-07-17reflect stdio-forward ("ssh -W host:port ...") failures in exit status.Damien Miller
2014-07-17silence "incorrect passphrase" error spam; reported and ok dtucker@Damien Miller
2014-07-17ifdef SYS_sendsyslog so this will compile without patching on -stableDamien Miller
2014-07-17preserve errno across syscallDamien Miller
2014-07-16add the streamlocal* options to ssh's -o list; millert says they'reJason McIntyre
2014-07-15Add support for Unix domain socket forwarding. A remote TCP portTodd C. Miller