freebsd_amp_hwpstate/libexec/telnetd
Frank Durda IV f05011e686 PR: bin/771 and bin/1037 are resolved by this change
This change changes the default handling of linemode so that older and/or
stupider telnet clients can still get wakeup characters like <ESC> and
<CTRL>D to work correctly multiple times on the same line, as in csh
"set filec" operations.   It also causes CR and LF characters to be read by
apps in certain terminal modes consistently, as opposed to returning
CR sometimes and LF sometimes, which broke existing apps.  The change
was shown to fix the problem demonstrated in the FreeBSD telnet client,
along with the telnet client in Solaris, SCO, Windows '95 & NT, DEC OSF,
NCSA, and others.

A similar change will be incorporated in the crypto version of telnetd.

This resolves bin/771 and bin/1037.
1997-10-08 03:10:32 +00:00
..
Makefile There is a clear separation of the crypto telnet and the non-crypto telnet. 1997-09-28 08:40:54 +00:00
defs.h
ext.h
global.c
pathnames.h
slc.c
state.c
sys_term.c
telnetd.8 -p flag misdocumented in telnetd(8) 1997-09-14 18:25:19 +00:00
telnetd.c PR: bin/771 and bin/1037 are resolved by this change 1997-10-08 03:10:32 +00:00
telnetd.h
termstat.c
utility.c