summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/channels.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* add a comment describing the ranges of channel IDs that we use;djm2020-01-251-1/+9
* include a little more information about the status and disposition ofdjm2018-10-041-1/+2
* Add a PermitListen directive to control which server-side addressesdjm2018-06-061-11/+15
* Add 'reverse' dynamic forwarding which combines dynamic forwardingmarkus2017-09-211-2/+4
* Make remote channel ID a u_intdjm2017-09-121-4/+5
* refactor channels.cdjm2017-09-121-79/+101
* pass packet state down to some of the channels function (moredjm2017-08-301-4/+4
* protocol handlers all get struct ssh passed; ok djm@markus2017-05-301-10/+12
* remove SSH_CHANNEL_XXX_DRAINING (ssh1 only); ok djm@markus2017-05-261-3/+1
* remove channel_input_close_confirmation (ssh1 only); ok djm@markus2017-05-261-2/+1
* obliterate ssh1.h and some dead code that used itdjm2017-04-301-9/+1
* remove compat20/compat13/compat15 variablesdjm2017-04-301-3/+3
* Return true reason for port forwarding failures where feasible ratherdtucker2017-02-011-2/+3
* Remove channel_input_port_forward_request(); the only caller was thedtucker2016-10-181-2/+1
* ssh proxy mux mode (-O proxy; idea from Simon Tatham):markus2016-09-301-2/+10
* better refuse ForwardX11Trusted=no connections attempted afterdjm2015-07-011-1/+2
* moar whitespace at eoldjm2015-05-081-2/+2
* move dispatch to struct ssh; ok djm@markus2015-01-191-14/+14
* Add support for Unix domain socket forwarding. A remote TCP portmillert2014-07-151-12/+16
* fix remote fwding with same listen port but different listen addressmarkus2014-06-271-2/+3
* Add an "ABANDONED" channel state and use for mux sessions that aredtucker2013-06-071-2/+3
* typo in commentdtucker2013-06-021-2/+2
* don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for adjm2012-04-111-2/+4
* Add PermitOpen none option based on patch from Loganaden Velvindrondtucker2012-03-291-1/+2
* unbreak remote portforwarding with dynamic allocated listen ports:markus2011-09-231-1/+2
* Add wildcard support to PermitOpen, allowing things like "PermitOpendtucker2011-09-231-1/+2
* support cancellation of local/dynamic forwardings from ~C commandline;markus2011-09-101-2/+4
* support for cancelling local and remote port forwards via the multiplexdjm2011-09-091-2/+4
* hook up a channel confirm callback to warn the user then requested X11djm2011-06-221-2/+2
* 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