Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing dot. | charnier | 1998-01-07 | 1 | -2/+2 |
| | |||||
* | sprintf->snprintf paranoia. The one thing that looks like a hole in | imp | 1997-12-24 | 1 | -7/+8 |
| | | | | | the diff is in an ifdef that isn't enabled for FreeBSD. Obtained from: OpenBSD(?) | ||||
* | Sync with diffs I found in kerberised versions: -Wall, no `;' in macros. | charnier | 1997-12-08 | 3 | -27/+25 |
| | |||||
* | Use err(3). Remove progname and trailing \n in syslog strings. | charnier | 1997-12-03 | 8 | -149/+155 |
| | |||||
* | PR: bin/771 and bin/1037 are resolved by this change | uhclem | 1997-10-08 | 1 | -1/+17 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | There is a clear separation of the crypto telnet and the non-crypto telnet. | markm | 1997-09-28 | 1 | -4/+0 |
| | | | | | As this is the non-crypto version, remove the useless (commented out) directives and macros. | ||||
* | -p flag misdocumented in telnetd(8) | wosch | 1997-09-14 | 1 | -3/+3 |
| | | | | | PR: 4462 Submitted by: hfir@math.rochester.edu | ||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-28 | 1 | -2/+2 |
| | | | | posix standard on the topic. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 10 | -10/+10 |
| | |||||
* | Added support for %s (sysname) %m (machine) %r (release) and %v (version) | davidn | 1997-02-02 | 1 | -0/+25 |
| | | | | prompt macros to agree with getty(8). | ||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 10 | -10/+10 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Sort cross references. | wosch | 1997-01-13 | 1 | -3/+3 |
| | |||||
* | Some buffer overrun fixes and removed check for username starting with "-" | pst | 1997-01-07 | 3 | -13/+16 |
| | | | | | | (replacied it with a getopt stopper (--) instead, which is more correct). Obtained from: OpenBSD | ||||
* | correct spelling of 'X Window System' (tm) | wosch | 1996-10-06 | 1 | -2/+2 |
| | |||||
* | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 1 | -2/+2 |
| | |||||
* | add forgotten $Id$ | wosch | 1996-09-22 | 10 | -0/+16 |
| | |||||
* | Fixed DPADD. | bde | 1996-09-05 | 1 | -2/+2 |
| | |||||
* | Add a ``-P altlogin'' option which allows the sysadmin to specify an | peter | 1996-08-13 | 3 | -4/+21 |
| | | | | alternate login(1) type program to run. | ||||
* | Localize time | ache | 1996-05-07 | 1 | -0/+10 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 1 | -91/+0 |
| | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | Remove LD_NOSTD_PATH unsetenv, isn't exist anymore | ache | 1995-10-24 | 1 | -1/+0 |
| | |||||
* | Fix original patch error with ! before strncmp | ache | 1995-10-20 | 1 | -4/+10 |
| | | | | Zap only needed LD_* variables | ||||
* | Don't allow LD_* env. variables to be tricked | ache | 1995-10-20 | 1 | -0/+22 |
| | | | | Submitted by: Sam Hartman <hartmans@mit.edu> | ||||
* | Fixed bug introduced with the change of startslave()...two arguments | dg | 1995-09-11 | 1 | -3/+3 |
| | | | | | | were chopped off of the function call and garbage was passed instead. The solution involves making some variable globals as well as fixing the call to have all the arguments. | ||||
* | Move erase cleanup outside linemode conditional | pst | 1995-09-06 | 1 | -1/+1 |
| | |||||
* | Properly set the erase character for the login prompt. | pst | 1995-09-05 | 1 | -1/+5 |
| | | | | Submitted by: John Capo <jc@irbs.com> & Peter Wemm | ||||
* | Delay starting login process until option negotiation is complete to | pst | 1995-09-05 | 1 | -22/+7 |
| | | | | | | avoid race condition on connections with larger round-trip-times. Submitted by: John Capo & Peter Wemm | ||||
* | Fix some typos in a comment BUAD -> BAUD. | ats | 1995-08-05 | 1 | -3/+3 |
| | |||||
* | Change default banner fro 4.4 BSD to FreeBSD. | paul | 1995-08-02 | 1 | -1/+1 |
| | | | | | | Reviewed by: Submitted by: Obtained from: | ||||
* | Use the same DECODE_BAUD trick like in new telnetd to obtain | ache | 1995-08-02 | 1 | -0/+17 |
| | | | | | termios speed. Obtained from: Pre-Lite2 telnet | ||||
* | The final negotiation of DO_BINARY in the LINEMODE portion of the telnetd code | dg | 1995-06-17 | 1 | -19/+28 |
| | | | | | | | | | | causes some clients that do not support linemode to mis-interpret the return key (i.e. double returns). The fix is to only do the state check for binary options if linemode will be used. Closes PR#505. Submitted by: Charles Henrich | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 7 | -29/+29 |
| | |||||
* | Fix bug: | ache | 1995-04-26 | 1 | -2/+9 |
| | | | | | | When hostname len > 8, name replaced with dot notation when -u flag not specified (default case). Use _PATH_* for utmp/wtmp. | ||||
* | Support for >32 PTYs. | jkh | 1995-02-09 | 1 | -3/+3 |
| | | | | Submitted by: Heikki Suonsivu <hsu@cs.hut.fi> | ||||
* | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap | rgrimes | 1994-09-11 | 1 | -1/+1 |
| | |||||
* | Don't define KLUDGELINEMODE. | csgr | 1994-09-05 | 1 | -1/+2 |
| | | | | | | (If you do, you will have problems trying to telnet into a FreeBSD-2.0 box from a Sun, and I WANT TO DO THAT.) Submitted by: Geoff | ||||
* | Plug already known security hole. (Brought over from 1.1.5): | guido | 1994-08-15 | 1 | -2/+7 |
| | | | | | | | | | | | Fixed security problem with telnetd, which allowed telnet -l -hcert.org localhost to change the user's host in utmp. Thanks to Matthew Green <mrgreen@@mame.mu.oz.au> for showing me this one. Reviewed by: karl, guido Submitted by: mrgreen@@mame.mu.oz.au | ||||
* | Remove the scary bits from telnetd - no more encryption left here. | csgr | 1994-08-12 | 6 | -274/+3 |
| | | | | | Only crypt.c in libc remains. Reviewed by: Geoff Rehmet | ||||
* | Change bogus --I to -I to make compilation happen again. | jkh | 1994-08-10 | 1 | -1/+1 |
| | | | | Submitted by: jkh | ||||
* | Update to new make macros and disable Kerberos because we haven't got it | wollman | 1994-08-05 | 1 | -3/+4 |
| | | | | set up right yet. | ||||
* | BSD 4.4 Lite Libexec Sources | rgrimes | 1994-05-27 | 14 | -0/+9102 |