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
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
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-11-24
remove a debug() that pollutes stderr on client connecting to a server
Damien Miller
2010-08-05
Fix a trio of bugs in the local/remote window calculation for datagram
Damien Miller
2010-07-13
s/timing_safe_cmp/timingsafe_bcmp/g
Damien Miller
2010-07-13
implement a timing_safe_cmp() function to compare memory without leaking
Damien Miller
2010-06-25
bz#1750: fix requirement for /dev/null inside ChrootDirectory for
Damien Miller
2010-06-25
bz#1327: remove hardcoded limit of 100 permitopen clauses and port
Damien Miller
2010-05-14
Pause the mux channel while waiting for reply from aynch callbacks.
Damien Miller
2010-01-30
fake local addr:port when stdio fowarding as some servers (Tectia at
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-11-10
Set close-on-exec on various descriptors so they don't get leaked to
Darren Tucker
2009-10-28
Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.
Reyk Floeter
2009-05-25
Put the globals in packet.c into a struct and don't access it directly
Andreas Gunnarsson
2009-02-12
support remote port forwarding with a zero listen port (-R0:...) to
Damien Miller
2009-01-22
oops! I committed the wrong version of the Channel->path diff,
Damien Miller
2009-01-22
make Channel->path an allocated string, saving a few bytes here and
Damien Miller
2009-01-14
support SOCKS4A protocol, from dwmw2 AT infradead.org via bz#1482;
Damien Miller
2009-01-01
call channel destroy callbacks on receipt of open failure messages.
Damien Miller
2008-12-09
channel_print_adm_permitted_opens() should deal with all the printing
Kevin Steves
2008-12-02
s/remote_id/id/ to be more consistent with other code; ok djm@
Markus Friedl
2008-11-11
for sshd -T print 'permitopen any' vs. 'permitopen' for case of no
Kevin Steves
[next]