aboutsummaryrefslogtreecommitdiff
path: root/contrib/telnet
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant decl. of time(). Causes problems on alphaGary Palmer1998-09-011-2/+1
| | | | Notes: svn path=/head/; revision=38728
* MFC: sprintf paranoiaWarner Losh1998-01-221-7/+8
| | | | Notes: svn path=/head/; revision=32688
* MFC: no \n in syslog strings. Change -P to -p in flags. EOF -> -1. Use err(3).Philippe Charnier1997-12-089-139/+165
| | | | Notes: svn path=/head/; revision=31622
* PR: bin/771 and bin/1037 are resolved by this changeFrank Durda IV1997-10-081-0/+16
| | | | | | | | | | | | | | | | | | | 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 was incorporated in the non-crypto version of telnetd. This resolves bin/771 and bin/1037. Notes: svn path=/head/; revision=30212
* Bring the FreeBSD changes to the virgin sources.Mark Murray1997-09-0733-267/+472
| | | | Notes: svn path=/head/; revision=29181
* Initial import of BSD telnet. This will be used to build the kerberisedMark Murray1997-09-0450-0/+27374
telnet, and after userland diffs have been merged in, will be used to build the non-kerberised sources as well. (See unifdef(1) for details) Notes: svn path=/vendor-crypto/telnet/dist/; revision=29088