OpenBSD CVS

CVS log for src/usr.bin/telnet/commands.c


[BACK] Up to [local] / src / usr.bin / telnet

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_6_1


Revision 1.84 / (download) - annotate - [select for diffs], Tue May 3 02:06:54 2016 UTC (8 years, 1 month ago) by awolk
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.83: +1 -9 lines
Diff to previous 1.83 (colored)

telnet should not verify if hostname is a fully qualified domain

telnet would perform a gethostbyname on close/quit commands
when the machine hostname is not a fully qualified domain.
This behavior added on 12-March-98 breaks the current pledge
that "dns" operations are not needed after establishing
a connection leading to a coredump from telnet when
quiting or closing an existing connection.

OK chris@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.