Files
heimdal/appl/telnet/ChangeLog
Assar Westerlund 4cda4d0b14 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3763 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-11-03 06:13:06 +00:00

23 lines
875 B
Plaintext

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
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 <assar@sics.se>
* libtelnet/kerberos5.c: remove lots of old junk. clean-up.
better error checking and reporting. tell the user permission
denied much earlier.
* libtelnet/kerberos.c (kerberos4_is): only print
UserNameRequested if != NULL