summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/clientloop.c
AgeCommit message (Expand)Author
2008-07-16rename variable first_gc -> last_gc (since it is actually the lastDamien Miller
2008-07-10sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@Markus Friedl
2008-06-12I was coalescing expected global request confirmation replies at theDamien Miller
2008-06-12The multiplexing escape char handler commit last night introduced aDamien Miller
2008-06-12thall shalt not code past the eightieth columnDamien Miller
2008-06-12maintain an ordered queue of outstanding global requests that weDamien Miller
2008-06-12Enable ~ escapes for multiplex slave sessions; give each channelDamien Miller
2008-05-19unbreak tree by committing this bit that I missed from:Damien Miller
2008-05-09unbreakMarkus Friedl
2008-05-09tidy up session multiplexing code, moving it into its own file andDamien Miller
2008-05-09Try additional addresses when connecting to a port forward destinationDamien Miller
2008-05-08Use new channel status confirmation callback system to properly dealDamien Miller
2008-05-08Implement a channel success/failure status confirmation callbackDamien Miller
2008-02-22Allow all SSH2 packet types, including UNIMPLEMENTED to reset theDarren Tucker
2008-01-23Revert the change for bz #1307 as it causes connection aborts if an IGNOREDarren Tucker
2008-01-19fd leak on session multiplexing error path. Report and patch fromDamien Miller
2007-12-28Use the correct packet maximum sizes for remote port and agent forwarding.Darren Tucker
2007-12-28Make SSH2_MSG_UNIMPLEMENTED and SSH2_MSG_IGNORE messages reset theDarren Tucker
2007-11-03fix memory leak in process_cmdline(), patch from Jan.Pechanec AT Sun.COM;Damien Miller
2007-09-04make file descriptor passing code return an error rather than call fatal()Damien Miller
2007-08-15do NOT fall back to the trused x11 cookie if generation of an untrustedMarkus Friedl
2007-08-07bz#1232: ensure that any specified LocalCommand is executed after theDamien Miller
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-02-20set maximum packet and window sizes the same for multiplexed clientsDamien Miller
2007-01-21spacesKevin Steves
2006-10-11exit instead of doing a blocking tcp send if we detect a client/server timeout,Markus Friedl
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-07-26move #include <stdlib.h> out of includes.hKevin Steves
2006-07-26move #include <sys/param.h> out of includes.hKevin Steves
2006-07-25move #include <sys/time.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-17move #include <unistd.h> out of includes.hKevin Steves
2006-07-11move #include <errno.h> out of includes.h; ok markus@Kevin Steves
2006-07-11add ExitOnForwardFailure: terminate the connection if ssh(1)Markus Friedl
2006-07-08move #include <sys/socket.h> out of includes.hKevin Steves
2006-07-02use -KR[bind_address:]port here; ok djm@Kevin Steves
2006-06-26mention optional bind_address in runtime port forwarding setupDamien Miller
2006-05-16missing free; from Kylene HallMarkus Friedl
2006-04-20replace the last non-sig_atomic_t flag used in a signal handler with aDamien Miller
2006-03-25spacingTheo de Raadt
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-25introduce xcalloc() and xasprintf() failure-checked allocations functionsDamien Miller
2006-03-20sprinkle u_int throughout pty subsystem, ok markusTheo de Raadt
2006-03-19ARGSUSED for signal handlersTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2006-02-22move #include <ctype.h> out of includes.h; ok djm@Kevin Steves
2006-02-20move #include <sys/stat.h> out of includes.h; ok markus@Kevin Steves
2006-02-20move #include <signal.h> out of includes.h; ok markus@Kevin Steves
2006-02-10move #include <sys/ioctl.h> out of includes.h; ok markus@Kevin Steves