summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/channels.h
AgeCommit message (Expand)Author
2020-01-25add a comment describing the ranges of channel IDs that we use;Damien Miller
2018-10-04include a little more information about the status and disposition ofDamien Miller
2018-06-06Add a PermitListen directive to control which server-side addressesDamien Miller
2017-09-21Add 'reverse' dynamic forwarding which combines dynamic forwardingMarkus Friedl
2017-09-12Make remote channel ID a u_intDamien Miller
2017-09-12refactor channels.cDamien Miller
2017-08-30pass packet state down to some of the channels function (moreDamien Miller
2017-05-30protocol handlers all get struct ssh passed; ok djm@Markus Friedl
2017-05-26remove SSH_CHANNEL_XXX_DRAINING (ssh1 only); ok djm@Markus Friedl
2017-05-26remove channel_input_close_confirmation (ssh1 only); ok djm@Markus Friedl
2017-04-30obliterate ssh1.h and some dead code that used itDamien Miller
2017-04-30remove compat20/compat13/compat15 variablesDamien Miller
2017-02-01Return true reason for port forwarding failures where feasible ratherDarren Tucker
2016-10-18Remove channel_input_port_forward_request(); the only caller was theDarren Tucker
2016-09-30ssh proxy mux mode (-O proxy; idea from Simon Tatham):Markus Friedl
2015-07-01better refuse ForwardX11Trusted=no connections attempted afterDamien Miller
2015-05-08moar whitespace at eolDamien Miller
2015-01-19move dispatch to struct ssh; ok djm@Markus Friedl
2014-07-15Add support for Unix domain socket forwarding. A remote TCP portTodd C. Miller
2014-06-27fix remote fwding with same listen port but different listen addressMarkus Friedl
2013-06-07Add an "ABANDONED" channel state and use for mux sessions that areDarren Tucker
2013-06-02typo in commentDarren Tucker
2012-04-11don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for aDamien Miller
2012-03-29Add PermitOpen none option based on patch from Loganaden VelvindronDarren Tucker
2011-09-23unbreak remote portforwarding with dynamic allocated listen ports:Markus Friedl
2011-09-23Add wildcard support to PermitOpen, allowing things like "PermitOpenDarren Tucker
2011-09-10support cancellation of local/dynamic forwardings from ~C commandline;Markus Friedl
2011-09-09support for cancelling local and remote port forwards via the multiplexDamien Miller
2011-06-22hook up a channel confirm callback to warn the user then requested X11Damien Miller
2010-05-14Pause the mux channel while waiting for reply from aynch callbacks.Damien Miller
2010-01-26rewrite ssh(1) multiplexing code to a more sensible protocol.Damien Miller
2010-01-11Add a 'netcat mode' (ssh -W). This connects stdio on the client to a singleDarren Tucker
2010-01-09Remove RoutingDomain from ssh since it's now not needed. It can be replacedDarren Tucker
2009-11-11fix race condition in x11/agent channel allocation: don't read afterMarkus Friedl
2009-10-28Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.Reyk Floeter
2009-02-12support remote port forwarding with a zero listen port (-R0:...) toDamien Miller
2009-01-22make Channel->path an allocated string, saving a few bytes here andDamien Miller
2008-06-15don't call isatty() on a pty master, instead pass a flag down toDamien Miller
2008-06-12The multiplexing escape char handler commit last night introduced aDamien Miller
2008-06-12Enable ~ escapes for multiplex slave sessions; give each channelDamien Miller
2008-06-10Add extended test mode (-T) and connection parameters for test mode (-C).Darren Tucker
2008-05-09unbreakMarkus Friedl
2008-05-09Try additional addresses when connecting to a port forward destinationDamien Miller
2008-05-08Implement a channel success/failure status confirmation callbackDamien Miller
2007-06-11increase default channel windows; ok djmMarkus Friedl
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-21Make PermitOpen take a list of permitted ports and act more like most otherDarren Tucker
2006-07-17Add PermitOpen directive to sshd_config which is equivalent to theDarren Tucker
2006-07-11add ExitOnForwardFailure: terminate the connection if ssh(1)Markus Friedl
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller