Bug 3006

Summary: telnetd doesn't negotiate binary option correctly
Product: [Retired] Red Hat Linux Reporter: kdb
Component: telnetAssignee: Florian La Roche <laroche>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-15 17:19:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description kdb 1999-05-24 17:26:56 UTC
The problem is that the version of telnetd you use can not
negotiate out of binary mode and actually has several other
subtle bugs in telnet option negotiation.  I would
recommend getting a newer version of the telnetd code from
somewhere, but as a stop-gap adding the following line of
code to the end of wontoption() in state.c will fix the
problem we are encountering:

set_his_state_wont(option);