Tue May  6 14:40:20 1997  Ken Raeburn  <raeburn@cygnus.com>

	* commands.c (krb5_profile_get_options): Check error returns from
	some of the krb5 routines.

Thu May  1 23:21:08 1997  Mark W. Eichin  <eichin@kitten.gen.ma.us>

	* configure.in: call AC_HEADER_STDARG so com_err actually works
	(on nextstep, but any system without varargs.h...)

Fri Mar 14 21:10:02 1997  Ken Raeburn  <raeburn@cygnus.com>

	* commands.c (tn): Check only lower 32 bits of inet_addr return
	value.
	(INADDR_NONE): Define if not already defined.

Wed Feb 12 03:17:02 1997  Chris Provenzano  <proven@cygnus.com>
 
        * main.c: Added --version option which calls kerberos5_version().
	Added --Forwardable and --noForwardable options to mirror behavior
	of --forwardable and --noforwardable. These can be abreviated to
	--F and --noF and not conflict with --forward and --noforward.

Thu Dec  5 19:16:25 1996  Mark Eichin  <eichin@cygnus.com>

	* telnet.c (tn_setupterm): *always* use setupterm wrapper, since
	ttytype is not really part of the setupterm interface.  Rename to
	tn_setupterm to avoid colliding on systems where tgetent is built
	on top of real setupterm. (This is for SVR4 support, but should be
	generally correct - fortunately it gets tested as part of the
	dejagnu testsuite.)

Thu Sep 26 14:43:17 1996  Chris Provenzano  <proven@cygnus.com>

        * Makefile.in: Changes to allow to different packaging
        Currently there is pkg-all, pkg-server, and pkg-client

Tue Jul  9 00:39:38 1996  Ken Raeburn  <raeburn@cygnus.com>

	* commands.c (inet_addr): Don't declare.

Sat Jul  6 13:44:31 1996  Chris Provenzano   <proven@cygnus.com>

        * main.c : Change automatic initialized structures and arrays
        to static initialized structures and arrays for K+R compilers.

Wed Jun 26 22:19:18 1996  Ken Raeburn  <raeburn@cygnus.com>

	* utilities.c: Include sys/select.h if present.

Tue Jun 11 21:20:31 1996  Mark Eichin  <eichin@cygnus.com>

	* commands.c: protect include of in_systm.h.

Thu May 23 00:33:17 1996  Chris Provenzano  <proven@cygnus.com>

	* commands.c, externs.h, main.c, telnet.c: Changes for reading 
		app. default information from profile.
	* Makefile.in: link with new misc library.

Tue May 21 14:50:59 1996  Ken Raeburn  <raeburn@cygnus.com>

	* configure.in: Removed; configuration is now done up one level.

Wed May 15 19:22:04 1996  Mark Eichin  <eichin@cygnus.com>

	* Makefile.in: add -Dunix to AUTH_DEF, rather than figure out if
	HAVE_SELECT is enough and finding some non-unix system that this
	would build on. (cygwin32 will probably eventually define unix,
	eliminating the need for this.)

Sun May  5 00:41:34 1996  Mark Eichin  <eichin@cygnus.com>

	* commands.c: include <arpa/inet.h> because it's needed for
	inet_addr and related things if they are macros.
	* utilities.c: include <sys/socket.h> because we're using
	setsockopt.
	* main.c (kuserok): the client never needs to call kuserok, so
	defining it here (as an abort) avoids pulling it in from the
	library, shrinking the client and making it more portable.

