2003-01-07 Ken Raeburn * Makefile.ov: Deleted. 2002-11-05 Tom Yu * kpasswd_strings.et: Remove trailing colon, as new implementation of krb5_read_password() appends it. 2002-08-29 Ken Raeburn * Makefile.in: Revert $(S)=>/ change, for Windows support. 2002-08-23 Ken Raeburn * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. Mon Feb 26 13:13:21 2001 Ezra Peisach * 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 * tty_kpasswd.c (read_old_password): Argument pwsize changed to unsigned int. 2000-05-08 Nalin Dahyabhai * xm_kpasswd.c (motif_com_err): Don't overflow buffer "buf". 1999-10-26 Wilfredo Sanchez * 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 * 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 * 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 * Makefile.in: Remove trialing slash from thisconfigdir. Fix up BUILDTOP for new conventions. Thu Feb 12 10:22:47 1998 Theodore Ts'o * 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 * 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 * Makefile.in: Remove install rules. Wed Feb 5 22:59:43 1997 Tom Yu * unit-test/configure.in: Tweak TCL_LIB -> TCL_LIBS. Tue Feb 4 21:06:23 1997 Tom Yu * Makefile.in: * configure.in: Update to new program build procedure. Wed Nov 27 13:50:03 1996 Theodore Y. Ts'o * 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 * 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 * unit-test/Makefile.in (unit-test-): warn more loudly about unrun tests Wed Nov 13 19:23:15 1996 Tom Yu * unit-test/Makefile.in (clean): Remove logfiles. Sun Nov 10 09:40:48 1996 Ezra Peisach * 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 * 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 * configure.in: add unit-test subdirectory * unit-test/: create configure.in and Makefile.in Tue Sep 10 14:17:45 1996 Tom Yu * kpasswd.M: remove ".so man1/header.doc" Sat Sep 7 02:13:32 1996 Sam Hartman * Makefile.in (install): Fix BINDIR to be CLIENT_BINDIR Fri Aug 23 14:17:42 1996 Sam Hartman * Makefile.in (install): Install in bin not sbin. Thu Aug 15 19:30:18 1996 Tom Yu * 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 * configure.in, Makefile.in: don't build kpasswd.local (not really needed) Tue Aug 6 11:35:45 1996 Tom Yu * 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 * tty_kpasswd.c: main returns int, not void Thu Jul 18 19:46:24 1996 Marc Horowitz * configure.in: removed ET_RULES, replaced with AC_PROG_AWK Wed Jul 10 01:28:12 1996 Marc Horowitz * Makefile.in, configure.in: added autoconf support Tue Jul 9 15:03:13 1996 Marc Horowitz * kpasswd.c, tty_kpasswd.c, xm_kpasswd.c: renamed to * configure.in (CONFIG_DIRS): build the subdirs for the new admin system, not the old one.