index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
channels.h
Age
Commit message (
Expand
)
Author
2020-01-25
add a comment describing the ranges of channel IDs that we use;
Damien Miller
2018-10-04
include a little more information about the status and disposition of
Damien Miller
2018-06-06
Add a PermitListen directive to control which server-side addresses
Damien Miller
2017-09-21
Add 'reverse' dynamic forwarding which combines dynamic forwarding
Markus Friedl
2017-09-12
Make remote channel ID a u_int
Damien Miller
2017-09-12
refactor channels.c
Damien Miller
2017-08-30
pass packet state down to some of the channels function (more
Damien Miller
2017-05-30
protocol handlers all get struct ssh passed; ok djm@
Markus Friedl
2017-05-26
remove SSH_CHANNEL_XXX_DRAINING (ssh1 only); ok djm@
Markus Friedl
2017-05-26
remove channel_input_close_confirmation (ssh1 only); ok djm@
Markus Friedl
2017-04-30
obliterate ssh1.h and some dead code that used it
Damien Miller
2017-04-30
remove compat20/compat13/compat15 variables
Damien Miller
2017-02-01
Return true reason for port forwarding failures where feasible rather
Darren Tucker
2016-10-18
Remove channel_input_port_forward_request(); the only caller was the
Darren Tucker
2016-09-30
ssh proxy mux mode (-O proxy; idea from Simon Tatham):
Markus Friedl
2015-07-01
better refuse ForwardX11Trusted=no connections attempted after
Damien Miller
2015-05-08
moar whitespace at eol
Damien Miller
2015-01-19
move dispatch to struct ssh; ok djm@
Markus Friedl
2014-07-15
Add support for Unix domain socket forwarding. A remote TCP port
Todd C. Miller
2014-06-27
fix remote fwding with same listen port but different listen address
Markus Friedl
2013-06-07
Add an "ABANDONED" channel state and use for mux sessions that are
Darren Tucker
2013-06-02
typo in comment
Darren Tucker
2012-04-11
don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a
Damien Miller
2012-03-29
Add PermitOpen none option based on patch from Loganaden Velvindron
Darren Tucker
2011-09-23
unbreak remote portforwarding with dynamic allocated listen ports:
Markus Friedl
2011-09-23
Add wildcard support to PermitOpen, allowing things like "PermitOpen
Darren Tucker
2011-09-10
support cancellation of local/dynamic forwardings from ~C commandline;
Markus Friedl
2011-09-09
support for cancelling local and remote port forwards via the multiplex
Damien Miller
2011-06-22
hook up a channel confirm callback to warn the user then requested X11
Damien Miller
2010-05-14
Pause the mux channel while waiting for reply from aynch callbacks.
Damien Miller
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
[next]