| Commit message (Expand) | Author | Age | Files | Lines |
* | Pause the mux channel while waiting for reply from aynch callbacks. |  djm | 2010-05-14 | 1 | -3/+5 |
* | rewrite ssh(1) multiplexing code to a more sensible protocol. |  djm | 2010-01-26 | 1 | -4/+14 |
* | Add a 'netcat mode' (ssh -W). This connects stdio on the client to a single |  dtucker | 2010-01-11 | 1 | -1/+2 |
* | Remove RoutingDomain from ssh since it's now not needed. It can be replaced |  dtucker | 2010-01-09 | 1 | -2/+1 |
* | fix race condition in x11/agent channel allocation: don't read after |  markus | 2009-11-11 | 1 | -2/+6 |
* | Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan. |  reyk | 2009-10-28 | 1 | -1/+2 |
* | support remote port forwarding with a zero listen port (-R0:...) to |  djm | 2009-02-12 | 1 | -2/+2 |
* | make Channel->path an allocated string, saving a few bytes here and |  djm | 2009-01-22 | 1 | -4/+2 |
* | don't call isatty() on a pty master, instead pass a flag down to |  djm | 2008-06-15 | 1 | -2/+2 |
* | The multiplexing escape char handler commit last night introduced a |  djm | 2008-06-12 | 1 | -2/+4 |
* | Enable ~ escapes for multiplex slave sessions; give each channel |  djm | 2008-06-12 | 1 | -2/+3 |
* | Add extended test mode (-T) and connection parameters for test mode (-C). |  dtucker | 2008-06-10 | 1 | -1/+2 |
* | unbreak |  markus | 2008-05-09 | 1 | -1/+2 |
* | Try additional addresses when connecting to a port forward destination |  djm | 2008-05-09 | 1 | -5/+16 |
* | Implement a channel success/failure status confirmation callback |  djm | 2008-05-08 | 1 | -5/+21 |
* | increase default channel windows; ok djm |  markus | 2007-06-11 | 1 | -3/+3 |
* | almost entirely get rid of the culture of ".h files that include .h files" |  deraadt | 2006-08-03 | 1 | -3/+1 |
* | Make PermitOpen take a list of permitted ports and act more like most other |  dtucker | 2006-07-21 | 1 | -2/+2 |
* | Add PermitOpen directive to sshd_config which is equivalent to the |  dtucker | 2006-07-17 | 1 | -1/+3 |
* | add ExitOnForwardFailure: terminate the connection if ssh(1) |  markus | 2006-07-11 | 1 | -3/+3 |
* | standardise spacing in $OpenBSD$ tags; requested by deraadt@ |  djm | 2006-03-25 | 1 | -1/+1 |
* | add channel output filter interface. |  reyk | 2005-12-30 | 1 | -4/+8 |
* | make sure protocol messages for internal channels are ignored. |  markus | 2005-12-12 | 1 | -1/+2 |
* | Add support for tun(4) forwarding over OpenSSH, based on an idea and |  reyk | 2005-12-06 | 1 | -1/+3 |
* | fix regression I introduced in 4.2: X11 forwardings initiated after |  djm | 2005-10-10 | 1 | -3/+4 |
* | Fix a number of X11 forwarding channel leaks: |  djm | 2005-07-17 | 1 | -2/+2 |
* | race when efd gets closed while there is still buffered data: |  markus | 2005-07-08 | 1 | -2/+2 |
* | move x11_get_proto from ssh.c to clientloop.c, to make muliplexed xfwd easier |  djm | 2005-06-16 | 1 | -2/+3 |
* | bz#413: allow optional specification of bind address for port forwardings. |  djm | 2005-03-01 | 1 | -4/+6 |
* | fix some window size change bugs for multiplexed connections: windows sizes |  djm | 2004-10-29 | 1 | -1/+2 |
* | some signed/unsigned int comparison cleanups; markus@ ok |  avsm | 2004-08-11 | 1 | -2/+2 |
* | implement session multiplexing in the client (the server has supported this |  djm | 2004-06-13 | 1 | -2/+5 |
* | bz #756: add support for the cancel-tcpip-forward request for the server and |  djm | 2004-05-21 | 1 | -1/+3 |
* | move client only agent code to clientloop.c |  markus | 2003-09-23 | 1 | -2/+1 |
* | move channel counter to u_int |  markus | 2002-06-24 | 1 | -8/+8 |
* | display, screen, row, col, xpixel, ypixel are u_int; markus ok |  deraadt | 2002-06-23 | 1 | -2/+2 |
* | move creation of agent socket to session.c; no need for uidswapping |  markus | 2002-06-10 | 1 | -4/+1 |
* | CHANNEL_EFD_OUTPUT_ACTIVE is false for CHAN_CLOSE_RCVD, too |  markus | 2002-03-26 | 1 | -2/+2 |
* | don't send stderr data after EOF, accept this from older known (broken) |  markus | 2002-03-25 | 1 | -1/+13 |
* | $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add |  stevesk | 2002-03-04 | 1 | -1/+2 |
* | increase the SSH v2 window size to 4 packets. comsumes a little |  markus | 2002-02-14 | 1 | -8/+8 |
* | merge channel_request() into channel_request_start() |  markus | 2002-02-05 | 1 | -2/+1 |
* | generic callbacks are not really used, remove and |  markus | 2002-02-03 | 1 | -5/+3 |
* | remove unused channel_input_channel_request |  markus | 2002-02-03 | 1 | -2/+1 |
* | wrapper for channel_setup_fwd_listener |  markus | 2002-01-16 | 1 | -5/+3 |
* | (c) 2002 |  markus | 2002-01-14 | 1 | -2/+2 |
* | remove function pointers for events, remove chan_init*; ok provos@ |  markus | 2002-01-14 | 1 | -12/+8 |
* | add chan_set_[io]state(), order states, state is now an u_int, |  markus | 2002-01-13 | 1 | -11/+11 |
* | remove plen from the dispatch fn. it's no longer used. |  markus | 2001-12-28 | 1 | -15/+15 |
* | Conformance fix: we should send failing packet sequence number when |  djm | 2001-12-20 | 1 | -15/+15 |