*** empty log message ***
[heimdal.git] / appl / telnet / ChangeLog
blob970af4fda64d14e48e5aa625f8d501e39bcb7579
1 Tue Dec  9 19:26:50 1997  Assar Westerlund  <assar@sics.se>
3         * telnet/main.c (main): add 'b' to getopt
5 Sat Nov 29 03:28:54 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
7         * telnet/telnet.c: Change binary mode to do just that, and add a
8         eight-bit mode for just passing all characters.
10 Sun Nov 16 04:37:02 1997  Assar Westerlund  <assar@sics.se>
12         * libtelnet/kerberos5.c (kerberos5_send): always ask for a session
13         key of type DES
15         * libtelnet/kerberos5.c: remove old garbage and fix call to
16         krb5_auth_con_setaddrs_from_fd
18 Fri Nov 14 20:35:18 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
20         * telnetd/telnetd.c: Output contents of /etc/issue.
22 Mon Nov  3 07:09:16 1997  Assar Westerlund  <assar@sics.se>
24         * telnet/telnet_locl.h: only include <sys/termio.h> iff
25         !defined(HAVE_TERMIOS_H)
27         * libtelnet/kerberos.c (kerberos4_is): send the peer address to
28         krb_rd_req
30         * telnetd/telnetd.c (terminaltypeok): always return OK.  It used
31         to call `tgetent' to figure if it was a defined terminal type.
32         It's possible to overflow tgetent so that's a bad idea.  The worst
33         that could happen by saying yes to all terminals is that the user
34         ends up with a terminal that has no definition on the local
35         system.  And besides, most telnet client has no support for
36         falling back to a different terminal type.
38 Mon Oct 20 05:47:19 1997  Assar Westerlund  <assar@sics.se>
40         * libtelnet/kerberos5.c: remove lots of old junk.  clean-up.
41         better error checking and reporting.  tell the user permission
42         denied much earlier.
44         * libtelnet/kerberos.c (kerberos4_is): only print
45         UserNameRequested if != NULL