summaryrefslogtreecommitdiff
path: root/mux.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - djm@cvs.openbsd.org 2008/06/12 03:40:52Darren Tucker2008-06-131-31/+62
| | | | | | | | | | | | [clientloop.h mux.c channels.c clientloop.c channels.h] Enable ~ escapes for multiplex slave sessions; give each channel its own escape state and hook the escape filters up to muxed channels. bz #1331 Mux slaves do not currently support the ~^Z and ~& escapes. NB. this change cranks the mux protocol version, so a new ssh mux client will not be able to connect to a running old ssh mux master. ok dtucker@
* - (dtucker) [mux.c] Include paths.h inside ifdef HAVE_PATHS_H.Darren Tucker2008-06-071-0/+2
|
* - (djm) [configure.ac mux.c sftp.c openbsd-compat/Makefile.in]Damien Miller2008-05-201-1/+10
| | | | | | [openbsd-compat/fmt_scaled.c openbsd-compat/openbsd-compat.h] Fix compilation on Linux, including pulling in fmt_scaled(3) implementation from OpenBSD's libutil.
* - djm@cvs.openbsd.org 2008/05/09 14:18:44Damien Miller2008-05-191-0/+646
[clientloop.c clientloop.h ssh.c mux.c] tidy up session multiplexing code, moving it into its own file and making the function names more consistent - making ssh.c and clientloop.c a fair bit more readable. ok markus@