Thu Nov 21 11:55:16 EST 1996 Richard Basch * Makefile.in: win32 build * ktadd.c,ktbase.c,ktdefault.c,ktfr_entry.c,ktremove.c,read_servi.c: DLL export the keytab dispatch functions Thu Jan 2 17:11:59 1997 Tom Yu * Makefile.in: * configure.in: Update to new library build procedure. Thu Jun 6 00:04:38 1996 Theodore Y. Ts'o * Makefile.in (all-windows): Don't pass $(LIBCMD) on the command line. It's set in the windows.in prologue for all Makefiles anyway. Wed Feb 7 00:23:18 1996 Theodore Y. Ts'o * Makefile.in: Folded in danw's changes to allow building Makefiles for the Macintosh. We now can build MPW makefiles which are interpreted by CodeWarrior. Wed Dec 13 07:09:30 1995 Chris Provenzano (proven@mit.edu) * configure.in : Remove subdirectory db. Tue Dec 12 01:26:30 1995 Chris Provenzano (proven@mit.edu) * configure.in : Added subdirectory db. Fri Oct 6 22:04:28 1995 Theodore Y. Ts'o * Makefile.in: Remove ##DOS!include of config/windows.in. config/windows.in is now included by wconfig. Mon Sep 25 16:57:28 1995 Theodore Y. Ts'o * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the Makefile. Wed Sep 06 14:20:57 1995 Chris Provenzano (proven@mit.edu) * read_servi.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g Tue Aug 29 13:37:56 EDT 1995 Paul Park (pjpark@mit.edu) * ktbase.c - Add routines to deal with externalizing krb5_keytab. These search the registered keytab types for a match and dispatch via the serializer handle. Fri Aug 4 21:48:41 1995 Tom Yu * read_servi.c (krb5_kt_read_service_key): add more parens to shut up gcc -Wall * ktdefault.c (krb5_kt_default): add more parens to shut up gcc -Wall Fri Jun 9 19:33:33 1995 * configure.in: Remove standardized set of autoconf macros, which are now handled by CONFIG_RULES. Use DO_SUBDIRS to recurse down subdirectories. Fri May 26 20:20:18 1995 Theodore Y. Ts'o (tytso@dcl) * configure.in, Makefile.in: Add support for building shared libraries. Thu Apr 13 15:49:16 1995 Keith Vetter (keithv@fusion.com) * *.c: removed unneeded INTERFACE from non-api functions. Fri Mar 17 19:46:07 1995 John Gilmore (gnu at toad.com) * Makefile.in (LDFLAGS): Zap duplicate defn. (all-mac, clean-mac): Add. Wed Mar 15 20:23:17 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: cleaned up for the PC Tue Mar 7 21:40:18 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: changed library name for the PC. Tue Mar 7 19:53:56 1995 Mark Eichin * configure.in: take out ISODE_DEFS. Wed Mar 3 16:30:00 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: changed LIB to LIBCMD for the PC Tue Feb 28 00:59:22 1995 John Gilmore (gnu at toad.com) * *.c: Avoid includes. Wed Feb 22 01:38:54 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: made to work on the PC * *.c: added windows INTERFACE keyword Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu) * read_servi.c (krb5_kt_read_service_key) Add krb5_keytype arg. Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu) * Added krb5_context to all krb5_routines Fri Oct 14 23:09:02 1994 Theodore Y. Ts'o (tytso@dcl) * configure.in: Add ISODE_DEFS rule. Tue Oct 4 22:06:15 1994 Theodore Y. Ts'o (tytso@dcl) * ktfr_entry.c (krb5_kt_free_entry): Only try to free entry->key.contents if it is non-NULL. If entry is NULL, return. Thu Sep 29 23:19:06 1994 Theodore Y. Ts'o (tytso@dcl) * ktbase.c (krb5_kt_resolve_name): If the prefix "FILE:" is not given, assume the default operations list (whcih is krb5_kt_dfl_ops).