commit | 2fb66caca2c9e69c6a0584060114fcd52e59d5ff | [log] [download] |
---|---|---|
author | Darren Tucker <dtucker@zip.com.au> | Fri Jun 13 04:49:33 2008 +1000 |
committer | Darren Tucker <dtucker@zip.com.au> | Fri Jun 13 04:49:33 2008 +1000 |
tree | de895acfd51886da7e4ca547baea0b45e954c72e | |
parent | 267e28bb75e97755ab3bbe128b75623734f2b3fd [diff] |
- djm@cvs.openbsd.org 2008/06/12 03:40:52 [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@