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
2010-01-26
rewrite ssh(1) multiplexing code to a more sensible protocol.
Damien Miller
2010-01-09
quell tc[gs]etattr warnings when forcing a tty (ssh -tt), since we
Damien Miller
2009-11-17
fix incorrect exit status when multiplexing and channel ID 0 is recycled
Damien Miller
2009-10-24
client_loop() must detect if the session has been suspended and resumed,
Andreas Gunnarsson
2009-07-05
only send SSH2_MSG_DISCONNECT if we're in compat20; from dtucker@
Kevin Steves
2009-05-28
Keep track of number of bytes read and written. Needed for upcoming
Andreas Gunnarsson
2009-05-27
Send SSH2_MSG_DISCONNECT when the client disconnects. From a larger
Andreas Gunnarsson
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
make a2port() return -1 when it encounters an invalid port number
Damien Miller
2008-12-09
fix typo in error message
Kevin Steves
2008-12-09
The ~C escape handler does not work correctly for multiplexed sessions -
Damien Miller
2008-12-02
we have to use the recipient's channel number (RFC 4254) for
Markus Friedl
2008-11-05
add dynamic forward escape command line; ok djm@
Kevin Steves
2008-11-01
merge dynamic forward parsing into parse_forward(); 'i think this is OK' djm@
Kevin Steves
2008-10-30
don't need to #include "monitor_fdpass.h"
Kevin Steves
2008-07-16
rename variable first_gc -> last_gc (since it is actually the last
Damien Miller
2008-07-10
sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@
Markus Friedl
2008-06-12
I was coalescing expected global request confirmation replies at the
Damien Miller
2008-06-12
The multiplexing escape char handler commit last night introduced a
Damien Miller
2008-06-12
thall shalt not code past the eightieth column
Damien Miller
2008-06-12
maintain an ordered queue of outstanding global requests that we
Damien Miller
2008-06-12
Enable ~ escapes for multiplex slave sessions; give each channel
Damien Miller
2008-05-19
unbreak tree by committing this bit that I missed from:
Damien Miller
2008-05-09
unbreak
Markus Friedl
2008-05-09
tidy up session multiplexing code, moving it into its own file and
Damien Miller
2008-05-09
Try additional addresses when connecting to a port forward destination
Damien Miller
2008-05-08
Use new channel status confirmation callback system to properly deal
Damien Miller
2008-05-08
Implement a channel success/failure status confirmation callback
Damien Miller
2008-02-22
Allow all SSH2 packet types, including UNIMPLEMENTED to reset the
Darren Tucker
2008-01-23
Revert the change for bz #1307 as it causes connection aborts if an IGNORE
Darren Tucker
2008-01-19
fd leak on session multiplexing error path. Report and patch from
Damien Miller
2007-12-28
Use the correct packet maximum sizes for remote port and agent forwarding.
Darren Tucker
2007-12-28
Make SSH2_MSG_UNIMPLEMENTED and SSH2_MSG_IGNORE messages reset the
Darren Tucker
2007-11-03
fix memory leak in process_cmdline(), patch from Jan.Pechanec AT Sun.COM;
Damien Miller
2007-09-04
make file descriptor passing code return an error rather than call fatal()
Damien Miller
2007-08-15
do NOT fall back to the trused x11 cookie if generation of an untrusted
Markus Friedl
2007-08-07
bz#1232: ensure that any specified LocalCommand is executed after the
Damien Miller
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
[next]