Re: pledge: telnet should not verify if hostname is a fully qualified domain

2016-05-03 Thread Theo de Raadt
>I would like to just drop that part of code. Any OK's, comments? No kidding! Kill it. >Index: commands.c >=== >RCS file: /cvs/src/usr.bin/telnet/commands.c,v >retrieving revision 1.83 >diff -u -p -r1.83 commands.c >--- commands.c 1

Re: pledge: telnet should not verify if hostname is a fully qualified domain

2016-05-02 Thread Chris Cappuccio
Adam Wolk [adam.w...@tintagel.pl] wrote: > > I would like to just drop that part of code. Any OK's, comments? > Please do. It's utterly useless. ok chris@ > Index: commands.c > === > RCS file: /cvs/src/usr.bin/telnet/commands.c,v >

pledge: telnet should not verify if hostname is a fully qualified domain

2016-05-02 Thread Adam Wolk
Hi tech@, I have been noticing coredumps from telnet on my laptop for some time now and finally found an evening to investigate it. The typical use case: $ telnet localhost 22 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. SSH-2.0-OpenSSH_7.2 ^] telnet> quit Connection clo