Fri Dec  6 15:09:14 1996  Mark Eichin  <eichin@cygnus.com>

	* dump.c (read_string): do *not* cast fgetc to char.

Tue Dec  3 21:11:30 1996  Mark Eichin  <eichin@cygnus.com>

	* loadv4.c (maketime): use krb5_gettimeofday.

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
                
Sat Jun 29 13:52:24 1996  Mark W. Eichin  <eichin@kitten.gen.ma.us>

	* util.c (strstr): just use HAVE_STRSTR instead of previous
	per-target conditionals. 
	* configure.in: add strstr to function list.

Fri Mar 29 18:04:01 1996  Ken Raeburn  <raeburn@cygnus.com>

	* maint_mode.c (maint_mode): If called a second time, do nothing.

Fri Mar 29 01:06:09 1996  Marc Horowitz  <marc@mit.edu>

	* kdb5_maint.ct, maint_mode.c, Makefile.in, cpw.c (add_admin),
 	kdb5_ed_ct.ct, kdb5_edit.c (delete_admin), ss_wrapper.c (main):
 	all commands except dump_db and load_db moved from kdb5_ed_ct.c to
 	kdb5_maint.ct.  A new hidden command, "maintenance", added to add
 	the "unsafe" commands back into the command table.  New commands
 	"add_admin" and "delete_admin" added to the base command table to
 	add and delete the single principal "admin/admin".  These changes
 	make kdb5_edit safe for customers to use without hurting
 	themselves, encouraging them to use kadmin/d.

Tue Feb 27 00:03:31 1996  Mark Eichin  <eichin@cygnus.com>

	* afs.c (add_afs_keys): default cell name to realm name.

Mon Feb 26 22:42:09 1996  Mark Eichin  <eichin@cygnus.com>

	* afs_edit.M: new file, copied from kdb5_edit.M and tweaked.

Mon Feb 26 02:50:42 1996  Mark W. Eichin  <eichin@cygnus.com>

	* Makefile.in: build afs_edit using bits from kdb5_edit.
	* afs.c: new file, guts taken from appl/afs/kascvt.c,
	admin/edit/cpw.c, and lib/kdb/kdb_cpw.c. Implements add_afs_keys
	command and the deep structure needed to pass a key instead of a
	password into the database.
	* afs_ed_ct.ct: command table for afs_edit. Still named
	kdb5_edit_cmds internally, to allow reuse of kdb5_edit.c. Supports
	some generics, and one specific command: add_afs_keys (aak, or
	kascvt as aliases.)
	* configure.in: check for stdlib.h.
	* consume.c, consume.h: moved from appl/afs, simple parsing
	routines for text structured input.
	* kascvt.h: data types for now-local structures in afs.c
	* kdb5_edit.c: new command line option -f stashfile.

