Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Old stuff laying around: Don't use getstr which can conflict with some | peter | 1998-12-16 | 2 | -6/+6 |
| | | | | curses/termcap/terminfo implementations and causes recursion. | ||||
* | Old stuff from a source tree: copy (verbatum) the code to expand the | peter | 1998-12-16 | 1 | -2/+31 |
| | | | | %s/%m in the default /etc/gettytab. | ||||
* | Remove redundant decl. of time(). Causes problems on alpha | gpalmer | 1998-09-01 | 1 | -2/+1 |
| | |||||
* | MFC: sprintf paranoia | imp | 1998-01-22 | 1 | -7/+8 |
| | |||||
* | MFC: no \n in syslog strings. Change -P to -p in flags. EOF -> -1. Use err(3). | charnier | 1997-12-08 | 9 | -139/+165 |
| | |||||
* | PR: bin/771 and bin/1037 are resolved by this change | uhclem | 1997-10-08 | 1 | -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. | ||||
* | Bring the FreeBSD changes to the virgin sources. | markm | 1997-09-07 | 33 | -267/+472 |
| | |||||
* | Initial import of BSD telnet. This will be used to build the kerberised | markm | 1997-09-04 | 50 | -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) |