ChangeLog   [plain text]


2003-01-07  Ken Raeburn  <raeburn@mit.edu>

	* Makefile.ov: Deleted.

2002-11-05  Tom Yu  <tlyu@mit.edu>

	* kpasswd_strings.et: Remove trailing colon, as new implementation
	of krb5_read_password() appends it.

2002-08-29  Ken Raeburn  <raeburn@mit.edu>

	* Makefile.in: Revert $(S)=>/ change, for Windows support.

2002-08-23  Ken Raeburn  <raeburn@mit.edu>

	* Makefile.in: Change $(S)=>/ and $(U)=>.. globally.

Mon Feb 26 13:13:21 2001  Ezra Peisach  <epeisach@mit.edu>

	* kpasswd.c, tty_kpasswd.c, xm_kpasswd.c: Compiler warning
 	clenups. Use const when apropriate, remove assignments in
 	conditionals, remove unnecessary casts.

	* kpasswd.h: New file with prototypes of functions used in
 	different files.

2000-10-17  Ezra Peisach  <epeisach@mit.edu>

	* tty_kpasswd.c (read_old_password): Argument pwsize changed to
	unsigned int.

2000-05-08  Nalin Dahyabhai  <nalin@redhat.com>

	* xm_kpasswd.c (motif_com_err): Don't overflow buffer "buf".

1999-10-26  Wilfredo Sanchez  <tritan@mit.edu>

	* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
	LOCAL_INCLUDES such that one can override CFLAGS from the command
	line without losing CPP search patchs and defines. Some associated
	Makefile cleanup.

1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Makefile.in: Set the myfulldir and mydir variables (which are
		relative to buildtop and thisconfigdir, respectively.)

Fri Feb 27 23:32:38 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Makefile.in: Changed thisconfigdir to point at the kadmin
 		directory, since we've moved all of the configure.in
		tests to the toplevel kadmin configure.in

Wed Feb 18 15:56:44 1998  Tom Yu  <tlyu@mit.edu>

	* Makefile.in: Remove trialing slash from thisconfigdir.  Fix up
	BUILDTOP for new conventions.

Thu Feb 12 10:22:47 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* configure.in: Remove unused NetBSD kludge to prevent use of
		USE_KDB5_LIBRARY, since these macros are obsolete.

Mon Feb  2 17:02:29 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* configure.in: Removed use of DO_SUBDIRS.

	* Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile

Fri Jan 30 15:29:28 1998  Tom Yu  <tlyu@mit.edu>

	* Makefile.in: Remove install rules.

Wed Feb  5 22:59:43 1997  Tom Yu  <tlyu@mit.edu>

	* unit-test/configure.in: Tweak TCL_LIB -> TCL_LIBS.

Tue Feb  4 21:06:23 1997  Tom Yu  <tlyu@mit.edu>

	* Makefile.in:
	* configure.in: Update to new program build procedure.

Wed Nov 27 13:50:03 1996  Theodore Y. Ts'o  <tytso@mit.edu>

	* configure.in: Link against kdb5 explicitly on all systems except
 		BSD systems, due to hairy shared library issues.  [PR#257]
 		n.b., this is only a short-term fix for the 1.0 release.
  		The correct long-term fix is to not require kadm5 clients
 		to need to link against libkdb5 at all.
	
Fri Nov 22 18:42:02 1996  Sam Hartman  <hartmans@planet-zorp.MIT.EDU>

	* configure.in: Do not link against kdb5 because this causes
 	NetBSD getpwuid to fail. [228]

	* kpasswd.c (kpasswd): Remove cast from uid_t to int. [228]

Wed Nov 20 16:00:49 1996  Barry Jaspan  <bjaspan@mit.edu>

	* unit-test/Makefile.in (unit-test-): warn more loudly about unrun
 	tests

Wed Nov 13 19:23:15 1996  Tom Yu  <tlyu@mit.edu>

	* unit-test/Makefile.in (clean): Remove logfiles.

Sun Nov 10 09:40:48 1996  Ezra Peisach  <epeisach@mit.edu>

	* Makefile.in, configure.in: Check for Perl, tcl, and runtest and
	 	only run tests if present.
	
Thu Sep 26 17:50:23 1996  Barry Jaspan  <bjaspan@mit.edu>

	* unit-test/Makefile.in, unit-test/kpasswd.0/principal.exp: use
 	whoami instead of user (USER princ now created by init_db)

Fri Sep 20 17:32:19 1996  Barry Jaspan  <bjaspan@mit.edu>

	* configure.in: add unit-test subdirectory

	* unit-test/: create configure.in and Makefile.in
	
Tue Sep 10 14:17:45 1996  Tom Yu  <tlyu@mit.edu>

	* kpasswd.M: remove ".so man1/header.doc"

Sat Sep  7 02:13:32 1996  Sam Hartman  <hartmans@planet-zorp.MIT.EDU>

	* Makefile.in (install): Fix BINDIR to be CLIENT_BINDIR

Fri Aug 23 14:17:42 1996  Sam Hartman  <hartmans@mit.edu>

	* Makefile.in (install): Install in bin not sbin.

Thu Aug 15 19:30:18 1996  Tom Yu  <tlyu@mit.edu>

	* configure.in: Add USE_KDB5_LIBRARY to pick up -ldb.  Recent
 		changes to db-ndbm.h and k5-int.h cause ndbm.h to no
 		longer be included, which means that the dbm_error and
 		dbm_clearerr are no longer necessarily macros (as they
 		often are in ndbm.h), so must be pulled in from libdb.

Mon Aug 12 12:01:28 1996  Barry Jaspan  <bjaspan@mit.edu>

	* configure.in, Makefile.in: don't build kpasswd.local (not really
 	needed)

Tue Aug  6 11:35:45 1996  Tom Yu  <tlyu@voltage-multiplier.mit.edu>

	* kpasswd.c (kpasswd): call ovsec_kadm_init with
		KADM5_CHANGEPW_SERVICE so that ovsec principals don't need
		to exist in the db.

Mon Jul 22 04:07:02 1996  Marc Horowitz  <marc@mit.edu>

	* tty_kpasswd.c: main returns int, not void

Thu Jul 18 19:46:24 1996  Marc Horowitz  <marc@mit.edu>

	* configure.in: removed ET_RULES, replaced with AC_PROG_AWK

Wed Jul 10 01:28:12 1996  Marc Horowitz  <marc@mit.edu>

	* Makefile.in, configure.in: added autoconf support

Tue Jul  9 15:03:13 1996  Marc Horowitz  <marc@mit.edu>

	* kpasswd.c, tty_kpasswd.c, xm_kpasswd.c: renamed
 	<ovsec_admin/foo.h> to <kadm5/foo.h>

	* configure.in (CONFIG_DIRS): build the subdirs for the new admin
 	system, not the old one.