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
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
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
[next]