Thu May  1 23:22:43 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...)

Mon Mar 10 18:29:50 1997  Marc Horowitz  <marc@cygnus.com>

	* svr_principal.c (add_to_history): if the history list is empty,
 	realloc(NULL, size) will be called.  This fails on sunos, even
	though ANSI says it shouldn't.  (This fixes pr 386 at MIT; tlyu
	committed it there, but forgot to change ChangeLog)

Sat Mar  1 00:17:09 1997  Marc Horowitz  <marc@cygnus.com>

	* adb_openclose.c (osa_adb_create_db), (osa_adb_open_and_lock):
 	remove HASHINFO, we're using a btree now.  Even if we weren't, the
 	library should use the parameters from create-time, and not pass
 	in a new set.  For btree, the create defaults are fine, so there's
 	no BTREEINFO, either.

Thu Feb 27 20:11:57 1997  Marc Horowitz  <marc@cygnus.com>

	* adb_openclose.c (osa_adb_create_db): use a BTREE for the policy
 	database, too.

Thu Feb 13 02:01:40 1997  Marc Horowitz  <marc@cygnus.com>

	* server_misc.c (passwd_check): when comparing a string against
	a principal element, use strncasecmp, not strcasecmp

Tue Feb 11 10:08:08 1997  Stephen Peters  <speters@cygnus.com>

	* svr_iters.c (get_bounded_princs_iter,
		  kadm5_get_next_principals):  New functions.

	* server_kdb.c (kdb_bounded_iter_entry): Added function for
		  dealing with bounded iterations (aka the
		  get_next_principals function)

Tue Feb 11 15:01:19 1997  Michael Graff  <explorer@cygnus.com>

	* Use what is passed in for pw_expiration.  Formerly, one could
	only make this value smaller than the one that was there.

Fri Feb  7 01:49:03 1997  Mark Eichin  <eichin@cygnus.com>

	* server_dict.c (init_dict): pass third argument to open.

Mon Dec 16 12:16:31 1996  Jeremy Allison <jra@cygnus.com>

	* configure.in: Added AC_CHECK_HEADERS(malloc.h).
	* adb_free.c: Added HAVE_MALLOC_H.
	* adb_policy.c: Added HAVE_MALLOC_H.
	* server_dict.c: Added HAVE_MALLOC_H.
	* svr_misc_free.c: Added HAVE_MALLOC_H.

Tue Dec  3 02:02:06 1996  Mark W. Eichin  <eichin@kitten.gen.ma.us>

	* adb_openclose.c, adb_policy.c: need sys/types.h before sys/file.h.

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

Mon Sep 16 04:48:29 1996  Mark W. Eichin  <eichin@kitten.gen.ma.us>

	* svr_principal.c (kadm5_modify_principal): when adding new
	tl_data to the entry, update the count as well.

Thu Sep 12 19:24:15 1996  Marc Horowitz  <marc@mit.edu>

	* server_acl.c (acl_load_acl_file): fixed handling of
 	acl_catchall_entry in the case of no acl file being present.

Wed Sep  4 14:22:39 1996  Ken Raeburn  <raeburn@cygnus.com>

	* Makefile.in (SHLIB_LIBS): Use $(LIBS) instead of always
	referencing -ldb.

