Fri Mar 28 15:12:28 1997  Michael Graff  <explorer@cygnus.com>

	* Makefile.in, cns.c, options.c: use the registry now, not an ini file.

	* cns_reg.c, cns_reg.h: registry functions.

Wed Mar 12 17:32:59 1997  Michael Graff  <explorer@cygnus.com>

	* cns.h, passwd.c, kpasswd.c: use krb5_change_password() rather
	than rolling our own.

	* cnsres5.rc: remove forced uppercase realm name

Wed Mar  5 19:13:31 1997  Michael Graff  <explorer@cygnus.com>

	* cns.c: Start to use init creds stuff.

Mon Nov  4 21:46:52 1996  Michael Graff  <explorer@cygnus.com>

	* cns.c: update name from Kerb*Net to KerbNet

	* cns.h: add length to extern character array to give the compiler
	more of a hint.

	* kpasswd.c: remove two unused variables.

	* tktlist.c: Pull definition of MAX_K_NAME_SZ from cns.h rather
	than having a local definition.

Fri Aug  9 03:41:52 1996  Michael Graff  <explorer@cygnus.com>

	* Makefile.in: rename executable to kerbnet.exe

	* cns.def: rename to kerbnet.def

Wed Aug  7 14:25:34 1996  Michael Graff  <explorer@cygnus.com>

	* Makefile.in: Build kerbnet, not cns.exe
	
	* cns.c:
	* cns.h:
	* cnsres5.rc:
	* krbini.h:  Help file is kerbnet.hlp, program name is kerb*net.

	* cns.def: rename to kerbnet.def.

Sat Aug 3 13:58:20 1996  Jeff Bigler  <jcb@cygnus.com>

	* cns-help.hpj, cns-help.doc, cns-help.hlp:  added help files.
	The cns-help.hpj is a RoboHelp help project.  RoboHelp requires
	cns-help.doc, which is a Microsoft Word document, and it creates
	cns-help.hlp, which is the actual help file.

	* Makefile.in:  added line to install section to install help
	file.

Thu Jul 25 13:52:04 1996    <explorer@cygnus.com>

	* options.c (opts_command): Display a warning message when changing
	the location of the krb.conf file, since the KRB5 libraries
	will have opened it and tucked it away in krb5_context->profile,
	which we as a client don't have access to.

Wed Aug  7 18:03:16 1996  Jeff Bigler  <jcb@viola.cygnus.com>

	* kerbnet.hpj:  new help project (RoboHelp)
	* kerbnet.doc:  help file (Microsoft Word document)
	* kerbnet.hlp:  new help file (Windows help file)

Wed Jul 24 06:12:24 1996  Michael Graff  <explorer@cygnus.com>

	* Makefile.in: Build cnsres[45].rc into executable, depending on
	if we're compiling for V4 or V5.

	* cns.rc: remove, no longer needed. cnsres[45].rc replace this,
	and allow GUI editors for editing the .rc files.

	* kpasswd.c: make this work for V5
	
	* options.c:
	* cns.c:
	* cnsres5.rc:
	* krbini.h:  Add forwardable option to options menu

Tue Jul 16 12:42:48 1996  Michael Graff  <explorer@cygnus.com>

	* options.c:
	* password.c:  Split parts of cns.c into these files.  Each deals
	with the respective dialogs.

	* debug.c:
	* heap.c:  Added to aid in debugging.

Wed Jul 10 18:01:03 1996  Michael Graff  <explorer@cygnus.com>

	* cns.c: Remove the quick hacks mentioned below.

Thu Jul 25 13:52:04 1996    <explorer@lenin.cygnus.com>

	* options.c (opts_command): Display a warning message when changing
	the location of the krb.conf file, since the KRB5 libraries
	will have opened it and tucked it away in krb5_context->profile,
	which we as a client don't have access to.

Fri Jun 28 19:29:14 1996  Michael Graff  <explorer@cygnus.com>

	* cns.c: Really quick hacks to disable some features that just
	plain don't work correctly.  The "cns" client has some flavor of
	memory problems (malloc/free) that needs to be tracked down.

	* cnsres5.rc: reload this using a dialog editor.  Add clickbox
	for "ticket options" of "forwardable"

Wed Jun 26 14:58:23 1996  Michael Graff  <explorer@cygnus.com>

	* cns.h kpasswd.c:  formatting change, including changing
 	// to /* */

	* Makefile.in: update some of the WIN32 entries for debugging.
	Also make resouce.obj only a dependancy for WIN32 builds.

	* cns.c tktlist.h tktlist.c:  Rewrite to use the message functions
	from <windowsx.h>, included in VC 2.0 and above.  This makes most
 	of the details of 16- vs 32-bit hidden to the code.  (Disgusting
	magic happens in <windowsx.h>)

Tue Jun 25 13:57:59 1996  Michael Graff  <explorer@cygnus.com>

	* Makefile.in: Fix to work for WIN32 native compiles.  Many
	changes; some should be put into common files (win-post.in or
	windows.in?)
