From 2ce28060accba38f90b2afa28bb1b0a3bbd3189c Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 3 Nov 1997 06:10:17 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3761 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index e3489752d..ad965500f 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -1,3 +1,13 @@ +Mon Nov 3 07:09:16 1997 Assar Westerlund + + * telnetd/telnetd.c (terminaltypeok): always return OK. It used + to call `tgetent' to figure if it was a defined terminal type. + It's possible to overflow tgetent so that's a bad idea. The worst + that could happen by saying yes to all terminals is that the user + ends up with a terminal that has no definition on the local + system. And besides, most telnet client has no support for + falling back to a different terminal type. + Mon Oct 20 05:47:19 1997 Assar Westerlund * libtelnet/kerberos5.c: remove lots of old junk. clean-up.