From edf8b4d8a6a665c2aa150993cd813ea6c5cf12e1 Mon Sep 17 00:00:00 2001 From: Marc Horowitz Date: Mon, 22 Jul 1996 20:49:46 +0000 Subject: this commit includes all the changes on the OV_9510_INTEGRATION and OV_MERGE branches. This includes, but is not limited to, the new openvision admin system, and major changes to gssapi to add functionality, and bring the implementation in line with rfc1964. before committing, the code was built and tested for netbsd and solaris. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8774 dc483132-0cff-0310-8789-dd5450dbe970 --- src/kadmin/ktutil/ChangeLog | 4 ++++ src/kadmin/ktutil/configure.in | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'src/kadmin/ktutil') diff --git a/src/kadmin/ktutil/ChangeLog b/src/kadmin/ktutil/ChangeLog index 7c8582fd1..6ca64712d 100644 --- a/src/kadmin/ktutil/ChangeLog +++ b/src/kadmin/ktutil/ChangeLog @@ -2,6 +2,10 @@ Thu Jun 13 21:42:11 1996 Tom Yu * configure.in: remove ref to SS_RULES +Fri Jul 12 14:37:47 1996 Marc Horowitz + + * configure.in (USE_KADM_LIBRARY): removed. it wasn't needed. + Tue Mar 19 19:41:31 1996 Richard Basch * ktutil_funcs.c (ktutil_write_srvtab): use any type of des key diff --git a/src/kadmin/ktutil/configure.in b/src/kadmin/ktutil/configure.in index 6be5dc2aa..7e9f3e1a0 100644 --- a/src/kadmin/ktutil/configure.in +++ b/src/kadmin/ktutil/configure.in @@ -1,7 +1,6 @@ AC_INIT(ktutil.c) CONFIG_RULES AC_PROG_INSTALL -USE_KADM_LIBRARY USE_KRB4_LIBRARY USE_SS_LIBRARY KRB5_LIBRARIES -- cgit