1 2008-04-18 Love Hörnquist Åstrand <lha@it.su.se>
3 * libtelnet/enc_des.c: No need to call
4 DES_init_random_number_generator, hcrypto is sane now.
6 * libtelnet/enc_des.c: Use DES_new_random_key().
8 2008-04-10 Love Hörnquist Åstrand <lha@it.su.se>
10 * telnetd/sys_term.c: Really, mac os uses wtmpx (or asl).
12 2008-03-09 Love Hörnquist Åstrand <lha@it.su.se>
14 * telnetd/sys_term.c: Dont need to set this as the controlling PTY
15 on steams sockets, don't abort on failure. From Harald Barth and
18 2007-12-31 Love Hörnquist Åstrand <lha@it.su.se>
20 * telnetd/sys_term.c: Use strlcpy instead of strncpy, thanks to
23 2007-07-31 Love Hörnquist Åstrand <lha@it.su.se>
25 * telnetd/telnetd.c (usage): use exit_code, add --version and
28 * telnetd/telnetd.c: Add --help, reported by David Love.
30 2007-07-30 Love Hörnquist Åstrand <lha@it.su.se>
32 * telnet/main.c: Catch --help, reported by David Love.
34 2007-07-12 Love Hörnquist Åstrand <lha@it.su.se>
36 * telnetd/sys_term.c: GLIBC made the choice that ut_tv should be
37 shared between 32 and 64 bit platforms so now we can no longer use
38 struct timeval functions to compare or set/get data that uses
39 pointer (gettimeofday for example) since ut_tv is now not a struct
40 timeval but rather a struct { int32_t tv_sec; int32_t tv_usec; };
42 2006-10-21 Love Hörnquist Åstrand <lha@it.su.se>
44 * telnet/telnet_locl.h: Include roken.h before the local
47 * telnetd/telnetd.h: HP/UX defines SE in sys/uio.h, #undef it.
49 * telnetd/sys_term.c: Dont't include some streamspty headers here.
51 * telnetd/telnetd.c: Dont't include some streamspty headers here.
53 * telnetd/telnetd.h: includes some STREAMSPTY header here to avoid
54 ioctl vs socket_wrapper horror.
56 2006-10-20 Love Hörnquist Åstrand <lha@it.su.se>
58 * telnet/Makefile.am: more files
60 * telnetd/Makefile.am: more files
62 2006-09-19 Love Hörnquist Åstrand <lha@it.su.se>
64 * telnetd/telnetd.8: Add documentation for -e, require encryption.
66 * telnetd/telnetd.h: Add require_encryption.
68 * telnetd/telnetd.c: Allow encryption to be required, wait to the
69 client to turn it on, if failes, refuse the connection.
71 * telnetd/state.c: If encryption is required, don't allow it to be
74 2006-09-04 Love Hörnquist Åstrand <lha@it.su.se>
76 * libtelnet/kerberos5.c (kerberos5_forward): use KDCOptions2int on
77 flags before passing them to krb5_get_forwarded_creds.
79 2006-05-05 Love Hörnquist Åstrand <lha@it.su.se>
81 * Rename u_intXX_t to uintXX_t
83 2006-03-23 Love Hörnquist Åstrand <lha@it.su.se>
85 * libtelnet/encrypt.c: Spelling.
87 2005-12-01 Love Hörnquist Åstrand <lha@it.su.se>
89 * telnetd/telnetd.c: Initialize the slc mapping table before its
90 used. Based on bug report from Russell Sanford
93 2005-11-03 Love Hörnquist Åstrand <lha@it.su.se>
95 * telnet/telnet.c: Spelling in comments, from Dave Love
98 2005-10-31 Love Hörnquist Åstrand <lha@it.su.se>
100 * libtelnet/kerberos5.c (Data): Use right variable. From Tomas
103 2005-10-22 Love Hörnquist Åstrand <lha@it.su.se>
105 * telnet/commands.c: Check return value from asprintf instead of
106 string != NULL since it undefined behavior on Linux. From Björn
109 * libtelnet/kerberos5.c: Check return value from asprintf instead
110 of string != NULL since it undefined behavior on Linux. From Björn
113 * libtelnet/kerberos.c: Check return value from asprintf instead
114 of string != NULL since it undefined behavior on Linux. From Björn
117 2005-08-08 Love Hörnquist Åstrand <lha@it.su.se>
119 * telnetd/telnetd.c: Fix printing of /etc/issue{,.net}.
121 * telnetd/utility.c: make writenet take const void * and size_t,
122 abort if size it too large
124 * telnetd/state.c: Fix ansi c warning.
126 * telnetd/sys_term.c: no need to typecast argument to writenet
128 * telnetd/ext.h: make writenet take const void * and size_t
130 2005-07-07 Assar Westerlund <assar@kth.se>
132 * libtelnet/kerberos.c: Do not assume that des_key_schedule is an
135 2005-05-27 Love Hörnquist Åstrand <lha@it.su.se>
137 * libtelnet/kerberos5.c: case uid_t to unsigned long in printf
140 * telnetd/sys_term.c (set_termbuf): use {} around if to make else
143 2005-05-20 Love Hörnquist Åstrand <lha@it.su.se>
145 * telnetd/sys_term.c (start_login): put utmpx code into a new
146 scope to avoid pre c99 problems.
148 2005-05-19 Dave Love <fx@gnu.org>
150 * telnet/telnet.c,telnet_locl.h: Make solaris find tgetent
152 2005-05-13 Johan Danielsson <joda@pdc.kth.se>
154 * telnetd/sys_term.c (start_login): set encryption pointers to
155 NULL, so we don't try to do either
157 2005-05-11 Dave Love <fx@gnu.org>
159 * telnet/telnet.c: undef ISASCII before we define our own (problem
162 2005-04-28 Johan Danielsson <joda@pdc.kth.se>
164 * telnetd/utility.c (putf): %t: the regular and streamspty case
165 are functionally equivalent, so merge them, this also makes it
166 work better on machines that puts their devices in a subdirectory
169 2005-04-27 Dave Love <fx@gnu.org>
171 * telnetd/sys_term.c (getpty): Declare p.
173 2005-04-25 Love Hörnquist Åstrand <lha@it.su.se>
175 * telnetd/telnetd.c: use strlcpy
177 2005-04-24 Love Hörnquist Åstrand <lha@it.su.se>
179 * telnetd/global.c, telnetd/state.c, telnetd/telnetd.c,
180 telentd/ext.h: remove another strcpy
182 2005-04-19 Love Hörnquist Åstrand <lha@it.su.se>
184 * telnetd/sys_term.c: rewrite getpty to make use openpty when its
185 found, save the slave fd so that cleanopen can use it if its
188 2005-04-07 Love Hörnquist Åstrand <lha@it.su.se>
190 * telnetd/sys_term.c: clean_ttyname might be unused, mark it so
193 2005-04-06 Love Hörnquist Åstrand <lha@it.su.se>
195 * telnetd/sys_term.c: use NULL as last argument to execl, not 0
197 * telnet/commands.c: use NULL as last argument to execl, not 0
199 2005-03-29 Love Hörnquist Åstrand <lha@it.su.se>
201 * telnet/telnet.c: From FreeBSD:
203 Correct a pair of buffer overflows in the telnet(1) command:
205 (CAN-2005-0468) A heap buffer overflow in env_opt_add() and related
208 (CAN-2005-0469) A global uninitialized data section buffer overflow in
209 slc_add_reply() and related functions.
211 As a result of these vulnerabilities, it may be possible for a
212 malicious telnet server or active network attacker to cause
213 telnet(1) to execute arbitrary code with the privileges of the
216 Security: CAN-2005-0468, CAN-2005-0469 Security:
217 FreeBSD-SA-05:01.telnet Security:
218 http://www.idefense.com/application/poi/display?id=220&type=vulnerabilities
220 http://www.idefense.com/application/poi/display?id=221&type=vulnerabilities
222 These fixes are based in part on patches Submitted by: Solar
223 Designer <solar@openwall.com>
225 2005-03-23 Love Hörnquist Åstrand <lha@it.su.se>
227 * telnetd/telnetd.c: remove setting of DES_check_key, all code
228 uses DES_set_key_checked
230 * libtelnet/enc_des.c: use DES_set_key_checked
232 2005-01-09 Love Hörnquist Åstrand <lha@it.su.se>
234 * telnet/telnet.c: cast argument to toupper to unsigned char
236 * telnet/commands.c: cast argument to is* to unsigned char
238 2004-06-20 Love Hörnquist Åstrand <lha@it.su.se>
240 * telnet/network.c: make network rings larger From: MAAAAA MOOOR
241 <huaraz@btinternet.com>
243 * telnetd/state.c: make subbuffer larger XXX resize dynamicly
244 From: MAAAAA MOOOR <huaraz@btinternet.com>
246 * libtelnet/kerberos5.c (Data): allocate the data needed to be
247 send From: MAAAAA MOOOR <huaraz@btinternet.com>
249 2004-04-02 Love Hörnquist Åstrand <lha@it.su.se>
251 * telnet/main.c: make encrypt, forwardable, forward use appdefault
252 (that also searches libdefaults), prompted by Thomas Nystrom
255 2004-03-22 Love Hörnquist Åstrand <lha@it.su.se>
257 * telnetd/telnetd.c: call setprogname to make libvers happy
259 * telnet/main.c: call setprogname to make libvers happy
261 2003-09-25 Love Hörnquist Åstrand <lha@it.su.se>
263 * telnet/externs.h: export Scheduler and scheduler_lockout_tty
265 * telnet/telnet.c (my_telnet): if telnet_spin returns failure,
266 complain that the server disconnected and exit
268 * telnet/authenc.c (telnet_spin): if Scheduler() returns failure
269 (-1) propagate to higher level
271 2003-09-03 Love Hörnquist Åstrand <lha@it.su.se>
273 * telnetd/telnetd.c: use new DES_ api
275 * libtelnet/enc_des.c: use new DES_ api
277 2003-04-22 Love Hörnquist Åstrand <lha@it.su.se>
279 * telnet/telnet.1: replace <,> with \*[Lt],\*[Gt]
281 2002-09-02 Johan Danielsson <joda@pdc.kth.se>
283 * libtelnet/kerberos5.c: set AP_OPTS_USE_SUBKEY
285 2002-08-28 Johan Danielsson <joda@pdc.kth.se>
287 * telnet/commands.c: remove extra "Toggle"'s
289 * telnet/commands.c: IRIX == 4 -> IRIX4
291 * telnet/main.c: rename functions to what they're really called
293 * telnet/commands.c: kill some might be uninitialized warnings
295 * telnet/commands.c: add forward and forwardable toggle options,
296 and call set_forward_options() after parsing .telnetrc
298 * telnet/externs.h: proto for set_forward_options
300 * telnet/main.c: only register what forwarding options are asked
301 for when parsing command line, we have to set the actual flags
302 later after we have read .telnetrc
304 * libtelnet/auth-proto.h: kerberos5_set_forward{,able} protos
306 * libtelnet/kerberos5.c: add kerberos5_set_forward{,able}
307 functions suitable for the command parser
309 2002-08-23 Assar Westerlund <assar@kth.se>
311 * telnetd/telnetd.c: add --version as a special case
312 * telnet/main.c: add --version as a special case
314 2002-05-03 Johan Danielsson <joda@pdc.kth.se>
316 * telnet/telnet.c: only try to negotiate encryption if we're
317 talking to a real telnet
319 2002-03-31 Johan Danielsson <joda@pdc.kth.se>
321 * telnet/commands.c: fix an old cut-n-paste typo (via debian)
323 2002-02-07 Johan Danielsson <joda@pdc.kth.se>
325 * telnet/telnet.c: print a more informative message than "done"
326 after negotiating encryption
328 2001-09-17 Assar Westerlund <assar@sics.se>
330 * telnetd/telnetd.c: add a kludge to make it build on aix (that
331 defines NOERROR in both sys/stream.h and arpa/nameser.h and
332 considers that a fatal error)
334 * telnet/telnet.c: undef PUTSHORT to avoid conflict
336 2001-08-26 Assar Westerlund <assar@sics.se>
338 * telnetd/Makefile.am: also link with the library for logout
340 2001-08-22 Assar Westerlund <assar@sics.se>
342 * telnetd/sys_term.c: include libutil.h if it exists
344 2001-08-10 Assar Westerlund <assar@sics.se>
346 * telnetd/sys_term.c (getpty): call openpty if it exists
348 2001-07-19 Assar Westerlund <assar@sics.se>
350 * telnetd/global.c (output_data): make sure of not forwarding
351 `nfrontp' too far, thereby allowing writes after the end of
354 2001-06-18 Assar Westerlund <assar@sics.se>
356 * libtelnet/kerberos5.c: update to new krb5_auth_con* names
358 2001-04-25 Assar Westerlund <assar@sics.se>
360 * telnetd/sys_term.c (start_login): give the correct error if exec
362 * telnetd/utility.c (fatalperror_errno): add a new function with
363 explicit errno parameter
365 2001-03-07 Assar Westerlund <assar@sics.se>
367 * telnetd/sys_term.c: some minimal more amount of
370 2001-02-24 Assar Westerlund <assar@sics.se>
372 * libtelnet/enc_des.c: learn to live with libcrypto (from openssl)
374 2001-02-20 Assar Westerlund <assar@sics.se>
376 * telnet/commands.c (tn): copy the hostname so it doesn't get
377 overwritten while reading ~/.telnetrc
378 (*): removed some unneeded externs
380 2001-02-08 Assar Westerlund <assar@sics.se>
382 * telnetd/sys_term.c (startslave, start_login): re-write code to
383 keep track both of remote hostname and utmp string to be used
384 * telnetd/telnetd.c (doit, my_telnet): re-write code to keep track
385 both of remote hostname and utmp string to be used
387 2001-02-07 Assar Westerlund <assar@sics.se>
389 * telnet/Makefile.am, telnetd/Makefile.am: add LIB_kdfs
391 2001-01-09 Assar Westerlund <assar@sics.se>
393 * libtelnet/kerberos5.c (kerberos5_is): use krb5_rd_cred2 instead
396 2000-12-31 Assar Westerlund <assar@sics.se>
398 * telnet/main.c (krb5_init): check krb5_init_context for success
399 * libtelnet/kerberos5.c (kerberos5_init): check krb5_init_context
402 2000-12-11 Assar Westerlund <assar@sics.se>
404 * telnet/commands.c (sourceroute): make it not break if the
405 rfc2292 api does not exist
407 2000-12-09 Assar Westerlund <assar@sics.se>
409 * telnetd/sys_term.c (scrub_env): add supporting non-file TERMCAP
412 2000-12-07 Assar Westerlund <assar@sics.se>
414 * telnetd/telnetd.h: move include files around to avoid getting SE
415 from sys/*.h on HP to override SE from telnet.h
417 * telnetd/sys_term.c (scrub_env): remove some const-ness
418 * telnetd/sys_term.c (scrub_env): add LOGNAME and POSIXLY_CORRECT
419 to the list of authorized environment variables to be compatible
422 * telnetd/sys_term.c (scrub_env): change filtering algoritm from
423 allowing everything except a few bad cases to not allowing
424 anything except a few non-dangerous cases
426 2000-12-06 Johan Danielsson <joda@pdc.kth.se>
428 * libtelnet/kerberos5.c: de-pointerise auth_context parameter to
431 2000-11-23 Johan Danielsson <joda@pdc.kth.se>
433 * libtelnet/kerberos5.c: print the principal we're trying to use
435 * libtelnet/kerberos.c: print the principal we're trying to use
437 2000-11-16 Assar Westerlund <assar@sics.se>
439 * libtelnet/misc-proto.h (telnet_getenv): const-ize some
441 2000-11-08 Johan Danielsson <joda@pdc.kth.se>
443 * telnet/telnet.c: fake entry if no tgetent
445 2000-10-08 Assar Westerlund <assar@sics.se>
447 * telnetd/utility.c (stilloob): check that fds are not too large
449 (ttloop): remove confusing output of errno
450 * telnetd/telnetd.c (my_telnet): check that fds are not too large
452 * telnet/utilities.c (EmptyTerminal): check that fds are not too
454 * telnet/sys_bsd.c (process_rings): check that fds are not too
456 * telnet/network.c (stilloob): check that fds are not too large to
459 2000-06-09 Assar Westerlund <assar@sics.se>
461 * telnet/commands.c: remove all setuid(getuid()). we do not
462 support telnet being setuid root
464 2000-05-05 Assar Westerlund <assar@sics.se>
466 * telnet/externs.h (sourceroute): update prototype
467 * telnet/commands.c (tn): re-enable source routing
468 (sourceroute): make it work again based on the code from
471 2000-03-28 Assar Westerlund <assar@sics.se>
473 * telnet/commands.c (tn): clean-up a tiny little bit. give-up if
474 we do not manage to connect to any address
476 2000-03-26 Assar Westerlund <assar@sics.se>
478 * telnetd/sys_term.c (*): make sure to always call time, ctime,
479 and gmtime with `time_t's. there were some types (like in
480 lastlog) that we believed to always be time_t. this has proven
481 wrong on Solaris 8 in 64-bit mode, where they are stored as 32-bit
482 quantities but time_t has gone up to 64 bits
484 2000-03-03 Assar Westerlund <assar@sics.se>
486 * libtelnet/kerberos5.c (kerberos5_init): check that we do have a
487 keytab before saying that we will support KERBEROS5
489 2000-02-12 Assar Westerlund <assar@sics.se>
491 * telnet/commands.c (tn): only set tos for AF_INET. From
494 2000-02-07 Assar Westerlund <assar@sics.se>
496 * libtelnet/kerberos.c (kerberos4_is): send a reject back to the
497 client when we're not authorized
499 2000-02-06 Assar Westerlund <assar@sics.se>
501 * telnet/ring.h (ring_encrypt): better proto
502 * telnet/ring.c (ring_encrypt): better proto
504 2000-02-04 Assar Westerlund <assar@sics.se>
506 * telnet/telnet_locl.h: klduge-around KLUDGELINEMODE
508 2000-01-18 Assar Westerlund <assar@sics.se>
510 * libtelnet/misc.c (auth_encrypt_user): const-ify
511 * libtelnet/misc.h (RemoteHostName, LocalHostName): const-ify
512 * libtelnet/misc.c (auth_encrypt_init, RemoteHostName,
513 LocalHostName): const-ify
514 * libtelnet/misc-proto.h (auth_encrypt_init, auth_encrypt_user):
516 * libtelnet/encrypt.c (encrypt_init, Name): const-ify
517 * libtelnet/enc-proto.h (encrypt_init): const-ify
518 * libtelnet/auth.c (auth_init, Name): const-ify
519 * libtelnet/auth-proto.h (auth_init): const-ify
521 2000-01-08 Assar Westerlund <assar@sics.se>
523 * telnet/commands.c (tn): handle ai_canonname being set in any of
524 the addresses returnedby getaddrinfo. glibc apparently returns
525 the reverse lookup of every address in ai_canonname. remove some
528 2000-01-01 Assar Westerlund <assar@sics.se>
530 * telnetd/sys_term.c (addarg): make void (return value isn't check
531 anyway). fatal error when malloc fails
533 1999-12-16 Assar Westerlund <assar@sics.se>
535 * telnet/commands.c (*): handle ai_canonname not being set
537 1999-12-04 Assar Westerlund <assar@sics.se>
539 * telnetd/telnetd.c (doit): use getnameinfo_verified
540 * telnetd/telnetd.c: use getnameinfo
541 * telnet/commands.c: re-write to using getaddrinfo. disable
542 source-routing for the moment, it doesn't seem to be used anyways.
544 1999-09-16 Assar Westerlund <assar@sics.se>
546 * telnet/commands.c: revert 1.54, get_default_username should DTRT
549 1999-09-05 Assar Westerlund <assar@sics.se>
551 * telnetd/utility.c (ttloop): make it return 1 if interrupted by a
552 signal, which must have been what was meant from the beginning
554 * telnetd/ext.h (ttloop): update prototype
556 * telnetd/authenc.c (telnet_spin): actually return the value from
557 ttloop (otherwise it's kind of bogus)
559 1999-08-05 Assar Westerlund <assar@sics.se>
561 * telnetd/sys_term.c (rmut): free utxp
563 1999-08-04 Assar Westerlund <assar@sics.se>
565 * telnet/main.c: add -G and config file support. From Miroslav
566 Ruda <ruda@ics.muni.cz>
568 * telnetd/sys_term.c (rmut): work around utmpx strangness. From
569 Miroslav Ruda <ruda@ics.muni.cz>
571 1999-08-02 Assar Westerlund <assar@sics.se>
573 * telnetd/telnetd.c (doit): only free hp if != NULL. From: Jonas
574 Oberg <jonas@coyote.org>
576 1999-07-29 Assar Westerlund <assar@sics.se>
578 * telnetd/telnetd.c (doit): remove unused variable mapped_sin
580 1999-07-26 Assar Westerlund <assar@sics.se>
582 * telnetd/ext.h: update prototypes
584 * telnetd/telnetd.c: make it handle v4 and v6 sockets. (it
585 doesn't handle being given a v6 socket that's really talking to an
586 v4 adress (mapped) because the rest of the code in telnetd is not
587 able to handle it anyway). please run two telnetd from your
588 inetd, one for v4 and one for v6.
590 1999-07-07 Assar Westerlund <assar@sics.se>
592 * telnet/commands.c (tn): extra bogus const-cast
594 1999-07-06 Assar Westerlund <assar@sics.se>
596 * telnetd/sys_term.c (start_login): print a different warning with
599 1999-06-24 Assar Westerlund <assar@sics.se>
601 * libtelnet/kerberos5.c (kerberos5_send): set the addresses in the
604 1999-06-23 Assar Westerlund <assar@sics.se>
606 * telnet/Makefile.am (INCLUDES): add $(INCLUDE_krb4)
608 * telnet/commands.c (togkrbdebug): conditionalize on
611 1999-06-16 Johan Danielsson <joda@pdc.kth.se>
613 * telnet/commands.c: add kerberos debugging option
615 1999-06-15 Assar Westerlund <assar@sics.se>
617 * telnet/commands.c (tn): use get_default_username
619 1999-05-14 Assar Westerlund <assar@sics.se>
621 * telnetd/state.c (telrcv): magic patch to make it work against
622 DOS Clarkson Telnet. From Miroslav Ruda <ruda@ics.muni.cz>
624 1999-04-25 Assar Westerlund <assar@sics.se>
626 * libtelnet/kerberos5.c (kerberos5_send): use
627 `krb5_auth_setkeytype' instead of `krb5_auth_setenctype' to make
628 sure we get a DES session key.
630 Thu Apr 1 16:59:27 1999 Johan Danielsson <joda@hella.pdc.kth.se>
632 * telnetd/Makefile.am: don't run check-local
634 * telnet/Makefile.am: don't run check-local
636 Mon Mar 29 16:11:33 1999 Johan Danielsson <joda@hella.pdc.kth.se>
638 * telnetd/sys_term.c: _CRAY -> HAVE_STRUCT_UTMP_UT_ID
640 Sat Mar 20 00:12:54 1999 Assar Westerlund <assar@sics.se>
642 * telnet/authenc.c (telnet_gets): remove old extern declarations
644 Thu Mar 18 11:20:16 1999 Johan Danielsson <joda@hella.pdc.kth.se>
646 * telnetd/Makefile.am: include Makefile.am.common
648 * telnet/Makefile.am: include Makefile.am.common
650 * libtelnet/Makefile.am: include Makefile.am.common
652 * Makefile.am: include Makefile.am.common
654 Mon Mar 15 17:40:53 1999 Johan Danielsson <joda@hella.pdc.kth.se>
656 * telnetd/telnetd.c: replace perror/exit with fatalperror
658 Sat Mar 13 22:18:57 1999 Assar Westerlund <assar@sics.se>
660 * telnetd/telnetd.c (main): 0 -> STDIN_FILENO. remove abs
662 * libtelnet/kerberos.c (kerberos4_is): syslog root logins
664 Thu Mar 11 14:48:54 1999 Johan Danielsson <joda@hella.pdc.kth.se>
666 * telnetd/Makefile.in: add WFLAGS
668 * telnet/Makefile.in: add WFLAGS
670 * libtelnet/Makefile.in: add WFLAGS
672 * telnetd/sys_term.c: remove unused variables
674 * telnet/telnet.c: fix some warnings
676 * telnet/main.c: fix some warnings
678 * telnet/commands.c: fix types in format string
680 * libtelnet/auth.c: fix types in format string
682 Mon Mar 1 10:50:30 1999 Johan Danielsson <joda@hella.pdc.kth.se>
684 * telnetd/sys_term.c: HAVE_UT_* -> HAVE_STRUCT_UTMP*_UT_*
686 Mon Feb 1 04:08:36 1999 Assar Westerlund <assar@sics.se>
688 * telnet/commands.c (tn): only call gethostbyname2 with AF_INET6
689 if we actually have IPv6. From "Brandon S. Allbery KF8NH"
690 <allbery@kf8nh.apk.net>
692 Sat Nov 21 16:51:00 1998 Johan Danielsson <joda@hella.pdc.kth.se>
694 * telnetd/sys_term.c (cleanup): don't call vhangup() on sgi:s
696 Fri Aug 14 16:29:18 1998 Johan Danielsson <joda@emma.pdc.kth.se>
698 * libtelnet/kerberos.c: krb_put_int -> KRB_PUT_INT
700 Thu Jul 23 20:29:05 1998 Johan Danielsson <joda@emma.pdc.kth.se>
702 * libtelnet/kerberos5.c: use krb5_verify_authenticator_checksum
704 Mon Jul 13 22:00:09 1998 Assar Westerlund <assar@sics.se>
706 * telnet/commands.c (tn): don't advance hostent->h_addr_list, use
709 Wed May 27 04:19:17 1998 Assar Westerlund <assar@sics.se>
711 * telnet/sys_bsd.c (process_rings): correct call to `stilloob'
713 Fri May 15 19:38:19 1998 Johan Danielsson <joda@blubb.pdc.kth.se>
715 * libtelnet/kerberos5.c: Always print errors from mk_req.
717 Fri May 1 07:16:59 1998 Assar Westerlund <assar@sics.se>
719 * telnet/commands.c: unifdef -DHAVE_H_ERRNO
721 Sat Apr 4 15:00:29 1998 Assar Westerlund <assar@sics.se>
723 * telnet/commands.c (tn): moved the printing of `trying...' to the
726 Thu Mar 12 02:33:48 1998 Assar Westerlund <assar@sics.se>
728 * telnet/telnet_locl.h: include <term.h>. From Gregory S. Stark
731 Sat Feb 21 15:12:38 1998 Assar Westerlund <assar@sics.se>
733 * telnetd/ext.h: add prototype for login_tty
735 * telnet/utilities.c (printsub): `direction' is now an int.
737 * libtelnet/misc-proto.h: add prototype for `printsub'
739 Tue Feb 17 02:45:01 1998 Assar Westerlund <assar@sics.se>
741 * libtelnet/kerberos.c (kerberos4_is): cred.pname should be
742 cred.pinst. From <art@stacken.kth.se>
744 Sun Feb 15 02:46:39 1998 Assar Westerlund <assar@sics.se>
746 * telnet/*/*.c: renamed `telnet' to `my_telnet' to avoid
747 conflicts with system header files on mklinux.
749 Tue Feb 10 02:09:03 1998 Assar Westerlund <assar@sics.se>
751 * telnetd/telnetd.c: new signature for `getterminaltype' and
754 * libtelnet: changed the signature of the authentication method
757 Sat Feb 7 07:21:29 1998 Assar Westerlund <assar@sics.se>
759 * */*.c: replace HAS_GETTOS by HAVE_PARSETOS and HAVE_GETTOSBYNAME
761 Fri Dec 26 16:17:10 1997 Assar Westerlund <assar@sics.se>
763 * telnet/commands.c (tn): repair support for numeric addresses
765 Sun Dec 21 09:40:31 1997 Assar Westerlund <assar@sics.se>
767 * libtelnet/kerberos.c: fix up lots of stuff related to the
768 forwarding of v4 tickets.
770 * libtelnet/kerberos5.c (kerberos5_forward): zero out `creds'.
772 Mon Dec 15 20:53:13 1997 Johan Danielsson <joda@emma.pdc.kth.se>
774 * telnet/sys_bsd.c: Don't turn off OPOST in 8bit-mode.
776 Tue Dec 9 19:26:50 1997 Assar Westerlund <assar@sics.se>
778 * telnet/main.c (main): add 'b' to getopt
780 Sat Nov 29 03:28:54 1997 Johan Danielsson <joda@emma.pdc.kth.se>
782 * telnet/telnet.c: Change binary mode to do just that, and add a
783 eight-bit mode for just passing all characters.
785 Sun Nov 16 04:37:02 1997 Assar Westerlund <assar@sics.se>
787 * libtelnet/kerberos5.c (kerberos5_send): always ask for a session
790 * libtelnet/kerberos5.c: remove old garbage and fix call to
791 krb5_auth_con_setaddrs_from_fd
793 Fri Nov 14 20:35:18 1997 Johan Danielsson <joda@emma.pdc.kth.se>
795 * telnetd/telnetd.c: Output contents of /etc/issue.
797 Mon Nov 3 07:09:16 1997 Assar Westerlund <assar@sics.se>
799 * telnet/telnet_locl.h: only include <sys/termio.h> iff
800 !defined(HAVE_TERMIOS_H)
802 * libtelnet/kerberos.c (kerberos4_is): send the peer address to
805 * telnetd/telnetd.c (terminaltypeok): always return OK. It used
806 to call `tgetent' to figure if it was a defined terminal type.
807 It's possible to overflow tgetent so that's a bad idea. The worst
808 that could happen by saying yes to all terminals is that the user
809 ends up with a terminal that has no definition on the local
810 system. And besides, most telnet client has no support for
811 falling back to a different terminal type.
813 Mon Oct 20 05:47:19 1997 Assar Westerlund <assar@sics.se>
815 * libtelnet/kerberos5.c: remove lots of old junk. clean-up.
816 better error checking and reporting. tell the user permission
819 * libtelnet/kerberos.c (kerberos4_is): only print
820 UserNameRequested if != NULL