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
/
mux.c
Age
Commit message (
Expand
)
Author
2010-01-30
don't mark channel as read failed if it is already closing; suppresses
Damien Miller
2010-01-29
kill correct channel (was killing already-dead mux channel, not
Damien Miller
2010-01-27
fix bug introduced in mux rewrite:
Damien Miller
2010-01-26
-Wuninitialized and remove a // comment; from portable
Damien Miller
2010-01-26
rewrite ssh(1) multiplexing code to a more sensible protocol.
Damien Miller
2010-01-09
quell tc[gs]etattr warnings when forcing a tty (ssh -tt), since we
Damien Miller
2009-08-20
subsystem_flag is defined in ssh.c so it's extern; ok djm
Darren Tucker
2008-06-13
Friendlier error messages for mux fallback. ok djm@
Darren Tucker
2008-06-13
upcast size_t to u_long to match format arg; ok djm@
Darren Tucker
2008-06-13
fall back to creating a new TCP connection on most multiplexing errors
Damien Miller
2008-06-12
The multiplexing escape char handler commit last night introduced a
Damien Miller
2008-06-12
some more TODO for me
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