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