summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/clientloop.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* client: switch to sshbuf API; ok djm@markus2018-07-091-2/+2
* Expose devices allocated for tun/tap forwarding.djm2017-10-231-2/+2
* refactor channels.cdjm2017-09-121-14/+17
* ssh proxy mux mode (-O proxy; idea from Simon Tatham):markus2016-09-301-2/+3
* eliminate fallback from untrusted X11 forwarding to trusteddjm2016-01-131-2/+2
* No need for the mux cleanup callback to be visible so restore it to staticdtucker2013-06-021-2/+1
* Force a clean shutdown of ControlMaster client sessions when the ~. escapedtucker2012-08-171-1/+2
* support for cancelling local and remote port forwards via the multiplexdjm2011-09-091-1/+2
* hook up a channel confirm callback to warn the user then requested X11djm2011-06-221-1/+5
* improve our behaviour when TTY allocation fails: if we are indjm2011-05-081-1/+3
* allow graceful shutdown of multiplexing: request that a mux server removesdjm2011-04-171-1/+3
* Add X11ForwardTimeout option to specify timeout for untrusted X11djm2010-06-251-2/+2
* mux support for remote forwarding with dynamic port allocation,markus2010-05-161-1/+2
* rewrite ssh(1) multiplexing code to a more sensible protocol.djm2010-01-261-8/+4
* The multiplexing escape char handler commit last night introduced adjm2008-06-121-1/+2
* maintain an ordered queue of outstanding global requests that wedjm2008-06-121-1/+5
* Enable ~ escapes for multiplex slave sessions; give each channeldjm2008-06-121-16/+6
* tidy up session multiplexing code, moving it into its own file anddjm2008-05-091-1/+19
* Use new channel status confirmation callback system to properly dealdjm2008-05-081-2/+2
* bz#1232: ensure that any specified LocalCommand is executed after thedjm2007-08-071-1/+2
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
* move #include <termios.h> out of includes.h; ok markus@stevesk2006-02-071-1/+3
* implement support for X11 and agent forwarding over multiplex slavedjm2005-07-041-1/+6
* move x11_get_proto from ssh.c to clientloop.c, to make muliplexed xfwd easierdjm2005-06-161-1/+3
* add basic control of a running multiplex master connection; including thedjm2004-11-071-1/+9
* spacesderaadt2004-07-111-2/+2
* support environment passing over shared connections; ok markus@djm2004-06-171-2/+2
* implement session multiplexing in the client (the server has supported thisdjm2004-06-131-1/+3
* application layer keep alive (ServerAliveInterval ServerAliveCountMax)markus2003-12-161-2/+2
* request reply (success/failure) for -R style fwd in protocol v2,markus2002-04-221-1/+2
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-2/+2
* prototype pedant. not very creative...itojun2001-06-261-2/+2
* remove confusing callback codemarkus2001-02-061-3/+1
* $OpenBSD$niklas2001-01-291-0/+2
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-0/+15
* move callback to headerfilemarkus2001-01-131-0/+24