*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3763 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-11-03 06:13:06 +00:00
parent 56fa88a823
commit 4cda4d0b14

View File

@@ -1,5 +1,8 @@
Mon Nov 3 07:09:16 1997 Assar Westerlund <assar@sics.se> Mon Nov 3 07:09:16 1997 Assar Westerlund <assar@sics.se>
* libtelnet/kerberos.c (kerberos4_is): send the peer address to
krb_rd_req
* telnetd/telnetd.c (terminaltypeok): always return OK. It used * telnetd/telnetd.c (terminaltypeok): always return OK. It used
to call `tgetent' to figure if it was a defined terminal type. 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 It's possible to overflow tgetent so that's a bad idea. The worst