Re: telnet not sending return

2015-03-21 Thread Fred
Hi tech@, The following patch [1] resolves my issue with telnet - by allowing me to login into a Cisco CP-7940G IP Phone - and slightly improves the telnet issue with regards to 'send dont echo' [2]. There is still an issue that if you set 'dont echo' all characters appear twice on the

telnet not sending return

2015-03-20 Thread Fred
Hi, Revision 1.29 to usr.bin/telnet/sys_bsd.c breaks telnet for me. The issue is that return is not sent when entering a password, when connected by telnet to a device[1]. The patch below [3] reverts the change and telnet then works again. This change does not solve the problem [2] that