summaryrefslogtreecommitdiffstats
path: root/libexec/telnetd
Commit message (Collapse)AuthorAgeFilesLines
* The final negotiation of DO_BINARY in the LINEMODE portion of the telnetd codedg1995-06-171-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.rgrimes1995-05-307-29/+29
|
* Fix bug:ache1995-04-261-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.jkh1995-02-091-3/+3
| | | | Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-1/+1
|
* Don't define KLUDGELINEMODE.csgr1994-09-051-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):guido1994-08-151-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.csgr1994-08-126-274/+3
| | | | | Only crypt.c in libc remains. Reviewed by: Geoff Rehmet
* Change bogus --I to -I to make compilation happen again.jkh1994-08-101-1/+1
| | | | Submitted by: jkh
* Update to new make macros and disable Kerberos because we haven't got itwollman1994-08-051-3/+4
| | | | set up right yet.
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-2714-0/+9102
OpenPOWER on IntegriCloud