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.c
Age
Commit message (
Expand
)
Author
2017-05-30
remove ssh1 references; 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
fix some -Wpointer-sign warnings in the new mux proxy; ok markus@
Damien Miller
2016-09-30
ssh proxy mux mode (-O proxy; idea from Simon Tatham):
Markus Friedl
2016-09-19
Replace two more arc4random() loops with arc4random_buf().
Martin Natano
2016-09-12
Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions
Theo de Raadt
2016-07-19
Allow wildcard for PermitOpen hosts as well as ports. bz#2582, patch from
Darren Tucker
2016-03-07
refactor canohost.c: move functions that cache results closer to the
Damien Miller
2016-02-05
Only check errno if read() has returned an error. EOF is not an error.
Christian Weisgerber
2015-10-15
fix some signed/unsigned integer type mismatches in format
Damien Miller
2015-07-01
better refuse ForwardX11Trusted=no connections attempted after
Damien Miller
2015-06-30
fatal() when a remote window update causes the window value to
Damien Miller
2015-06-30
Fix math error in remote window calculations that causes eventual stalls
Damien Miller
2015-06-05
For "ssh -L 12345:/tmp/sock" don't fail with "No forward host name."
Todd C. Miller
2015-05-08
Use xcalloc for permitted_adm_opens instead of xmalloc to ensure it's zeroed.
Darren Tucker
2015-04-24
rename xrealloc() to xreallocarray() since it follows that form.
Theo de Raadt
2015-02-06
SIZE_MAX is standard, we should be using it in preference to the
Todd C. Miller
2015-01-20
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
Theo de Raadt
2015-01-19
move dispatch to struct ssh; ok djm@
Markus Friedl
2014-12-11
explicitly include sys/param.h in files that use the howmany() macro;
Damien Miller
2014-10-08
fix a few -Wpointer-sign warnings from clang
Damien Miller
2014-07-15
Add support for Unix domain socket forwarding. A remote TCP port
Todd C. Miller
2014-07-05
fix remote-forward cancel regression; ok markus@
Damien Miller
2014-07-03
allow explicit ::1 and 127.0.0.1 forwarding bind addresses when
Damien Miller
2014-06-27
fix remote fwding with same listen port but different listen address
Markus Friedl
2014-04-28
buffer_get_string_ptr's return should be const to remind
Damien Miller
2014-02-26
don't assume that the socks4 username is \0 terminated;
Damien Miller
2014-02-15
avoid spurious "getsockname failed: Bad file descriptor" errors in ssh -W;
Damien Miller
2014-01-31
replace most bzero with explicit_bzero, except a few that cna be memset
Ted Unangst
2013-12-19
bz#2147: fix multiple remote forwardings with dynamically assigned
Damien Miller
2013-11-08
use calloc for all structure allocations; from markus@
Damien Miller
2013-09-19
bz#1297 - tell the client (via packet_send_debug) when their preferred
Damien Miller
2013-09-13
avoid unaligned access in code that reused a buffer to send a
Damien Miller
2013-07-12
fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@
Damien Miller
2013-06-07
Add an "ABANDONED" channel state and use for mux sessions that are
Darren Tucker
2013-06-01
Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like
Darren Tucker
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2013-04-06
handle ECONNABORTED for accept(); ok deraadt some time ago...
Markus Friedl
2012-12-02
make AllowTcpForwarding accept "local" and "remote" in addition to its
Damien Miller
2012-04-23
fix function proto/source mismatch
Damien Miller
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
[next]