summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/clientloop.h
AgeCommit message (Expand)Author
2013-06-02No need for the mux cleanup callback to be visible so restore it to staticDarren Tucker
2012-08-17Force a clean shutdown of ControlMaster client sessions when the ~. escapeDarren Tucker
2011-09-09support for cancelling local and remote port forwards via the multiplexDamien Miller
2011-06-22hook up a channel confirm callback to warn the user then requested X11Damien Miller
2011-05-08improve our behaviour when TTY allocation fails: if we are inDamien Miller
2011-04-17allow graceful shutdown of multiplexing: request that a mux server removesDamien Miller
2010-06-25Add X11ForwardTimeout option to specify timeout for untrusted X11Damien Miller
2010-05-16mux support for remote forwarding with dynamic port allocation,Markus Friedl
2010-01-26rewrite ssh(1) multiplexing code to a more sensible protocol.Damien Miller
2008-06-12The multiplexing escape char handler commit last night introduced aDamien Miller
2008-06-12maintain an ordered queue of outstanding global requests that weDamien Miller
2008-06-12Enable ~ escapes for multiplex slave sessions; give each channelDamien Miller
2008-05-09tidy up session multiplexing code, moving it into its own file andDamien Miller
2008-05-08Use new channel status confirmation callback system to properly dealDamien Miller
2007-08-07bz#1232: ensure that any specified LocalCommand is executed after theDamien Miller
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2006-02-07move #include <termios.h> out of includes.h; ok markus@Kevin Steves
2005-07-04implement support for X11 and agent forwarding over multiplex slaveDamien Miller
2005-06-16move x11_get_proto from ssh.c to clientloop.c, to make muliplexed xfwd easierDamien Miller
2004-11-07add basic control of a running multiplex master connection; including theDamien Miller
2004-07-11spacesTheo de Raadt
2004-06-17support environment passing over shared connections; ok markus@Damien Miller
2004-06-13implement session multiplexing in the client (the server has supported thisDamien Miller
2003-12-16application layer keep alive (ServerAliveInterval ServerAliveCountMax)Markus Friedl
2002-04-22request reply (success/failure) for -R style fwd in protocol v2,Markus Friedl
2001-06-26remove comments from .h, since they are cut&paste from the .c filesMarkus Friedl
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
2001-02-06remove confusing callback codeMarkus Friedl
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-13move callback to headerfileMarkus Friedl