summaryrefslogtreecommitdiff
path: root/PROTOCOL.mux
Commit message (Collapse)AuthorAgeFilesLines
* - djm@cvs.openbsd.org 2012/06/01 00:49:35Damien Miller2012-06-201-5/+5
| | | | | | [PROTOCOL.mux] correct types of port numbers (integers, not strings); bz#2004 from bert.wesarg AT googlemail.com
* - djm@cvs.openbsd.org 2011/09/09 00:44:07Damien Miller2011-09-221-1/+2
| | | | | | [PROTOCOL.mux] MUX_C_CLOSE_FWD includes forward type in message (though it isn't implemented anyway)
* - djm@cvs.openbsd.org 2011/05/08 12:52:01Damien Miller2011-05-151-2/+9
| | | | | | | | | | | | | | [PROTOCOL.mux clientloop.c clientloop.h mux.c] improve our behaviour when TTY allocation fails: if we are in RequestTTY=auto mode (the default), then do not treat at TTY allocation error as fatal but rather just restore the local TTY to cooked mode and continue. This is more graceful on devices that never allocate TTYs. If RequestTTY is set to "yes" or "force", then failure to allocate a TTY is fatal. ok markus@
* - djm@cvs.openbsd.org 2011/05/06 22:20:10Damien Miller2011-05-151-2/+2
| | | | | [PROTOCOL.mux] fix numbering; from bert.wesarg AT googlemail.com
* - djm@cvs.openbsd.org 2011/04/17 22:42:42Damien Miller2011-05-051-4/+15
| | | | | | | [PROTOCOL.mux clientloop.c clientloop.h mux.c ssh.1 ssh.c] allow graceful shutdown of multiplexing: request that a mux server removes its listener socket and refuse future multiplexing requests; ok markus@
* - djm@cvs.openbsd.org 2011/01/31 21:42:15Damien Miller2011-02-041-2/+2
| | | | | [PROTOCOL.mux] cut'n'pasto; from bert.wesarg AT googlemail.com
* - djm@cvs.openbsd.org 2011/01/13 21:55:25Damien Miller2011-01-141-13/+13
| | | | | | [PROTOCOL.mux] correct protocol names and add a couple of missing protocol number defines; patch from bert.wesarg AT googlemail.com
* - markus@cvs.openbsd.org 2010/05/16 12:55:51Damien Miller2010-05-211-3/+10
| | | | | | | | [PROTOCOL.mux clientloop.h mux.c readconf.c readconf.h ssh.1 ssh.c] mux support for remote forwarding with dynamic port allocation, use with LPORT=`ssh -S muxsocket -R0:localhost:25 -O forward somehost` feedback and ok djm@
* This should have gone in with the multiplexing merge, but I dropped itDamien Miller2010-02-101-0/+196
at the time.