summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
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
2014-07-11by popular demand, add back hamc-sha1 to server proposal for better compatTed Unangst
2014-07-11Permit use of SYS_sendsyslog from inside the sandbox. Clock is ticking,Theo de Raadt
2014-07-09fix ssh-add crash while loading more than one keySebastian Benoit
2014-07-09downgrade more error() to debug() to better match what old authfile.cDamien Miller
2014-07-09more useful error message when GLOB_NOSPACE occurs;Damien Miller
2014-07-07mention that ProxyCommand is executed using shell "exec" to avoidDamien Miller
2014-07-05fix remote-forward cancel regression; ok markus@Damien Miller
2014-07-03remove leakmalloc droppingsDamien Miller
2014-07-03Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc isDamien Miller
2014-07-03allow explicit ::1 and 127.0.0.1 forwarding bind addresses whenDamien Miller
2014-07-03when rekeying, skip file/DNS lookup if it is the same as the key sentDamien Miller
2014-07-03Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - thisJoel Sing
2014-07-03make the "Too many authentication failures" message include theDamien Miller
2014-07-03escape %C since groff thinks it part of an Rs/Re block;Jason McIntyre
2014-07-03Add a %C escape sequence for LocalCommand and ControlPath that expandsDamien Miller
2014-07-03document that -g will only work in the multiplexed case if applied toDamien Miller
2014-07-03mention '%%' escape sequence in HostName directives and how it mayDamien Miller
2014-07-03forward-declare struct sshbuf so consumers don't need to include sshbuf.hDamien Miller
2014-07-03When hashing or removing hosts using ssh-keygen, don't choke onDamien Miller