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
2024-10-13
don't start the ObscureKeystrokeTiming mitigations if there has been
Damien Miller
2024-07-25
Fix proxy multiplexing (-O proxy) bug
Damien Miller
2024-05-23
remove unused struct fwd_perm_list, no decl with complete type
Jonathan Gray
2024-05-17
remove prototypes with no matching function; ok djm@
Jonathan Gray
2023-12-18
stricter handling of channel window limits
Damien Miller
2023-11-15
when deciding whether to enable keystroke timing obfuscation,
Damien Miller
2023-09-04
make channel_output_poll() return a flag indicating whether channel
Damien Miller
2023-07-04
add support for unix domain sockets to ssh -W
David Gwynne
2023-06-05
Store timeouts as int, not u_int as they are limited to INT_MAX.
Todd C. Miller
2023-03-04
Use time_t instead of u_int for remaining x11 timeout checks for 64bit
Darren Tucker
2023-01-18
when restoring non-blocking mode to stdio fds, restore exactly
Damien Miller
2023-01-06
Implement channel inactivity timeouts
Damien Miller
2023-01-06
Add channel_set_xtype()
Damien Miller
2023-01-06
Add channel_force_close()
Damien Miller
2023-01-06
replace manual poll/ppoll timeout math with ptimeout API
Damien Miller
2022-05-05
channel_new no longer frees remote_name. So update the comment
Damien Miller
2022-03-30
fix poll() spin when a channel's output fd closes without data in the
Damien Miller
2022-01-22
add a ssh_packet_process_read() function that reads from a fd
Damien Miller
2022-01-06
convert ssh, sshd mainloops from select() to poll();
Damien Miller
2022-01-06
prepare for conversion of ssh, sshd mainloop from select() to poll()
Damien Miller
2021-05-19
restore blocking status on stdio fds before close
Damien Miller
2021-04-03
highly polished whitespace, mostly fixing spaces-for-tab and bad
Damien Miller
2021-04-03
whitespace (tab after space)
Damien Miller
2020-09-20
cap channel input buffer size at 16MB; avoids high memory use when
Damien Miller
2020-07-05
some language improvements; ok markus
Damien Miller
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
[next]