Bug 91023

Summary: Telnet option -8 and -L do nothing
Product: Red Hat Enterprise Linux 2.1 Reporter: Francisco Calafat <fcalafat>
Component: telnetAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.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: 2003-07-29 09:23:35 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:
Attachments:
Description Flags
This patch fixes the problem and changes the man page accordingly none

Description Francisco Calafat 2003-05-16 15:59:33 UTC
Description of problem:
Supposedly, telnet options -8 and -L should change the 8-bit/7-bit mode and
force sending TELNET BINARY option. They do neither.
Also, -7 option is not documented in the man page.

Version-Release number of selected component (if applicable):
telnet-0.17-20

How reproducible:
# telnet -8
telnet> set options on
telnet> open REMOTEHOST

==> TELNET BINARY option is never sent; the same with -L. Actually, as binary is
the default mode, this isn't changed either.

Comment 1 Francisco Calafat 2003-05-16 16:03:40 UTC
Created attachment 91727 [details]
This patch fixes the problem and changes the man page accordingly

Comment 2 Harald Hoyer 2003-05-19 13:54:41 UTC
seems like you are right! thx for your patch! Have you reported this upstream
already?