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
/
clientloop.c
Age
Commit message (
Expand
)
Author
2007-03-20
remove some bogus *p tests from charles longeau
Ted Unangst
2007-02-20
set maximum packet and window sizes the same for multiplexed clients
Damien Miller
2007-01-21
spaces
Kevin Steves
2006-10-11
exit instead of doing a blocking tcp send if we detect a client/server timeout,
Markus Friedl
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
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-26
move #include <sys/param.h> out of includes.h
Kevin Steves
2006-07-25
move #include <sys/time.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-17
move #include <unistd.h> out of includes.h
Kevin Steves
2006-07-11
move #include <errno.h> out of includes.h; ok markus@
Kevin Steves
2006-07-11
add ExitOnForwardFailure: terminate the connection if ssh(1)
Markus Friedl
2006-07-08
move #include <sys/socket.h> out of includes.h
Kevin Steves
2006-07-02
use -KR[bind_address:]port here; ok djm@
Kevin Steves
2006-06-26
mention optional bind_address in runtime port forwarding setup
Damien Miller
2006-05-16
missing free; from Kylene Hall
Markus Friedl
2006-04-20
replace the last non-sig_atomic_t flag used in a signal handler with a
Damien Miller
2006-03-25
spacing
Theo de Raadt
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-25
introduce xcalloc() and xasprintf() failure-checked allocations functions
Damien Miller
2006-03-20
sprinkle u_int throughout pty subsystem, ok markus
Theo de Raadt
2006-03-19
ARGSUSED for signal handlers
Theo de Raadt
2006-03-19
RCSID() can die
Theo de Raadt
2006-02-22
move #include <ctype.h> out of includes.h; ok djm@
Kevin Steves
2006-02-20
move #include <sys/stat.h> out of includes.h; ok markus@
Kevin Steves
2006-02-20
move #include <signal.h> out of includes.h; ok markus@
Kevin Steves
2006-02-10
move #include <sys/ioctl.h> out of includes.h; ok markus@
Kevin Steves
2006-02-08
move #include <paths.h> out of includes.h; ok markus@
Kevin Steves
2006-02-07
move #include <termios.h> out of includes.h; ok markus@
Kevin Steves
2005-12-30
add channel output filter interface.
Reyk Floeter
2005-12-28
use 'break-in' for consistency; ok deraadt@ ok and input jmc@
Kevin Steves
2005-12-07
reyk forgot to compile with -Werror (missing header)
Damien Miller
2005-12-06
Add support for tun(4) forwarding over OpenSSH, based on an idea and
Reyk Floeter
2005-10-30
no need to escape single quotes in comments, no binary change
Damien Miller
2005-10-14
free()->xfree(); ok djm@
Kevin Steves
2005-10-10
fix regression I introduced in 4.2: X11 forwardings initiated after
Damien Miller
2005-09-09
typo; from mark at mcs.vuw.ac.nz, bug #1082
Markus Friedl
2005-07-16
spacing
Damien Miller
2005-07-04
implement support for X11 and agent forwarding over multiplex slave
Damien Miller
2005-06-17
make this -Wsign-compare clean; ok avsm@ markus@
Damien Miller
2005-06-16
move x11_get_proto from ssh.c to clientloop.c, to make muliplexed xfwd easier
Damien Miller
2005-06-08
add ControlMaster=auto/autoask options to support opportunistic multiplexing;
Damien Miller
2005-03-10
spacing
Theo de Raadt
2005-03-01
bz#413: allow optional specification of bind address for port forwardings.
Damien Miller
2004-11-07
add basic control of a running multiplex master connection; including the
Damien Miller
2004-10-29
factor out common permission-asking code to separate function; ok markus@
Damien Miller
2004-10-29
fix some window size change bugs for multiplexed connections: windows sizes
Damien Miller
2004-09-07
cleanup multiplex control socket on SIGHUP too, spotted by sturm@
Damien Miller
2004-08-11
some signed/unsigned int comparison cleanups; markus@ ok
Anil Madhavapeddy
[next]