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
/
mux.c
Age
Commit message (
Expand
)
Author
2024-07-25
Fix proxy multiplexing (-O proxy) bug
Damien Miller
2023-11-23
Include existing mux path in debug message.
Darren Tucker
2023-08-18
fix regression in OpenSSH 9.4 (mux.c r1.99) that caused multiplexed
Damien Miller
2023-08-04
Apply ConnectTimeout to multiplexing local socket connections. If the
Darren Tucker
2023-07-26
make ssh -f (fork after authentication) work properly in multiplexed
Damien Miller
2023-06-20
prepare for support for connecting to unix domain sockets using ssh -W
Damien Miller
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-01-06
Add channel_force_close()
Damien Miller
2022-06-03
Make SetEnv directives first-match-wins in both sshd_config and
Damien Miller
2022-05-05
mux.c: mark argument as const; from Martin Vahlensieck
Damien Miller
2022-01-11
suppress "Connection to xxx closed" messages at LogLevel >= error
Damien Miller
2021-07-23
Add a StdinNull directive to ssh_config(5) that allows the config
Damien Miller
2021-07-13
add a SessionType directive to ssh_config, allowing the configuration
Damien Miller
2021-06-04
allow ssh_config SetEnv to override $TERM, which is otherwise handled
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
2020-10-29
whitespace; no code change
Damien Miller
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-10-03
There are lots of place where we want to redirect stdin, stdout
Damien Miller
2020-07-05
some language improvements; ok markus
Damien Miller
2020-04-30
bring back debug() removed in rev 1.74; noted by pradeep kumar
Markus Friedl
2020-01-23
Replace all calls to signal(2) with a wrapper around sigaction(2).
Darren Tucker
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-01-19
convert mux.c to new packet API
Damien Miller
2019-01-19
begin landing remaining refactoring of packet parsing API, started
Damien Miller
2018-09-26
remove big ugly TODO comment from start of file. Some of the mentioned
Damien Miller
2018-09-26
s/process_mux_master/mux_master_process/ in mux master function names,
Damien Miller
2018-07-31
fix some memory leaks spotted by Coverity via Jakub Jelen in bz#2366
Damien Miller
2018-07-11
remove legacy key emulation layer; ok djm@
Markus Friedl
2018-07-09
client: switch mux to sshbuf API; with & ok djm@
Markus Friedl
2018-07-09
client: switch to sshbuf API; ok djm@
Markus Friedl
2018-06-09
add a SetEnv directive to ssh_config that allows setting environment
Damien Miller
2018-06-06
Add a PermitListen directive to control which server-side addresses
Damien Miller
2017-09-20
Use strsignal in debug message instead of casting for the benefit of
Darren Tucker
2017-09-18
Prevent type mismatch warning in debug on platforms where sig_atomic_t
Darren Tucker
2017-09-12
Make remote channel ID a u_int
Damien Miller
2017-09-12
refactor channels.c
Damien Miller
2017-06-09
return failure rather than fatal() for more cases during mux
Damien Miller
2017-01-21
The POSIX APIs that that sockaddrs all ignore the s*_len field in the
Philip Guenther
2016-10-19
When tearing down ControlMaster connecctions, don't pollute stderr when
Darren Tucker
2016-09-30
ssh proxy mux mode (-O proxy; idea from Simon Tatham):
Markus Friedl
2016-08-08
Improve error message for overlong ControlPath. ok markus@ djm@
Darren Tucker
2016-06-03
Move the host and port used by ssh -W into the Options struct.
Darren Tucker
2016-04-01
whitespace at EOL
Damien Miller
2016-01-13
eliminate fallback from untrusted X11 forwarding to trusted
Damien Miller
2015-12-26
adjust pledge promises for ControlMaster: when using "ask" or "autoask", the ...
Sebastien Marie
2015-12-03
pledges ssh client:
Sebastien Marie
2015-10-15
fix some signed/unsigned integer type mismatches in format
Damien Miller
2015-08-19
fix free() of uninitialised pointer reported by Mateusz Kocielski;
Damien Miller
2015-05-01
remove failed remote forwards established by muliplexing from the
Damien Miller
[next]