summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/channels.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pause the mux channel while waiting for reply from aynch callbacks.djm2010-05-141-3/+5
* rewrite ssh(1) multiplexing code to a more sensible protocol.djm2010-01-261-4/+14
* Add a 'netcat mode' (ssh -W). This connects stdio on the client to a singledtucker2010-01-111-1/+2
* Remove RoutingDomain from ssh since it's now not needed. It can be replaceddtucker2010-01-091-2/+1
* fix race condition in x11/agent channel allocation: don't read aftermarkus2009-11-111-2/+6
* Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.reyk2009-10-281-1/+2
* support remote port forwarding with a zero listen port (-R0:...) todjm2009-02-121-2/+2
* make Channel->path an allocated string, saving a few bytes here anddjm2009-01-221-4/+2
* don't call isatty() on a pty master, instead pass a flag down todjm2008-06-151-2/+2
* The multiplexing escape char handler commit last night introduced adjm2008-06-121-2/+4
* Enable ~ escapes for multiplex slave sessions; give each channeldjm2008-06-121-2/+3
* Add extended test mode (-T) and connection parameters for test mode (-C).dtucker2008-06-101-1/+2
* unbreakmarkus2008-05-091-1/+2
* Try additional addresses when connecting to a port forward destinationdjm2008-05-091-5/+16
* Implement a channel success/failure status confirmation callbackdjm2008-05-081-5/+21
* increase default channel windows; ok djmmarkus2007-06-111-3/+3
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-3/+1
* Make PermitOpen take a list of permitted ports and act more like most otherdtucker2006-07-211-2/+2
* Add PermitOpen directive to sshd_config which is equivalent to thedtucker2006-07-171-1/+3
* add ExitOnForwardFailure: terminate the connection if ssh(1)markus2006-07-111-3/+3
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
* add channel output filter interface.reyk2005-12-301-4/+8
* make sure protocol messages for internal channels are ignored.markus2005-12-121-1/+2
* Add support for tun(4) forwarding over OpenSSH, based on an idea andreyk2005-12-061-1/+3
* fix regression I introduced in 4.2: X11 forwardings initiated afterdjm2005-10-101-3/+4
* Fix a number of X11 forwarding channel leaks:djm2005-07-171-2/+2
* race when efd gets closed while there is still buffered data:markus2005-07-081-2/+2
* move x11_get_proto from ssh.c to clientloop.c, to make muliplexed xfwd easierdjm2005-06-161-2/+3
* bz#413: allow optional specification of bind address for port forwardings.djm2005-03-011-4/+6
* fix some window size change bugs for multiplexed connections: windows sizesdjm2004-10-291-1/+2
* some signed/unsigned int comparison cleanups; markus@ okavsm2004-08-111-2/+2
* implement session multiplexing in the client (the server has supported thisdjm2004-06-131-2/+5
* bz #756: add support for the cancel-tcpip-forward request for the server anddjm2004-05-211-1/+3
* move client only agent code to clientloop.cmarkus2003-09-231-2/+1
* move channel counter to u_intmarkus2002-06-241-8/+8
* display, screen, row, col, xpixel, ypixel are u_int; markus okderaadt2002-06-231-2/+2
* move creation of agent socket to session.c; no need for uidswappingmarkus2002-06-101-4/+1
* CHANNEL_EFD_OUTPUT_ACTIVE is false for CHAN_CLOSE_RCVD, toomarkus2002-03-261-2/+2
* don't send stderr data after EOF, accept this from older known (broken)markus2002-03-251-1/+13
* $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addstevesk2002-03-041-1/+2
* increase the SSH v2 window size to 4 packets. comsumes a littlemarkus2002-02-141-8/+8
* merge channel_request() into channel_request_start()markus2002-02-051-2/+1
* generic callbacks are not really used, remove andmarkus2002-02-031-5/+3
* remove unused channel_input_channel_requestmarkus2002-02-031-2/+1
* wrapper for channel_setup_fwd_listenermarkus2002-01-161-5/+3
* (c) 2002markus2002-01-141-2/+2
* remove function pointers for events, remove chan_init*; ok provos@markus2002-01-141-12/+8
* add chan_set_[io]state(), order states, state is now an u_int,markus2002-01-131-11/+11
* remove plen from the dispatch fn. it's no longer used.markus2001-12-281-15/+15
* Conformance fix: we should send failing packet sequence number whendjm2001-12-201-15/+15