telnetd for GNO
Go to file
kris 9de6e7ba10 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.


git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@80224 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
2001-07-23 21:52:26 +00:00
arpa Fix typo: compatability -> compatibility. 2001-02-06 12:05:58 +00:00
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