summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/clientloop.h
AgeCommit message (Expand)Author
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