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