summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/channels.c
AgeCommit message (Expand)Author
2008-04-02avoid possible hijacking of x11-forwarded connections (back out 1.183)Markus Friedl
2008-01-19When we added support for specified bind addresses for port forwards, weDamien Miller
2007-12-27Add a small helper function to consistently handle the EAI_SYSTEM errorDarren Tucker
2007-06-25Correct test for window updates every three packets; prevents sendingDarren Tucker
2007-06-11send 'window adjust' messages every tree packets and do not waitMarkus Friedl
2007-01-03spacesKevin Steves
2006-12-12bz #1019: some ssh.com versions apparently can't cope with the remote portDamien Miller
2006-08-29normalise some inconsistent (but harmless) NULL pointer checksDamien Miller
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-01clean extra spacesKevin Steves
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-07-26move #include <stdlib.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-21more ARGSUSED (lint) for dispatch table-driven functions; ok djm@Kevin Steves
2006-07-21Make PermitOpen take a list of permitted ports and act more like most otherDarren Tucker
2006-07-17Add PermitOpen directive to sshd_config which is equivalent to theDarren Tucker
2006-07-17move #include <unistd.h> out of includes.hKevin Steves
2006-07-12move #include <netdb.h> out of includes.h; ok djm@Kevin 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-10fix misparsing of SOCKS 5 packets that could result in a crash;Damien Miller
2006-07-03move #include <arpa/inet.h> out of includes.h; old ok djm@Kevin Steves
2006-04-16Fix condition where we could exit with a fatal error when an inputDamien Miller
2006-03-30ARGSUSED for dispatch table-driven functionsDamien Miller
2006-03-28do not accept unreasonable X ports numbers; ok djmTheo de Raadt
2006-03-25delete cast not requiredTheo de Raadt
2006-03-25remove (char *) casts to a function that accepts void * for the argTheo de Raadt
2006-03-25use strtonum() instead of atoi() [limit X screens to 400, sorry]Theo de Raadt
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-25change OpenSSH's xrealloc() function from being xrealloc(p, new_size) toDamien Miller
2006-03-25introduce xcalloc() and xasprintf() failure-checked allocations functionsDamien Miller
2006-03-20spacingTheo de Raadt
2006-03-20x11_fake_data is only ever used as u_char *Theo de Raadt
2006-03-20annoying spacing fixes getting in the way of real diffsTheo de Raadt
2006-03-20sprinkle u_int throughout pty subsystem, ok markusTheo de Raadt
2006-03-19spacingTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2006-02-20move #include <sys/un.h> out of includes.h; ok djm@Kevin Steves
2006-02-10move #include <sys/ioctl.h> out of includes.h; ok markus@Kevin Steves
2006-02-07move #include <termios.h> out of includes.h; ok markus@Kevin Steves
2006-01-30mark channel as write failed or dead instead of read failed on errorReyk Floeter
2005-12-30add channel output filter interface.Reyk Floeter
2005-12-28use 'break-in' for consistency; ok deraadt@ ok and input jmc@Kevin Steves
2005-12-12make sure protocol messages for internal channels are ignored.Markus Friedl
2005-12-06Add support for tun(4) forwarding over OpenSSH, based on an idea andReyk Floeter
2005-10-14free()->xfree(); ok djm@Kevin Steves
2005-10-11bz #1076 set SO_REUSEADDR on X11 forwarding listner sockets, preventingDamien Miller
2005-10-10fix regression I introduced in 4.2: X11 forwardings initiated afterDamien Miller
2005-09-07enforce chanid != NULL; ok djmMarkus Friedl