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/ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index fdfbd2e22..3f10ce6af 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,30 @@ +Thu Jul 18 19:12:02 1996 Marc Horowitz + + * configure.in: $krb524 works with the admin system, now + +Tue Jul 9 14:32:14 1996 Marc Horowitz + + * aclocal.m4 (USE_ANAME, USE_KDB5_LIBRARY, KRB5_LIBRARIES): change + these macros so that db (as provided in util/db2) will *always* be + used. + + * configure.in (CONFIG_DIRS): removed $kadminv4 and $krb524 for + now, since they don't work with the new admin system. this needs + to be fixed. + + * aclocal.m4 (WITH_KRB4): create new substituted variable + KRB4_INCLUDES, which is conditional on internal vs external vs no + krb4. + (USE_KADMCLNT_LIBRARY): added. + (KRB5_LIBRARIES): this macro didn't have any clue how to deal with + multiple executeables built in the same dir with different + libraries. it does now, at least for what the admin system needs. + (V5_MAKE_SHARED_LIB): this macro currently uses the LIB_SUBDIRS + make var to find the directories to build the shared library in. + This adds an optional fifth argument which is used in conjunction + with LIB_SUBDIRS for that purpose. Now, both kadm5 libraries can + be built in the same directory. + Mon Jun 17 18:34:10 1996 Tom Yu * aclocal.m4 (CHECK_DB): explicitly set $LIBS before calling @@ -97,6 +124,15 @@ Tue May 14 21:56:08 1996 Ezra Peisach * aclocal.m4 (AC_CHECK_DBM_PROTO): Arguments were not executed if using cached results. +Tue May 7 22:56:46 1996 Marc Horowitz + + * aclocal.m4 (V5_AC_OUTPUT_MAKEFILE): add a second optional + argument to specify files besides Makefile.in which should be + configureified. + * aclocal.m4 (USE_KADM_LIBRARY): removed. + * aclocal.m4 (USE_KADMSRV_LIBRARY, USE_GSSRPC_LIBRARY, + USE_GSSAPI_LIBRARY, USE_DYN_LIBRARY, USE_DB_LIBRARY): added. + Tue Apr 30 23:25:07 1996 Ken Raeburn * Makefile.in (tgz-bin, pkgdir): New targets. -- cgit