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