2001-06-08 Ezra Peisach * kdestroy.c: Include unistd.h (if present) for getopt() prototype. 2000-08-02 Ezra Peisach * kdestroy.c (main): Clean up compiler warnings. 2000-03-16 Ezra Peisach * kdestroy.c: Do not define variables if v4 compatilibilty is not defined. 2000-03-07 Danilo Almeida * kdestroy.M: Make up-to-date. * kdestroy.c: Add support for combining -5 and -4. Add ability to easily change defaults in terms of whether to use 5, 4 or both. Expand usage info. 2000-02-16 Danilo Almeida * kdestroy.c: Fix GET_PROGNAME macro to properly return program name under Win32. Re-indent, turning spaces that should be tabs into tabs. 2000-02-04 Tom Yu * Makefile.in (kdestroy): Fix to build under Unix again. 2000-02-04 Danilo Almeida * kdestroy.c: Major revamp to support Kerberos 4 compatibility. Code restructured to allow changes to support Kerberos 4 or Kerberos 5 only operation depending on whether dynamic libraries are avialable. Explicit documentation and support files to make it easy to do this will be forthcoming. 1999-12-03 Danilo Almeida * Makefile.in: Windows fix for 10/26/99 cleanup. 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. 1999-08-09 Danilo Almeida * Makefile.in: Use standard windows exe link flags. Mon May 10 15:09:31 1999 Danilo Almeida * Makefile.in: Do win32 build in subdir. 1998-11-13 Theodore Ts'o * Makefile.in: Set the myfulldir and mydir variables (which are relative to buildtop and thisconfigdir, respectively.) 1998-05-06 Theodore Ts'o * kdestroy.c (main): POSIX states that getopt returns -1 when it is done parsing options, not EOF. Wed Feb 18 15:40:31 1998 Tom Yu * Makefile.in: Remove trailing slash from thisconfigdir. Fix up BUILDTOP for new conventions. Fix up extraneous whitespace. Mon Feb 2 17:02:29 1998 Theodore Ts'o * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile Wed Jan 21 15:12:30 1998 Ezra Peisach * kdestroy.c (main): returns int, not void. ANSI X3.159-1989 2.1.2.2.1 says so, and gcc now warns about it. Sat Feb 15 12:25:00 1997 Richard Basch * Makefile.in: Link in ComErr library $(CLIB) Mon Feb 10 14:59:54 1997 Richard Basch * Makefile.in: Build kdestroy.exe (win32 console app) Mon Jan 27 16:38:44 1997 Tom Yu * Makefile.in: * configure.in: Update to new program build procedure. Wed Nov 6 12:02:20 1996 Theodore Ts'o * kdestroy.c (main): Check the error return from krb5_init_context(), and print an error message if necessary. Tue Sep 10 14:13:33 1996 Tom Yu * kdestroy.M: remove ".so man1/header.doc" Fri Jul 7 15:52:51 EDT 1995 Paul Park (pjpark@mit.edu) * Makefile.in - Remove explicit library handling and LDFLAGS.. * configure.in - Add KRB5_LIBRARIES. Thu Jun 15 17:45:03 EDT 1995 Paul Park (pjpark@mit.edu) * Makefile.in - Change explicit library names to -l form, and change target link line to use $(LD) and associated flags. * configure.in - Add shared library usage check. Fri Jun 9 18:37:19 1995 * configure.in: Remove standardized set of autoconf macros, which are now handled by CONFIG_RULES. Thu May 04 04:31:53 1995 Chris Provenzano (proven@mit.edu) * kdestroy.c : Added #include Thu Mar 2 12:32:49 1995 Theodore Y. Ts'o * Makefile.in (ISODELIB): Remove reference to $(ISODELIB). Wed Mar 1 16:26:51 1995 Theodore Y. Ts'o * configure.in: Replace check for -lsocket and -lnsl with WITH_NETLIB check. Tue Feb 28 02:10:17 1995 John Gilmore (gnu at toad.com) * kdestroy.c: Avoid and includes. Fri Feb 10 18:46:17 1995 Theodore Y. Ts'o * Makefile.in (ISODELIB): Remove ISODE cruft. Use $(LIBS) so that libsocket can be pulled in if necessary. * kdestroy.c (main): Call krb5_init_context to initialize the context. * configure.in: Add check for libsocket and libnsl (sigh). krb5_init_ctx drags in cryptoconf.c, which drags in enough of the crypto library that socket() gets called. We should to fix this eventually to make klist smaller, but the fix will be subtle. Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu) * Added krb5_context to all krb5_routines Mon Oct 3 19:14:48 1994 Theodore Y. Ts'o (tytso@dcl) * Makefile.in: Use $(srcdir) to find manual page for make install.