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
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
2015-05-01
reduce stderr spam when using ssh -S /path/mux -O forward -R 0:...
Damien Miller
2015-04-24
rename xrealloc() to xreallocarray() since it follows that form.
Theo de Raadt
2015-01-20
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
Theo de Raadt
2014-12-22
fix passing of wildcard forward bind addresses when connection
Damien Miller
2014-07-17
reflect stdio-forward ("ssh -W host:port ...") failures in exit status.
Damien Miller
2014-07-17
preserve errno across syscall
Damien Miller
2014-07-15
Add support for Unix domain socket forwarding. A remote TCP port
Todd C. Miller
2014-04-28
buffer_get_string_ptr's return should be const to remind
Damien Miller
2013-07-12
fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@
Damien Miller
2013-06-05
fix leaks in mux error paths, from Zhenbo Xu, found by Melton. bz#1967, ok djm
Darren Tucker
2013-06-02
No need for the mux cleanup callback to be visible so restore it to static
Darren Tucker
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2013-04-22
typo in debug output: evitval->exitval
Darren Tucker
2013-04-05
cleanup mux-created channels that are in SSH_CHANNEL_OPENING state too
Damien Miller
2013-01-02
channel_setup_local_fwd_listener() returns 0 on failure, not -ve
Damien Miller
2012-08-17
Force a clean shutdown of ControlMaster client sessions when the ~. escape
Darren Tucker
2012-07-06
fix memory leak of passed-in environment variables and connection
Damien Miller
2012-06-01
fix memory leak when mux socket creation fails; bz#2002 from bert.wesarg
Damien Miller
2012-01-07
fix double-free in new session handler
Damien Miller
2011-12-04
revert:
Damien Miller
2011-12-02
fix bz#1948: ssh -f doesn't fork for multiplexed connection.
Damien Miller
2011-09-23
unbreak remote portforwarding with dynamic allocated listen ports:
Markus Friedl
2011-09-09
support for cancelling local and remote port forwards via the multiplex
Damien Miller
[next]