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
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
2008-11-01
fix some typos in log messages; ok djm@
Kevin Steves
2008-07-16
this loop index should be automatic, not static
Damien Miller
2008-07-13
use struct sockaddr_storage instead of struct sockaddr for accept(2)
Damien Miller
2008-07-12
unbreak; move clearing of cctx struct to before first use
Damien Miller
2008-07-10
missing bzero; from mickey; ok djm@
Markus Friedl
2008-06-16
Rename the isatty argument to is_tty so we don't shadow isatty(3).
Darren Tucker
2008-06-15
don't call isatty() on a pty master, instead pass a flag down to
Damien Miller
2008-06-12
The multiplexing escape char handler commit last night introduced a
Damien Miller
2008-06-12
Enable ~ escapes for multiplex slave sessions; give each channel
Damien Miller
2008-06-10
Add extended test mode (-T) and connection parameters for test mode (-C).
Darren Tucker
2008-05-09
error-fd race: don't enable the error fd in the select bitmask
Markus Friedl
2008-05-09
Try additional addresses when connecting to a port forward destination
Damien Miller
2008-05-08
Implement a channel success/failure status confirmation callback
Damien Miller
2008-05-08
avoid extra malloc/copy/free when receiving data over the net;
Markus Friedl
2008-04-02
avoid possible hijacking of x11-forwarded connections (back out 1.183)
Markus Friedl
2008-01-19
When we added support for specified bind addresses for port forwards, we
Damien Miller
2007-12-27
Add a small helper function to consistently handle the EAI_SYSTEM error
Darren Tucker
2007-06-25
Correct test for window updates every three packets; prevents sending
Darren Tucker
2007-06-11
send 'window adjust' messages every tree packets and do not wait
Markus Friedl
2007-01-03
spaces
Kevin Steves
2006-12-12
bz #1019: some ssh.com versions apparently can't cope with the remote port
Damien Miller
2006-08-29
normalise some inconsistent (but harmless) NULL pointer checks
Damien Miller
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
clean extra spaces
Kevin Steves
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-26
move #include <stdlib.h> out of includes.h
Kevin Steves
2006-07-25
move #include <sys/time.h> out of includes.h
Kevin Steves
[next]