Wed Jul 26 20:47:56 1995  Ken Raeburn  <raeburn@cygnus.com>

	* ring.c: Include string.h.
	* telnet.c: Ditto.  Also include stdlib.h if POSIX is defined.
	* commands.c: Include stdlib.h if POSIX is defined.

Tue Feb  7 12:55:13 1995  Ian Lance Taylor  <ian@cygnus.com>

	Changes to automatically use an authenticated login if supported.
	* main.c (main): Leave autologin as -1 if it is not set.
	* commands.c (tn): Set autologin to 1 if -l used.  Add -K option
	to set autologin to 0.  Update usage message.  If autologin is -1,
	do not export USER.
	* telnet.c (dooption): In TELOPT_AUTHENTICATION case, export USER
	if autologin is -1.  In the branch where we have already requested
	the option, add a TELOPT_AUTHENTICATION case to export USER.
	(telnet): If autologin is -1, and KRB4 is defined, decide whether
	to attempt automatic login based on a call to kerberos4_available.
	* telnet.1: Update -a and -K documentation.  Add documentation for
	-a and -K options to open command.

Thu Feb  2 13:44:03 1995  Ian Lance Taylor  <ian@cygnus.com>

	* telnet.0.ps, telnet.0.txt: Remove unnnecessary files.

	* commands.c (tos): Don't define if __DGUX__ is defined.
	(tn): Don't try to use IP_TOS if __DGUX__ is defined (DG/UX
	defines IP_TOS, but it does not work).

Wed Jan 18 17:12:41 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>

	* tmac.doc: Update to working version.
	* tmac.an: Remove.
	* tmac.an-old: Remove.
	* telnet.1: Include man1/tmac.doc.
	* Makefile.in (install): Install tmac.doc in $(MANDIR)/man1.

Fri Jan  6 17:21:47 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>

	* sys_bsd.c (TerminalNewMode): Fix O_NONBLOCK usage.

Fri Dec 30 09:07:26 1994  Ian Lance Taylor  <ian@cygnus.com>

	* sys_bsd.c (TerminalNewMode): On HP/UX, use O_NONBLOCK rather
	than FIONBIO.

Tue Dec 20 18:16:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>

	* main.c (main): dst_realm_sz is an int, not a char.

Wed Dec 14 11:17:52 1994  Ian Lance Taylor  <ian@cygnus.com>

	* externs.h: If HAVE_SYS_PTEM_H is defined, include <sys/stream.h>
	and <sys/ptem.h>.

	* commands.c: Always include <sys/types.h>.

Tue Dec 13 13:07:33 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>

	* utility.c: `??)' is also a trigraph, so just use `?)'.
	* commands.c: Really remove ANSI trigraph from comment.

Wed Nov 23 14:06:13 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>

	* Makefile.in: Add dependencies required for SunOS make VPATH
	support.
	(telnet): Don't link against $(LIBNDBM).
	* commands.c: Remove ANSI trigraph from comment.
	* externs.h: Include standard files before conf.h, to try to avoid
	problems with const.
	* sys_bsd.c (SIG_FUNC_RET): Just define as sigtype.
	* utilities.c: Change ??\?) to just ??) to make it work with both
	ANSI trigraphs and classic C compilers.

Tue Nov 22 19:20:29 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>

	Merged into V4 distribution, using Cygnus configure instead of
	autoconf.

Fri Nov 18 01:21:54 1994  Mark Eichin  <eichin@cygnus.com>

	* Makefile.in (install): install telnet man page.
	(from Ted Lemon <mellon@ipd.wellsfargo.com>).

Fri Nov 18 00:38:18 1994  Mark Eichin  <eichin@cygnus.com>

	* configure.in (LIBS): use WITH_KRB4, CHECK_SIGNALS, and cache
	cc_t in termio.h check. (from epeisach)
	* Makefile.in (K4LIB): set to @K4LIB@ instead of explicit setting.
	(telnet): link with $(K4LIB). (from epeisach).

Tue Nov  8 01:42:13 1994  Theodore Y. Ts'o  (tytso@dcl)

	* commands.c (EncryptList): Fix spelling typo.

Mon Nov  7 22:40:17 1994  Theodore Y. Ts'o  (tytso@dcl)

	* commands.c (auth_cmd, encrypt_cmd): Print an error message if
		there are no arguments to "auth" or "encrypt", instead of
		core dumping.

	* commands.c (auth_enable, auth_disable): Change prototypes of
		these routines to be a char *.

Mon Oct  3 13:28:04 1994  Theodore Y. Ts'o  (tytso@dcl)

	* externs.h: The proper place to look for termios.h is
		<termios.h>, not <sys/termios.h>. 

Thu Sep 29 22:51:39 1994  Theodore Y. Ts'o  (tytso@dcl)

	* Makefile.in: Relink executables if libraries change

Tue Aug 16 18:07:54 1994  Mark Eichin  (eichin@cygnus.com)

	* externs.h: don't hide termdata under defined(unix).
	* commands.c: ditto.

Tue Aug 16 18:00:48 1994  Mark Eichin  (eichin@cygnus.com)

	* configure.in: use AC_VFORK (runtime test -- consider just using
	fork instead.)
	* commands.c: check HAVE_VFORK_H.

Tue Aug  9 04:02:28 1994  Mark Eichin  (eichin@tess-turbo)

	* configure.in: test for -lsocket, -lnsl, POSIX_SIGNALS
	* sys_bsd.c: use POSIX_SIGNALS.
	* commands.c: don't use Berzerkely-style string functions.

Sat Aug  6 18:05:42 1994  Mark Eichin  (eichin@cygnus.com)

	* commands.c: in_systm.h is *not* broken on linux with 4.5 libc.

Thu Aug  4 03:36:59 1994  Tom Yu  (tlyu@dragons-lair)

	* Makefile.in:
	* configure.in: make install fixes

Wed Jul 27 22:49:18 1994  Tom Yu  (tlyu@dragons-lair)

	* configure.in: add check for dbm libs

	* commands.c: linux in_system.h (note "e") is broken

Tue Jul 26 18:22:00 1994  Tom Yu  (tlyu@dragons-lair)

	* Makefile.in: forgot some $(srcdir) stuff

