From b79c6600a0c95b554ebc53a09b42cfeb40dbd9fa Mon Sep 17 00:00:00 2001 From: Danilo Almeida Date: Fri, 4 Feb 2000 21:26:02 +0000 Subject: * kinit.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. * Makefile.in: On Windows, use getopt.lib instead of getopt.obj, and add support for getopt_long. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11993 dc483132-0cff-0310-8789-dd5450dbe970 --- src/clients/kinit/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/clients/kinit/ChangeLog') diff --git a/src/clients/kinit/ChangeLog b/src/clients/kinit/ChangeLog index 39d7ec895..0c8a52e0b 100644 --- a/src/clients/kinit/ChangeLog +++ b/src/clients/kinit/ChangeLog @@ -1,3 +1,14 @@ +2000-02-04 Danilo Almeida + + * kinit.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. + + * Makefile.in: On Windows, use getopt.lib instead of getopt.obj, + and add support for getopt_long. + 1999-12-03 Danilo Almeida * Makefile.in: Windows fix for 10/26/99 cleanup. -- cgit