x
[heimdal.git] / appl / telnet / ChangeLog
blobd4afadd45155dff509da7cd80a7e84ec3e5f9a57
1 2008-04-10  Love Hörnquist Åstrand  <lha@it.su.se>
3         * telnetd/sys_term.c: Really, mac os uses wtmpx (or asl).
5 2008-03-09  Love Hörnquist Åstrand  <lha@it.su.se>
7         * telnetd/sys_term.c: Dont need to set this as the controlling PTY
8         on steams sockets, don't abort on failure. From Harald Barth and
9         Ian Delahorne.
11 2007-12-31  Love Hörnquist Åstrand  <lha@it.su.se>
13         * telnetd/sys_term.c: Use strlcpy instead of strncpy, thanks to
14         Antoine Brodin.
15         
16 2007-07-31  Love Hörnquist Åstrand  <lha@it.su.se>
18         * telnetd/telnetd.c (usage): use exit_code, add --version and
19         --help.
21         * telnetd/telnetd.c: Add --help, reported by David Love.
23 2007-07-30  Love Hörnquist Åstrand  <lha@it.su.se>
25         * telnet/main.c: Catch --help, reported by David Love.
26         
27 2007-07-12  Love Hörnquist Åstrand  <lha@it.su.se>
29         * telnetd/sys_term.c: GLIBC made the choice that ut_tv should be
30         shared between 32 and 64 bit platforms so now we can no longer use
31         struct timeval functions to compare or set/get data that uses
32         pointer (gettimeofday for example) since ut_tv is now not a struct
33         timeval but rather a struct { int32_t tv_sec; int32_t tv_usec; };
35 2006-10-21  Love Hörnquist Åstrand  <lha@it.su.se>
37         * telnet/telnet_locl.h: Include roken.h before the local
38         headerfiles.
40         * telnetd/telnetd.h: HP/UX defines SE in sys/uio.h, #undef it.
42         * telnetd/sys_term.c: Dont't include some streamspty headers here.
44         * telnetd/telnetd.c: Dont't include some streamspty headers here.
46         * telnetd/telnetd.h: includes some STREAMSPTY header here to avoid
47         ioctl vs socket_wrapper horror.
48         
49 2006-10-20  Love Hörnquist Åstrand  <lha@it.su.se>
51         * telnet/Makefile.am: more files
52         
53         * telnetd/Makefile.am: more files
54         
55 2006-09-19  Love Hörnquist Åstrand  <lha@it.su.se>
56         
57         * telnetd/telnetd.8: Add documentation for -e, require encryption.
59         * telnetd/telnetd.h: Add require_encryption.
61         * telnetd/telnetd.c: Allow encryption to be required, wait to the
62         client to turn it on, if failes, refuse the connection.
64         * telnetd/state.c: If encryption is required, don't allow it to be
65         turned off.
66         
67 2006-09-04  Love Hörnquist Åstrand  <lha@it.su.se>
69         * libtelnet/kerberos5.c (kerberos5_forward): use KDCOptions2int on
70         flags before passing them to krb5_get_forwarded_creds.
71         
72 2006-05-05  Love Hörnquist Åstrand  <lha@it.su.se>
74         * Rename u_intXX_t to uintXX_t
76 2006-03-23  Love Hörnquist Åstrand  <lha@it.su.se>
78         * libtelnet/encrypt.c: Spelling.
80 2005-12-01  Love Hörnquist Åstrand  <lha@it.su.se>
81         
82         * telnetd/telnetd.c: Initialize the slc mapping table before its
83         used.  Based on bug report from Russell Sanford
84         <rrs@clyde.dcccd.edu>
85         
86 2005-11-03  Love Hörnquist Åstrand  <lha@it.su.se>
87         
88         * telnet/telnet.c: Spelling in comments, from Dave Love
89         <fx@gnu.org>
90         
91 2005-10-31  Love Hörnquist Åstrand  <lha@it.su.se>
93         * libtelnet/kerberos5.c (Data): Use right variable. From Tomas
94         Olsson
95         
96 2005-10-22  Love Hörnquist Åstrand <lha@it.su.se>
98         * telnet/commands.c: Check return value from asprintf instead of
99         string != NULL since it undefined behavior on Linux. From Björn
100         Sandell
102         * libtelnet/kerberos5.c: Check return value from asprintf instead
103         of string != NULL since it undefined behavior on Linux. From Björn
104         Sandell
106         * libtelnet/kerberos.c: Check return value from asprintf instead
107         of string != NULL since it undefined behavior on Linux. From Björn
108         Sandell
109         
110 2005-08-08  Love Hörnquist Åstrand  <lha@it.su.se>
112         * telnetd/telnetd.c: Fix printing of /etc/issue{,.net}.
113         
114         * telnetd/utility.c: make writenet take const void * and size_t,
115         abort if size it too large
117         * telnetd/state.c: Fix ansi c warning.
119         * telnetd/sys_term.c: no need to typecast argument to writenet
121         * telnetd/ext.h: make writenet take const void * and size_t
123 2005-07-07  Assar Westerlund  <assar@kth.se>
125         * libtelnet/kerberos.c: Do not assume that des_key_schedule is an
126         array.
128 2005-05-27  Love Hörnquist Åstrand  <lha@it.su.se>
130         * libtelnet/kerberos5.c: case uid_t to unsigned long in printf
131         format
133         * telnetd/sys_term.c (set_termbuf): use {} around if to make else
134         unambiguous
136 2005-05-20  Love Hörnquist Åstrand  <lha@it.su.se>
138         * telnetd/sys_term.c (start_login): put utmpx code into a new
139         scope to avoid pre c99 problems.
141 2005-05-19  Dave Love  <fx@gnu.org>
143         * telnet/telnet.c,telnet_locl.h: Make solaris find tgetent
145 2005-05-13  Johan Danielsson  <joda@pdc.kth.se>
147         * telnetd/sys_term.c (start_login): set encryption pointers to
148         NULL, so we don't try to do either
149         
150 2005-05-11  Dave Love  <fx@gnu.org>
152         * telnet/telnet.c: undef ISASCII before we define our own (problem
153         on Irix)
155 2005-04-28  Johan Danielsson  <joda@pdc.kth.se>
157         * telnetd/utility.c (putf): %t: the regular and streamspty case
158         are functionally equivalent, so merge them, this also makes it
159         work better on machines that puts their devices in a subdirectory
160         to /dev
162 2005-04-27  Dave Love  <fx@gnu.org>
164         * telnetd/sys_term.c (getpty): Declare p.
166 2005-04-25  Love Hörnquist Åstrand  <lha@it.su.se>
168         * telnetd/telnetd.c: use strlcpy
169         
170 2005-04-24  Love Hörnquist Åstrand  <lha@it.su.se>
172         * telnetd/global.c, telnetd/state.c, telnetd/telnetd.c,
173         telentd/ext.h: remove another strcpy
175 2005-04-19  Love Hörnquist Åstrand  <lha@it.su.se>
177         * telnetd/sys_term.c: rewrite getpty to make use openpty when its
178         found, save the slave fd so that cleanopen can use it if its
179         available
181 2005-04-07  Love Hörnquist Åstrand  <lha@it.su.se>
183         * telnetd/sys_term.c: clean_ttyname might be unused, mark it so
184         with __attribute__
185         
186 2005-04-06  Love Hörnquist Åstrand  <lha@it.su.se>
188         * telnetd/sys_term.c: use NULL as last argument to execl, not 0
190         * telnet/commands.c: use NULL as last argument to execl, not 0
191         
192 2005-03-29  Love Hörnquist Åstrand  <lha@it.su.se>
194         * telnet/telnet.c: From FreeBSD:
195         
196         Correct a pair of buffer overflows in the telnet(1) command:
197         
198          (CAN-2005-0468) A heap buffer overflow in env_opt_add() and related
199          functions.
200         
201          (CAN-2005-0469) A global uninitialized data section buffer overflow in
202          slc_add_reply() and related functions.
203         
204         As a result of these vulnerabilities, it may be possible for a
205         malicious telnet server or active network attacker to cause
206         telnet(1) to execute arbitrary code with the privileges of the
207         user running it.
208         
209         Security: CAN-2005-0468, CAN-2005-0469 Security:
210         FreeBSD-SA-05:01.telnet Security:
211         http://www.idefense.com/application/poi/display?id=220&type=vulnerabilities
212         Security:
213         http://www.idefense.com/application/poi/display?id=221&type=vulnerabilities
214         
215         These fixes are based in part on patches Submitted by: Solar
216         Designer <solar@openwall.com>
218 2005-03-23  Love Hörnquist Åstrand  <lha@it.su.se>
220         * telnetd/telnetd.c: remove setting of DES_check_key, all code
221         uses DES_set_key_checked
223         * libtelnet/enc_des.c: use DES_set_key_checked
224         
225 2005-01-09  Love Hörnquist Åstrand  <lha@it.su.se>
227         * telnet/telnet.c: cast argument to toupper to unsigned char
229         * telnet/commands.c: cast argument to is* to unsigned char
231 2004-06-20  Love Hörnquist Åstrand  <lha@it.su.se>
233         * telnet/network.c: make network rings larger From: MAAAAA MOOOR
234         <huaraz@btinternet.com>
235         
236         * telnetd/state.c: make subbuffer larger XXX resize dynamicly
237         From: MAAAAA MOOOR <huaraz@btinternet.com>
238         
239         * libtelnet/kerberos5.c (Data): allocate the data needed to be
240         send From: MAAAAA MOOOR <huaraz@btinternet.com>
241         
242 2004-04-02  Love Hörnquist Åstrand  <lha@it.su.se>
244         * telnet/main.c: make encrypt, forwardable, forward use appdefault
245         (that also searches libdefaults), prompted by Thomas Nystrom
246         <thn@saeab.se>
247         
248 2004-03-22  Love Hörnquist Åstrand  <lha@it.su.se>
250         * telnetd/telnetd.c: call setprogname to make libvers happy
252         * telnet/main.c: call setprogname to make libvers happy
254 2003-09-25  Love Hörnquist Åstrand  <lha@it.su.se>
256         * telnet/externs.h: export Scheduler and scheduler_lockout_tty
257         
258         * telnet/telnet.c (my_telnet): if telnet_spin returns failure,
259         complain that the server disconnected and exit
260         
261         * telnet/authenc.c (telnet_spin): if Scheduler() returns failure
262         (-1) propagate to higher level
264 2003-09-03  Love Hörnquist Åstrand  <lha@it.su.se>
266         * telnetd/telnetd.c: use new DES_ api
267         
268         * libtelnet/enc_des.c: use new DES_ api
269         
270 2003-04-22  Love Hörnquist Åstrand  <lha@it.su.se>
272         * telnet/telnet.1: replace <,> with \*[Lt],\*[Gt]
273         
274 2002-09-02  Johan Danielsson  <joda@pdc.kth.se>
276         * libtelnet/kerberos5.c: set AP_OPTS_USE_SUBKEY
278 2002-08-28  Johan Danielsson  <joda@pdc.kth.se>
280         * telnet/commands.c: remove extra "Toggle"'s
282         * telnet/commands.c: IRIX == 4 -> IRIX4
284         * telnet/main.c: rename functions to what they're really called
286         * telnet/commands.c: kill some might be uninitialized warnings
288         * telnet/commands.c: add forward and forwardable toggle options,
289         and call set_forward_options() after parsing .telnetrc
291         * telnet/externs.h: proto for set_forward_options
293         * telnet/main.c: only register what forwarding options are asked
294         for when parsing command line, we have to set the actual flags
295         later after we have read .telnetrc
297         * libtelnet/auth-proto.h: kerberos5_set_forward{,able} protos
299         * libtelnet/kerberos5.c: add kerberos5_set_forward{,able}
300         functions suitable for the command parser
302 2002-08-23  Assar Westerlund  <assar@kth.se>
304         * telnetd/telnetd.c: add --version as a special case
305         * telnet/main.c: add --version as a special case
307 2002-05-03  Johan Danielsson  <joda@pdc.kth.se>
309         * telnet/telnet.c: only try to negotiate encryption if we're
310         talking to a real telnet
312 2002-03-31  Johan Danielsson  <joda@pdc.kth.se>
314         * telnet/commands.c: fix an old cut-n-paste typo (via debian)
316 2002-02-07  Johan Danielsson  <joda@pdc.kth.se>
318         * telnet/telnet.c: print a more informative message than "done"
319         after negotiating encryption
321 2001-09-17  Assar Westerlund  <assar@sics.se>
323         * telnetd/telnetd.c: add a kludge to make it build on aix (that
324         defines NOERROR in both sys/stream.h and arpa/nameser.h and
325         considers that a fatal error)
327         * telnet/telnet.c: undef PUTSHORT to avoid conflict
329 2001-08-26  Assar Westerlund  <assar@sics.se>
331         * telnetd/Makefile.am: also link with the library for logout
333 2001-08-22  Assar Westerlund  <assar@sics.se>
335         * telnetd/sys_term.c: include libutil.h if it exists
337 2001-08-10  Assar Westerlund  <assar@sics.se>
339         * telnetd/sys_term.c (getpty): call openpty if it exists
341 2001-07-19  Assar Westerlund  <assar@sics.se>
343         * telnetd/global.c (output_data): make sure of not forwarding
344         `nfrontp' too far, thereby allowing writes after the end of
345         `netobuf'
347 2001-06-18  Assar Westerlund  <assar@sics.se>
349         * libtelnet/kerberos5.c: update to new krb5_auth_con* names
351 2001-04-25  Assar Westerlund  <assar@sics.se>
353         * telnetd/sys_term.c (start_login): give the correct error if exec
354         fails
355         * telnetd/utility.c (fatalperror_errno): add a new function with
356         explicit errno parameter
358 2001-03-07  Assar Westerlund  <assar@sics.se>
360         * telnetd/sys_term.c: some minimal more amount of
361         const-correctness
363 2001-02-24  Assar Westerlund  <assar@sics.se>
365         * libtelnet/enc_des.c: learn to live with libcrypto (from openssl)
367 2001-02-20  Assar Westerlund  <assar@sics.se>
369         * telnet/commands.c (tn): copy the hostname so it doesn't get
370         overwritten while reading ~/.telnetrc
371         (*): removed some unneeded externs
373 2001-02-08  Assar Westerlund  <assar@sics.se>
375         * telnetd/sys_term.c (startslave, start_login): re-write code to
376         keep track both of remote hostname and utmp string to be used
377         * telnetd/telnetd.c (doit, my_telnet): re-write code to keep track
378         both of remote hostname and utmp string to be used
380 2001-02-07  Assar Westerlund  <assar@sics.se>
382         * telnet/Makefile.am, telnetd/Makefile.am: add LIB_kdfs
384 2001-01-09  Assar Westerlund  <assar@sics.se>
386         * libtelnet/kerberos5.c (kerberos5_is): use krb5_rd_cred2 instead
387         of krb5_rd_cred
389 2000-12-31  Assar Westerlund  <assar@sics.se>
391         * telnet/main.c (krb5_init): check krb5_init_context for success
392         * libtelnet/kerberos5.c (kerberos5_init): check krb5_init_context
393         for success
395 2000-12-11  Assar Westerlund  <assar@sics.se>
397         * telnet/commands.c (sourceroute): make it not break if the
398         rfc2292 api does not exist
400 2000-12-09  Assar Westerlund  <assar@sics.se>
402         * telnetd/sys_term.c (scrub_env): add supporting non-file TERMCAP
403         variables
405 2000-12-07  Assar Westerlund  <assar@sics.se>
407         * telnetd/telnetd.h: move include files around to avoid getting SE
408         from sys/*.h on HP to override SE from telnet.h
410         * telnetd/sys_term.c (scrub_env): remove some const-ness
411         * telnetd/sys_term.c (scrub_env): add LOGNAME and POSIXLY_CORRECT
412         to the list of authorized environment variables to be compatible
413         with linux-telnetd
415         * telnetd/sys_term.c (scrub_env): change filtering algoritm from
416         allowing everything except a few bad cases to not allowing
417         anything except a few non-dangerous cases
419 2000-12-06  Johan Danielsson  <joda@pdc.kth.se>
421         * libtelnet/kerberos5.c: de-pointerise auth_context parameter to
422         krb5_mk_rep
424 2000-11-23  Johan Danielsson  <joda@pdc.kth.se>
426         * libtelnet/kerberos5.c: print the principal we're trying to use
428         * libtelnet/kerberos.c: print the principal we're trying to use
430 2000-11-16  Assar Westerlund  <assar@sics.se>
432         * libtelnet/misc-proto.h (telnet_getenv): const-ize some
434 2000-11-08  Johan Danielsson  <joda@pdc.kth.se>
436         * telnet/telnet.c: fake entry if no tgetent
438 2000-10-08  Assar Westerlund  <assar@sics.se>
440         * telnetd/utility.c (stilloob): check that fds are not too large
441         to select on
442         (ttloop): remove confusing output of errno
443         * telnetd/telnetd.c (my_telnet): check that fds are not too large
444         to select on
445         * telnet/utilities.c (EmptyTerminal): check that fds are not too
446         large to select on
447         * telnet/sys_bsd.c (process_rings): check that fds are not too
448         large to select on
449         * telnet/network.c (stilloob): check that fds are not too large to
450         select on
452 2000-06-09  Assar Westerlund  <assar@sics.se>
454         * telnet/commands.c: remove all setuid(getuid()).  we do not
455         support telnet being setuid root
457 2000-05-05  Assar Westerlund  <assar@sics.se>
459         * telnet/externs.h (sourceroute): update prototype
460         * telnet/commands.c (tn): re-enable source routing
461         (sourceroute): make it work again based on the code from
462         itojun@kame.net
464 2000-03-28  Assar Westerlund  <assar@sics.se>
466         * telnet/commands.c (tn): clean-up a tiny little bit.  give-up if
467         we do not manage to connect to any address
469 2000-03-26  Assar Westerlund  <assar@sics.se>
471         * telnetd/sys_term.c (*): make sure to always call time, ctime,
472         and gmtime with `time_t's.  there were some types (like in
473         lastlog) that we believed to always be time_t.  this has proven
474         wrong on Solaris 8 in 64-bit mode, where they are stored as 32-bit
475         quantities but time_t has gone up to 64 bits
477 2000-03-03  Assar Westerlund  <assar@sics.se>
479         * libtelnet/kerberos5.c (kerberos5_init): check that we do have a
480         keytab before saying that we will support KERBEROS5
482 2000-02-12  Assar Westerlund  <assar@sics.se>
484         * telnet/commands.c (tn): only set tos for AF_INET.  From
485         itojun@iijlab.net
487 2000-02-07  Assar Westerlund  <assar@sics.se>
489         * libtelnet/kerberos.c (kerberos4_is): send a reject back to the
490         client when we're not authorized
492 2000-02-06  Assar Westerlund  <assar@sics.se>
494         * telnet/ring.h (ring_encrypt): better proto
495         * telnet/ring.c (ring_encrypt): better proto
497 2000-02-04  Assar Westerlund  <assar@sics.se>
499         * telnet/telnet_locl.h: klduge-around KLUDGELINEMODE
501 2000-01-18  Assar Westerlund  <assar@sics.se>
503         * libtelnet/misc.c (auth_encrypt_user): const-ify
504         * libtelnet/misc.h (RemoteHostName, LocalHostName): const-ify
505         * libtelnet/misc.c (auth_encrypt_init, RemoteHostName,
506         LocalHostName): const-ify
507         * libtelnet/misc-proto.h (auth_encrypt_init, auth_encrypt_user):
508         const-ify
509         * libtelnet/encrypt.c (encrypt_init, Name): const-ify
510         * libtelnet/enc-proto.h (encrypt_init): const-ify
511         * libtelnet/auth.c (auth_init, Name): const-ify
512         * libtelnet/auth-proto.h (auth_init): const-ify
514 2000-01-08  Assar Westerlund  <assar@sics.se>
516         * telnet/commands.c (tn): handle ai_canonname being set in any of
517         the addresses returnedby getaddrinfo.  glibc apparently returns
518         the reverse lookup of every address in ai_canonname.  remove some
519         unused variables.
521 2000-01-01  Assar Westerlund  <assar@sics.se>
523         * telnetd/sys_term.c (addarg): make void (return value isn't check
524         anyway).  fatal error when malloc fails
526 1999-12-16  Assar Westerlund  <assar@sics.se>
528         * telnet/commands.c (*): handle ai_canonname not being set
530 1999-12-04  Assar Westerlund  <assar@sics.se>
532         * telnetd/telnetd.c (doit): use getnameinfo_verified
533         * telnetd/telnetd.c: use getnameinfo
534         * telnet/commands.c: re-write to using getaddrinfo.  disable
535         source-routing for the moment, it doesn't seem to be used anyways.
536         
537 1999-09-16  Assar Westerlund  <assar@sics.se>
539         * telnet/commands.c: revert 1.54, get_default_username should DTRT
540         now
542 1999-09-05  Assar Westerlund  <assar@sics.se>
544         * telnetd/utility.c (ttloop): make it return 1 if interrupted by a
545         signal, which must have been what was meant from the beginning
547         * telnetd/ext.h (ttloop): update prototype
549         * telnetd/authenc.c (telnet_spin): actually return the value from
550         ttloop (otherwise it's kind of bogus)
552 1999-08-05  Assar Westerlund  <assar@sics.se>
554         * telnetd/sys_term.c (rmut): free utxp
556 1999-08-04  Assar Westerlund  <assar@sics.se>
558         * telnet/main.c: add -G and config file support.  From Miroslav
559         Ruda <ruda@ics.muni.cz>
561         * telnetd/sys_term.c (rmut): work around utmpx strangness.  From
562         Miroslav Ruda <ruda@ics.muni.cz>
564 1999-08-02  Assar Westerlund  <assar@sics.se>
566         * telnetd/telnetd.c (doit): only free hp if != NULL.  From: Jonas
567         Oberg <jonas@coyote.org>
569 1999-07-29  Assar Westerlund  <assar@sics.se>
571         * telnetd/telnetd.c (doit): remove unused variable mapped_sin
573 1999-07-26  Assar Westerlund  <assar@sics.se>
575         * telnetd/ext.h: update prototypes
576         
577         * telnetd/telnetd.c: make it handle v4 and v6 sockets.  (it
578         doesn't handle being given a v6 socket that's really talking to an
579         v4 adress (mapped) because the rest of the code in telnetd is not
580         able to handle it anyway).  please run two telnetd from your
581         inetd, one for v4 and one for v6.
583 1999-07-07  Assar Westerlund  <assar@sics.se>
585         * telnet/commands.c (tn): extra bogus const-cast
587 1999-07-06  Assar Westerlund  <assar@sics.se>
589         * telnetd/sys_term.c (start_login): print a different warning with
590         `-a otp'
592 1999-06-24  Assar Westerlund  <assar@sics.se>
594         * libtelnet/kerberos5.c (kerberos5_send): set the addresses in the
595         auth_context
597 1999-06-23  Assar Westerlund  <assar@sics.se>
599         * telnet/Makefile.am (INCLUDES): add $(INCLUDE_krb4)
601         * telnet/commands.c (togkrbdebug): conditionalize on
602         krb_disable_debug
604 1999-06-16  Johan Danielsson  <joda@pdc.kth.se>
606         * telnet/commands.c: add kerberos debugging option
608 1999-06-15  Assar Westerlund  <assar@sics.se>
610         * telnet/commands.c (tn): use get_default_username
612 1999-05-14  Assar Westerlund  <assar@sics.se>
614         * telnetd/state.c (telrcv): magic patch to make it work against
615         DOS Clarkson Telnet.  From Miroslav Ruda <ruda@ics.muni.cz>
617 1999-04-25  Assar Westerlund  <assar@sics.se>
619         * libtelnet/kerberos5.c (kerberos5_send): use
620         `krb5_auth_setkeytype' instead of `krb5_auth_setenctype' to make
621         sure we get a DES session key.
623 Thu Apr  1 16:59:27 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
625         * telnetd/Makefile.am: don't run check-local
627         * telnet/Makefile.am: don't run check-local
629 Mon Mar 29 16:11:33 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
631         * telnetd/sys_term.c: _CRAY -> HAVE_STRUCT_UTMP_UT_ID
633 Sat Mar 20 00:12:54 1999  Assar Westerlund  <assar@sics.se>
635         * telnet/authenc.c (telnet_gets): remove old extern declarations
637 Thu Mar 18 11:20:16 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
639         * telnetd/Makefile.am: include Makefile.am.common
641         * telnet/Makefile.am: include Makefile.am.common
643         * libtelnet/Makefile.am: include Makefile.am.common
645         * Makefile.am: include Makefile.am.common
647 Mon Mar 15 17:40:53 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
649         * telnetd/telnetd.c: replace perror/exit with fatalperror
651 Sat Mar 13 22:18:57 1999  Assar Westerlund  <assar@sics.se>
653         * telnetd/telnetd.c (main): 0 -> STDIN_FILENO.  remove abs
655         * libtelnet/kerberos.c (kerberos4_is): syslog root logins
657 Thu Mar 11 14:48:54 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
659         * telnetd/Makefile.in: add WFLAGS
661         * telnet/Makefile.in: add WFLAGS
663         * libtelnet/Makefile.in: add WFLAGS
665         * telnetd/sys_term.c: remove unused variables
667         * telnet/telnet.c: fix some warnings
669         * telnet/main.c: fix some warnings
671         * telnet/commands.c: fix types in format string
673         * libtelnet/auth.c: fix types in format string
675 Mon Mar  1 10:50:30 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
677         * telnetd/sys_term.c: HAVE_UT_* -> HAVE_STRUCT_UTMP*_UT_*
679 Mon Feb  1 04:08:36 1999  Assar Westerlund  <assar@sics.se>
681         * telnet/commands.c (tn): only call gethostbyname2 with AF_INET6
682         if we actually have IPv6.  From "Brandon S. Allbery KF8NH"
683         <allbery@kf8nh.apk.net>
685 Sat Nov 21 16:51:00 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
687         * telnetd/sys_term.c (cleanup): don't call vhangup() on sgi:s
689 Fri Aug 14 16:29:18 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
691         * libtelnet/kerberos.c: krb_put_int -> KRB_PUT_INT
693 Thu Jul 23 20:29:05 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
695         * libtelnet/kerberos5.c: use krb5_verify_authenticator_checksum
697 Mon Jul 13 22:00:09 1998  Assar Westerlund  <assar@sics.se>
699         * telnet/commands.c (tn): don't advance hostent->h_addr_list, use
700         a copy instead
702 Wed May 27 04:19:17 1998  Assar Westerlund  <assar@sics.se>
704         * telnet/sys_bsd.c (process_rings): correct call to `stilloob'
706 Fri May 15 19:38:19 1998  Johan Danielsson  <joda@blubb.pdc.kth.se>
708         * libtelnet/kerberos5.c: Always print errors from mk_req.
710 Fri May  1 07:16:59 1998  Assar Westerlund  <assar@sics.se>
712         * telnet/commands.c: unifdef -DHAVE_H_ERRNO
714 Sat Apr  4 15:00:29 1998  Assar Westerlund  <assar@sics.se>
716         * telnet/commands.c (tn): moved the printing of `trying...' to the
717         loop
719 Thu Mar 12 02:33:48 1998  Assar Westerlund  <assar@sics.se>
721         * telnet/telnet_locl.h: include <term.h>. From Gregory S. Stark
722         <gsstark@mit.edu>
724 Sat Feb 21 15:12:38 1998  Assar Westerlund  <assar@sics.se>
726         * telnetd/ext.h: add prototype for login_tty
728         * telnet/utilities.c (printsub): `direction' is now an int.
730         * libtelnet/misc-proto.h: add prototype for `printsub'
732 Tue Feb 17 02:45:01 1998  Assar Westerlund  <assar@sics.se>
734         * libtelnet/kerberos.c (kerberos4_is): cred.pname should be
735         cred.pinst.  From <art@stacken.kth.se>
737 Sun Feb 15 02:46:39 1998  Assar Westerlund  <assar@sics.se>
739         * telnet/*/*.c: renamed `telnet' to `my_telnet' to avoid
740         conflicts with system header files on mklinux.
742 Tue Feb 10 02:09:03 1998  Assar Westerlund  <assar@sics.se>
744         * telnetd/telnetd.c: new signature for `getterminaltype' and
745         `auth_wait'
747         * libtelnet: changed the signature of the authentication method
748         `status'
750 Sat Feb  7 07:21:29 1998  Assar Westerlund  <assar@sics.se>
752         * */*.c: replace HAS_GETTOS by HAVE_PARSETOS and HAVE_GETTOSBYNAME
754 Fri Dec 26 16:17:10 1997  Assar Westerlund  <assar@sics.se>
756         * telnet/commands.c (tn): repair support for numeric addresses
758 Sun Dec 21 09:40:31 1997  Assar Westerlund  <assar@sics.se>
760         * libtelnet/kerberos.c: fix up lots of stuff related to the
761         forwarding of v4 tickets.
763         * libtelnet/kerberos5.c (kerberos5_forward): zero out `creds'.
765 Mon Dec 15 20:53:13 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
767         * telnet/sys_bsd.c: Don't turn off OPOST in 8bit-mode.
769 Tue Dec  9 19:26:50 1997  Assar Westerlund  <assar@sics.se>
771         * telnet/main.c (main): add 'b' to getopt
773 Sat Nov 29 03:28:54 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
775         * telnet/telnet.c: Change binary mode to do just that, and add a
776         eight-bit mode for just passing all characters.
778 Sun Nov 16 04:37:02 1997  Assar Westerlund  <assar@sics.se>
780         * libtelnet/kerberos5.c (kerberos5_send): always ask for a session
781         key of type DES
783         * libtelnet/kerberos5.c: remove old garbage and fix call to
784         krb5_auth_con_setaddrs_from_fd
786 Fri Nov 14 20:35:18 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
788         * telnetd/telnetd.c: Output contents of /etc/issue.
790 Mon Nov  3 07:09:16 1997  Assar Westerlund  <assar@sics.se>
792         * telnet/telnet_locl.h: only include <sys/termio.h> iff
793         !defined(HAVE_TERMIOS_H)
795         * libtelnet/kerberos.c (kerberos4_is): send the peer address to
796         krb_rd_req
798         * telnetd/telnetd.c (terminaltypeok): always return OK.  It used
799         to call `tgetent' to figure if it was a defined terminal type.
800         It's possible to overflow tgetent so that's a bad idea.  The worst
801         that could happen by saying yes to all terminals is that the user
802         ends up with a terminal that has no definition on the local
803         system.  And besides, most telnet client has no support for
804         falling back to a different terminal type.
806 Mon Oct 20 05:47:19 1997  Assar Westerlund  <assar@sics.se>
808         * libtelnet/kerberos5.c: remove lots of old junk.  clean-up.
809         better error checking and reporting.  tell the user permission
810         denied much earlier.
812         * libtelnet/kerberos.c (kerberos4_is): only print
813         UserNameRequested if != NULL