move up roken-common.h again.
[heimdal.git] / appl / telnet / ChangeLog
blobb38f16d4eb9f2b3b130292cc48549b9b376084e4
1 2000-02-12  Assar Westerlund  <assar@sics.se>
3         * telnet/commands.c (tn): only set tos for AF_INET.  From
4         itojun@iijlab.net
6 2000-02-07  Assar Westerlund  <assar@sics.se>
8         * libtelnet/kerberos.c (kerberos4_is): send a reject back to the
9         client when we're not authorized
11 2000-02-06  Assar Westerlund  <assar@sics.se>
13         * telnet/ring.h (ring_encrypt): better proto
14         * telnet/ring.c (ring_encrypt): better proto
16 2000-02-04  Assar Westerlund  <assar@sics.se>
18         * telnet/telnet_locl.h: klduge-around KLUDGELINEMODE
20 2000-01-18  Assar Westerlund  <assar@sics.se>
22         * libtelnet/misc.c (auth_encrypt_user): const-ify
23         * libtelnet/misc.h (RemoteHostName, LocalHostName): const-ify
24         * libtelnet/misc.c (auth_encrypt_init, RemoteHostName,
25         LocalHostName): const-ify
26         * libtelnet/misc-proto.h (auth_encrypt_init, auth_encrypt_user):
27         const-ify
28         * libtelnet/encrypt.c (encrypt_init, Name): const-ify
29         * libtelnet/enc-proto.h (encrypt_init): const-ify
30         * libtelnet/auth.c (auth_init, Name): const-ify
31         * libtelnet/auth-proto.h (auth_init): const-ify
33 2000-01-08  Assar Westerlund  <assar@sics.se>
35         * telnet/commands.c (tn): handle ai_canonname being set in any of
36         the addresses returnedby getaddrinfo.  glibc apparently returns
37         the reverse lookup of every address in ai_canonname.  remove some
38         unused variables.
40 2000-01-01  Assar Westerlund  <assar@sics.se>
42         * telnetd/sys_term.c (addarg): make void (return value isn't check
43         anyway).  fatal error when malloc fails
45 1999-12-16  Assar Westerlund  <assar@sics.se>
47         * telnet/commands.c (*): handle ai_canonname not being set
49 1999-12-04  Assar Westerlund  <assar@sics.se>
51         * telnetd/telnetd.c (doit): use getnameinfo_verified
52         * telnetd/telnetd.c: use getnameinfo
53         * telnet/commands.c: re-write to using getaddrinfo.  disable
54         source-routing for the moment, it doesn't seem to be used anyways.
55         
56 1999-09-16  Assar Westerlund  <assar@sics.se>
58         * telnet/commands.c: revert 1.54, get_default_username should DTRT
59         now
61 1999-09-05  Assar Westerlund  <assar@sics.se>
63         * telnetd/utility.c (ttloop): make it return 1 if interrupted by a
64         signal, which must have been what was meant from the beginning
66         * telnetd/ext.h (ttloop): update prototype
68         * telnetd/authenc.c (telnet_spin): actually return the value from
69         ttloop (otherwise it's kind of bogus)
71 1999-08-05  Assar Westerlund  <assar@sics.se>
73         * telnetd/sys_term.c (rmut): free utxp
75 1999-08-04  Assar Westerlund  <assar@sics.se>
77         * telnet/main.c: add -G and config file support.  From Miroslav
78         Ruda <ruda@ics.muni.cz>
80         * telnetd/sys_term.c (rmut): work around utmpx strangness.  From
81         Miroslav Ruda <ruda@ics.muni.cz>
83 1999-08-02  Assar Westerlund  <assar@sics.se>
85         * telnetd/telnetd.c (doit): only free hp if != NULL.  From: Jonas
86         Oberg <jonas@coyote.org>
88 1999-07-29  Assar Westerlund  <assar@sics.se>
90         * telnetd/telnetd.c (doit): remove unused variable mapped_sin
92 1999-07-26  Assar Westerlund  <assar@sics.se>
94         * telnetd/ext.h: update prototypes
95         
96         * telnetd/telnetd.c: make it handle v4 and v6 sockets.  (it
97         doesn't handle being given a v6 socket that's really talking to an
98         v4 adress (mapped) because the rest of the code in telnetd is not
99         able to handle it anyway).  please run two telnetd from your
100         inetd, one for v4 and one for v6.
102 1999-07-07  Assar Westerlund  <assar@sics.se>
104         * telnet/commands.c (tn): extra bogus const-cast
106 1999-07-06  Assar Westerlund  <assar@sics.se>
108         * telnetd/sys_term.c (start_login): print a different warning with
109         `-a otp'
111 1999-06-24  Assar Westerlund  <assar@sics.se>
113         * libtelnet/kerberos5.c (kerberos5_send): set the addresses in the
114         auth_context
116 1999-06-23  Assar Westerlund  <assar@sics.se>
118         * telnet/Makefile.am (INCLUDES): add $(INCLUDE_krb4)
120         * telnet/commands.c (togkrbdebug): conditionalize on
121         krb_disable_debug
123 1999-06-16  Johan Danielsson  <joda@pdc.kth.se>
125         * telnet/commands.c: add kerberos debugging option
127 1999-06-15  Assar Westerlund  <assar@sics.se>
129         * telnet/commands.c (tn): use get_default_username
131 1999-05-14  Assar Westerlund  <assar@sics.se>
133         * telnetd/state.c (telrcv): magic patch to make it work against
134         DOS Clarkson Telnet.  From Miroslav Ruda <ruda@ics.muni.cz>
136 1999-04-25  Assar Westerlund  <assar@sics.se>
138         * libtelnet/kerberos5.c (kerberos5_send): use
139         `krb5_auth_setkeytype' instead of `krb5_auth_setenctype' to make
140         sure we get a DES session key.
142 Thu Apr  1 16:59:27 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
144         * telnetd/Makefile.am: don't run check-local
146         * telnet/Makefile.am: don't run check-local
148 Mon Mar 29 16:11:33 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
150         * telnetd/sys_term.c: _CRAY -> HAVE_STRUCT_UTMP_UT_ID
152 Sat Mar 20 00:12:54 1999  Assar Westerlund  <assar@sics.se>
154         * telnet/authenc.c (telnet_gets): remove old extern declarations
156 Thu Mar 18 11:20:16 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
158         * telnetd/Makefile.am: include Makefile.am.common
160         * telnet/Makefile.am: include Makefile.am.common
162         * libtelnet/Makefile.am: include Makefile.am.common
164         * Makefile.am: include Makefile.am.common
166 Mon Mar 15 17:40:53 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
168         * telnetd/telnetd.c: replace perror/exit with fatalperror
170 Sat Mar 13 22:18:57 1999  Assar Westerlund  <assar@sics.se>
172         * telnetd/telnetd.c (main): 0 -> STDIN_FILENO.  remove abs
174         * libtelnet/kerberos.c (kerberos4_is): syslog root logins
176 Thu Mar 11 14:48:54 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
178         * telnetd/Makefile.in: add WFLAGS
180         * telnet/Makefile.in: add WFLAGS
182         * libtelnet/Makefile.in: add WFLAGS
184         * telnetd/sys_term.c: remove unused variables
186         * telnet/telnet.c: fix some warnings
188         * telnet/main.c: fix some warnings
190         * telnet/commands.c: fix types in format string
192         * libtelnet/auth.c: fix types in format string
194 Mon Mar  1 10:50:30 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
196         * telnetd/sys_term.c: HAVE_UT_* -> HAVE_STRUCT_UTMP*_UT_*
198 Mon Feb  1 04:08:36 1999  Assar Westerlund  <assar@sics.se>
200         * telnet/commands.c (tn): only call gethostbyname2 with AF_INET6
201         if we actually have IPv6.  From "Brandon S. Allbery KF8NH"
202         <allbery@kf8nh.apk.net>
204 Sat Nov 21 16:51:00 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
206         * telnetd/sys_term.c (cleanup): don't call vhangup() on sgi:s
208 Fri Aug 14 16:29:18 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
210         * libtelnet/kerberos.c: krb_put_int -> KRB_PUT_INT
212 Thu Jul 23 20:29:05 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
214         * libtelnet/kerberos5.c: use krb5_verify_authenticator_checksum
216 Mon Jul 13 22:00:09 1998  Assar Westerlund  <assar@sics.se>
218         * telnet/commands.c (tn): don't advance hostent->h_addr_list, use
219         a copy instead
221 Wed May 27 04:19:17 1998  Assar Westerlund  <assar@sics.se>
223         * telnet/sys_bsd.c (process_rings): correct call to `stilloob'
225 Fri May 15 19:38:19 1998  Johan Danielsson  <joda@blubb.pdc.kth.se>
227         * libtelnet/kerberos5.c: Always print errors from mk_req.
229 Fri May  1 07:16:59 1998  Assar Westerlund  <assar@sics.se>
231         * telnet/commands.c: unifdef -DHAVE_H_ERRNO
233 Sat Apr  4 15:00:29 1998  Assar Westerlund  <assar@sics.se>
235         * telnet/commands.c (tn): moved the printing of `trying...' to the
236         loop
238 Thu Mar 12 02:33:48 1998  Assar Westerlund  <assar@sics.se>
240         * telnet/telnet_locl.h: include <term.h>. From Gregory S. Stark
241         <gsstark@mit.edu>
243 Sat Feb 21 15:12:38 1998  Assar Westerlund  <assar@sics.se>
245         * telnetd/ext.h: add prototype for login_tty
247         * telnet/utilities.c (printsub): `direction' is now an int.
249         * libtelnet/misc-proto.h: add prototype for `printsub'
251 Tue Feb 17 02:45:01 1998  Assar Westerlund  <assar@sics.se>
253         * libtelnet/kerberos.c (kerberos4_is): cred.pname should be
254         cred.pinst.  From <art@stacken.kth.se>
256 Sun Feb 15 02:46:39 1998  Assar Westerlund  <assar@sics.se>
258         * telnet/*/*.c: renamed `telnet' to `my_telnet' to avoid
259         conflicts with system header files on mklinux.
261 Tue Feb 10 02:09:03 1998  Assar Westerlund  <assar@sics.se>
263         * telnetd/telnetd.c: new signature for `getterminaltype' and
264         `auth_wait'
266         * libtelnet: changed the signature of the authentication method
267         `status'
269 Sat Feb  7 07:21:29 1998  Assar Westerlund  <assar@sics.se>
271         * */*.c: replace HAS_GETTOS by HAVE_PARSETOS and HAVE_GETTOSBYNAME
273 Fri Dec 26 16:17:10 1997  Assar Westerlund  <assar@sics.se>
275         * telnet/commands.c (tn): repair support for numeric addresses
277 Sun Dec 21 09:40:31 1997  Assar Westerlund  <assar@sics.se>
279         * libtelnet/kerberos.c: fix up lots of stuff related to the
280         forwarding of v4 tickets.
282         * libtelnet/kerberos5.c (kerberos5_forward): zero out `creds'.
284 Mon Dec 15 20:53:13 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
286         * telnet/sys_bsd.c: Don't turn off OPOST in 8bit-mode.
288 Tue Dec  9 19:26:50 1997  Assar Westerlund  <assar@sics.se>
290         * telnet/main.c (main): add 'b' to getopt
292 Sat Nov 29 03:28:54 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
294         * telnet/telnet.c: Change binary mode to do just that, and add a
295         eight-bit mode for just passing all characters.
297 Sun Nov 16 04:37:02 1997  Assar Westerlund  <assar@sics.se>
299         * libtelnet/kerberos5.c (kerberos5_send): always ask for a session
300         key of type DES
302         * libtelnet/kerberos5.c: remove old garbage and fix call to
303         krb5_auth_con_setaddrs_from_fd
305 Fri Nov 14 20:35:18 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
307         * telnetd/telnetd.c: Output contents of /etc/issue.
309 Mon Nov  3 07:09:16 1997  Assar Westerlund  <assar@sics.se>
311         * telnet/telnet_locl.h: only include <sys/termio.h> iff
312         !defined(HAVE_TERMIOS_H)
314         * libtelnet/kerberos.c (kerberos4_is): send the peer address to
315         krb_rd_req
317         * telnetd/telnetd.c (terminaltypeok): always return OK.  It used
318         to call `tgetent' to figure if it was a defined terminal type.
319         It's possible to overflow tgetent so that's a bad idea.  The worst
320         that could happen by saying yes to all terminals is that the user
321         ends up with a terminal that has no definition on the local
322         system.  And besides, most telnet client has no support for
323         falling back to a different terminal type.
325 Mon Oct 20 05:47:19 1997  Assar Westerlund  <assar@sics.se>
327         * libtelnet/kerberos5.c: remove lots of old junk.  clean-up.
328         better error checking and reporting.  tell the user permission
329         denied much earlier.
331         * libtelnet/kerberos.c (kerberos4_is): only print
332         UserNameRequested if != NULL