freebsd-dev/contrib/telnet/telnetd
Kris Kennaway a2a887b56a output_data(), output_datalen() and netflush() didn't actually guarantee
to do what they are supposed to: under some circumstances output data would
be truncated, or the buffer would not actually be flushed (possibly leading
to overflows when the caller assumes the operation succeeded).  Change the
semantics so that these functions ensure they complete the operation before
returning.

Comment out diagnostic code enabled by '-D reports' which causes an
infinite recursion and an eventual crash.

Patch developed with assistance from ru and assar.
2001-07-23 21:52:26 +00:00
..
authenc.c Fixed the exploitable remote buffer overflow. 2001-07-19 17:48:57 +00:00
defs.h
ext.h output_data(), output_datalen() and netflush() didn't actually guarantee 2001-07-23 21:52:26 +00:00
global.c $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
pathnames.h Synch: Add $FreeBSD$. 2001-02-07 21:58:16 +00:00
slc.c output_data(), output_datalen() and netflush() didn't actually guarantee 2001-07-23 21:52:26 +00:00
state.c output_data(), output_datalen() and netflush() didn't actually guarantee 2001-07-23 21:52:26 +00:00
sys_term.c (scrub_env): change to only accept a listed set of variables, 2000-12-10 20:50:20 +00:00
telnetd.8 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 10:42:19 +00:00
telnetd.c output_data(), output_datalen() and netflush() didn't actually guarantee 2001-07-23 21:52:26 +00:00
telnetd.h
termstat.c output_data(), output_datalen() and netflush() didn't actually guarantee 2001-07-23 21:52:26 +00:00
utility.c output_data(), output_datalen() and netflush() didn't actually guarantee 2001-07-23 21:52:26 +00:00