Tue Mar  4 20:45:18 1997  Marc Horowitz  <marc@cygnus.com>

	* t_kinit.c (main): retool for new init_creds api

Thu Feb 27 13:07:07 1997  Jeremy Allison

	* kinit.c: Added #include "com_err.h" as kinit uses
	com_err call.

Thu Feb 20 17:52:52 1997  Marc Horowitz  <marc@cygnus.com>

	* kinit.c: gutted and reworked to use entirely new api's.

Thu Feb 13 01:56:30 1997  Marc Horowitz  <marc@cygnus.com>

	* kinit.c (main): convert from get_in_tkt to get_init_creds api

Fri Jan  3 03:49:17 1997  Chris Provenzano  <proven@cygnus.com>
 
	* kinit.c: Add --version option.
	* kinit.c: Add --preauth and --nopreauth option and krb5.conf flags.
	This is for DCE compatibilty.

Sun Dec 29 18:10:31 1996  Mark W. Eichin  <eichin@kitten.gen.ma.us>

	* t_kinit.c: new file. Takes a server principal name and a list of
	principals and passwords on stdin, and gets initial tickets for
	all of them (into a MEMORY credential cache) reporting errors and
	a total count at the end.  This should simplify some large scale
	performance testing.
	* Makefile.in: build t_kinit on unix and windows, but don't install.
	
Fri Dec 13 16:26:36 1996  Jeremy Allison <jra@cygnus.com>

	* kinit.c: Modified i/o to enable kinit to be driven
	from a pipe.

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 Sep  3 22:32:53 1996  Marc Horowitz  <marc@mit.edu>

	* kinit.c (main): Don't try to use the profile if it's NULL

Wed Jul 31 15:40:46 1996  Jeff Bigler  <jcb@cygnus.com>

	* kinit.c:  Fixed usage message so it includes all options.

Wed Jul 17 11:50:44 1996  Jeff Bigler  <jcb@cygnus.com>
	* kinit.M: Switched to list instead of running text to describe
	  flags.  Added description of -k and -t flags, environment
	  variable KRB5CCNAME, and default keytab file name.

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

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

Fri Jun 28 20:08:17 1996  Michael Graff  <explorer@zhaneel.flame.org>

	* Makefile.in: Add targets all-unix and all-windows rather than
 	expect unix-like builds.

Thu May 23 00:37:52 1996  Chris Provenzano  <proven@cygnus.com>

	* kinit.c : Use new getopt_long() routine.
	* 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.

Mon May 20 14:00:56 1996  Mark Eichin  <eichin@cygnus.com>

	* kinit.c (main): usage message has bogus 'u' entry.

Thu May 16 02:57:54 1996  Mark Eichin  <eichin@cygnus.com>

	* klist.c (main): returns int, not void. ANSI X3.159-1989
	2.1.2.2.1 says so, and gcc now warns about it.

Sat May  4 01:44:17 1996  Mark W. Eichin  <eichin@kitten.gen.ma.us>

	* kinit.M: document the -v option.

