2006-04-20  Sergey Poznyakoff  <gray@gnu.org.ua>

	* Makefile.am (INCLUDES): Add -I$(top_srcdir)/libinetutils
	* commands.c: Include libinetutils.h
	* telnet.c: Likewise

2005-10-11  Sergey Poznyakoff  <gray@gnu.org.ua>

	* commands.c: Remove leftover BSD-isms:
	err,errx,warn,warnx, cast to (void) before function calls. Use GNU
	error() uniformly.
	* sys_bsd.c: Likewise
	* telnet.c: Likewise
	* tn3270.c: Likewise
	* Makefile.am: Move defines to AM_CPPFLAGS. Add INCLUDES.

2005-06-19  Jeroen Dekkers  <jeroen@dekkers.cx>

	* commands.c: Include <arpa/telnet.h>. Remove variable tos and
	_hostname.
	(tn): Rewritten. Removed support for source routing and added
	support for IPv6.
	(sourceroute): Function removed.
	* main.c (help): Add "-4" and "-6", remove "-S".
	(long_options): Add "ipv4" and "ipv6", remove "tos".
	(main): New variable family. Implement "-4" and "-6" options and
	remove "-S" option.

2005-01-22  Alfred M. Szmidt  <ams@gnu.org>

	* telnet.c (init_term): New variable err.  Only do tgetent if we
	HAVE_LIBREADLINE is defined.
	(termbuf) [!TERMCAP]: Removede termbuf and ttytype.

	* Makefile.am (LDADD): Added `-L../lib -lgnu'.

2005-01-21  Alfred M. Szmidt  <ams@gnu.org>

	* Makefile.am (INCLUDES): Removed `-I$(top_builddir)/include'.

2003-02-08  Simon Josefsson  <jas@extundo.com>

        * commands.c (tn): Don't set hostname to DNS canonicalized value.
          Attackers may control DNS and fool the Kerberos authentication
          code to use the wrong realm for the server, and consequently the
          wrong KDC for the server, which the attackers could also control.
          Ultimately the attacker can fool the server authentication check
          in the client.

2002-09-13  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* telnet/Makefile.am: Add LIBAUTH to the list of libraries.

2002-05-14  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* telnet/authenc.c: Checks for HAVE_DECL variables must read
	  #if !HAVE_DECL_something, since AC_CHECK_DECLS always
	  declares HAVE_DECL, either to 0 or to 1. 	  
	* telnet/commands.c: Likewise.

2002-04-29  Alfred M. Szmidt  <ams@kemisten.nu>

	* main.c <version.h>: Include removed.
	(inetutils_package): Renamed to PACKAGE_NAME.
	(inetutils_version): Renamed to PACKAGE_VERSION.
	(inetutils_bugaddr): Renamed to PACKAGE_BUGREPORT.

2002-04-21  Alfred M. Szmidt <ams@kemisten.nu>

	* Makefile.am (bin_PROGRAMS): Use telnet_BUILD instead of BUILD_TELNET.
	* authenc.c [HAVE_GETPASS_DECL]: Renamed to HAVE_DECL_GETPASS.
	* commands.c [HAVE_HTONS_DECL]: Renamed to HAVE_DECL_HTONS.

2002-02-10  Jeff Bailey  <jbailey@outpost.dnsalias.org>

	* Makefile.am: Add -I$(top_builddir)/include to INCLUDES

2001-10-25  Alain Magloire

	* telnet/telnet.c: jmp_buf is an opaque struct/object we should
	not try to initialize it, and in any case globals and static
	variables are initialize to zeros, a prerequesite of ISO C.

2001-08-17  Marcus Brinkmann  <marcus@gnu.org>

	* sys_bsd.c (TerminalFlushOutput): New variable FLAGS.  Pass
	pointers to it to the ioctls.

2000-08-06 Alain Magloire

	* ring.h: error in the prototype declarion of ring_mark().

2000-07-05 Alain Magloire

	* *: Clause 3 removed.
	excerpt from email with RMS:
	"UCB has agreed to drop the advertising clause from the license for all
	BSD software.  The advertising clause is this one:

	3. All advertising materials mentioning features or use of this software
		must display the following acknowledgement:
		This product includes software developed by the University of
		California, Berkeley and its contributors.

	This means that we can delete that paragraph from all files which give
	the University of California as the only copyright holder."
