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/admin/stash/ChangeLog | 4 ++++ src/admin/stash/configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'src/admin/stash') diff --git a/src/admin/stash/ChangeLog b/src/admin/stash/ChangeLog index e7b35b9a89..a2f6d89b44 100644 --- a/src/admin/stash/ChangeLog +++ b/src/admin/stash/ChangeLog @@ -1,3 +1,7 @@ +Sun May 12 01:16:49 1996 Marc Horowitz + + * configure.in: USE_KADM_LIBRARY replaced by USE_KADMSRV_LIBRARY + Wed Sep 06 14:20:57 1995 Chris Provenzano (proven@mit.edu) * kdb5_stash.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g diff --git a/src/admin/stash/configure.in b/src/admin/stash/configure.in index 93fa3eff55..1cd10cdb58 100644 --- a/src/admin/stash/configure.in +++ b/src/admin/stash/configure.in @@ -1,7 +1,7 @@ AC_INIT(kdb5_stash.c) CONFIG_RULES AC_PROG_INSTALL -USE_KADM_LIBRARY +USE_KADMSRV_LIBRARY USE_KDB5_LIBRARY KRB5_LIBRARIES V5_USE_SHARED_LIB -- cgit