From 4cda4d0b1459eb063c92a2ba2549c4b9a23732ac Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 3 Nov 1997 06:13:06 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3763 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index ad965500f..72e5447e3 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -1,5 +1,8 @@ Mon Nov 3 07:09:16 1997 Assar Westerlund + * libtelnet/kerberos.c (kerberos4_is): send the peer address to + krb_rd_req + * 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