freebsd-dev/contrib/telnet
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
..
arpa
libtelnet Make the PAM user-override actually override the correect thing. 2001-05-17 16:28:11 +00:00
telnet mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 10:42:19 +00:00
telnetd output_data(), output_datalen() and netflush() didn't actually guarantee 2001-07-23 21:52:26 +00:00