summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/channels.c
AgeCommit message (Expand)Author
2005-03-14limit input buffer size for channels; bugzilla #896; with and ok dtucker@Markus Friedl
2005-03-10spacingTheo de Raadt
2005-03-01bz#413: allow optional specification of bind address for port forwardings.Damien Miller
2004-10-29fix some window size change bugs for multiplexed connections: windows sizesDamien Miller
2004-08-23typo, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markusDamien Miller
2004-08-11some signed/unsigned int comparison cleanups; markus@ okAnil Madhavapeddy
2004-07-11spacesTheo de Raadt
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2004-06-18clientloop.cDamien Miller
2004-06-14set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@Damien Miller
2004-06-13implement session multiplexing in the client (the server has supported thisDamien Miller
2004-05-26missing freeaddrinfo; Andrey MatveevMarkus Friedl
2004-05-21bz #756: add support for the cancel-tcpip-forward request for the server andDamien Miller
2004-05-11improve some code lint did not like; djm millert okTheo de Raadt
2004-01-19fake consumption for half closed channels since the peer is waiting forMarkus Friedl
2003-12-02use SSH_LISTEN_BACKLOG (=128) in listen(2).Markus Friedl
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2003-09-23move client only agent code to clientloop.cMarkus Friedl
2003-09-19do not call channel_free_all on fatal; ok deraadtMarkus Friedl
2003-09-16more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDUMarkus Friedl
2003-08-29be less chatty; debug -> debug2, cleanup; ok henning@Markus Friedl
2003-07-02(re)add socks5 suppport to -D; ok djm@Markus Friedl
2003-07-02deny dynamic forwarding with -R for v1, too; ok djm@Markus Friedl
2003-06-24int -> u_int; ok djm@, deraadt@, mouring@Markus Friedl
2003-05-11make channel_new() strdup the 'remote_name' (not the caller); ok theoMarkus Friedl
2003-04-14avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTPMarkus Friedl
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
2003-03-05fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@Markus Friedl
2003-01-10hush socket() errors, except last. Fixes mindrot bug #408; ok markus@Damien Miller
2003-01-01move big output buffer messages to debug2Markus Friedl
2002-12-13cleanup debug messages, more useful information for the client user.Markus Friedl
2002-09-17don't quit while creating X11 listening socket.Jun-ichiro itojun Hagino
2002-09-13remove use of SO_LINGER, it should not be needed. error checkKevin Steves
2002-09-09signed vs unsigned from -pedantic; ok henning@Markus Friedl
2002-07-04blah blah minor nothing as i read and re-read and re-read...Theo de Raadt
2002-06-26limit # of channels to 10000Markus Friedl
2002-06-24move channel counter to u_intMarkus Friedl
2002-06-23tcode is u_intMarkus Friedl
2002-06-23display, screen, row, col, xpixel, ypixel are u_int; markus okTheo de Raadt
2002-06-10move creation of agent socket to session.c; no need for uidswappingMarkus Friedl
2002-06-09use tab not spaces (|unexpand)Markus Friedl
2002-04-22request reply (success/failure) for -R style fwd in protocol v2,Markus Friedl
2002-03-25don't send stderr data after EOF, accept this from older known (broken)Markus Friedl
2002-03-04off by one; thanks to joost@pine.nlMarkus Friedl
2002-02-27remove unneeded casts in [gs]etsockopt(); ok markus@Kevin Steves
2002-02-24disable Nagle in connect_to() and channel_post_port_listener() (portKevin Steves
2002-02-14increase the SSH v2 window size to 4 packets. comsumes a littleMarkus Friedl
2002-02-06channel_new never returns NULL, mouring@; ok djm@Markus Friedl
2002-02-05merge channel_request() into channel_request_start()Markus Friedl
2002-02-03generic callbacks are not really used, remove andMarkus Friedl