From bd3acf09f5cb2bf7cdb978f6e42ce5097e2e6ab6 Mon Sep 17 00:00:00 2001 From: Paul Park Date: Fri, 30 Jun 1995 20:20:03 +0000 Subject: Describe previous changes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6211 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/kdb/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/lib') diff --git a/src/lib/kdb/ChangeLog b/src/lib/kdb/ChangeLog index 130685fe2..ecd712d85 100644 --- a/src/lib/kdb/ChangeLog +++ b/src/lib/kdb/ChangeLog @@ -1,3 +1,14 @@ + +Fri Jun 30 14:39:45 EDT 1995 Paul Park (pjpark@mit.edu) + * kdb_dbm.c - Add function dispatch table to context and use it to + perform database accesses. Add kdb5_db_set_dbops() to set + a context's function dispatch table. + * Makefile.in - Remove Berkeley database object modules from this + library. They're now in libkrb5 since we use them in + other places. + * t_kdb.c - Add ability to test both DBM and Berkeley database + format. + Thu Jun 29 06:54:00 1995 Mark Eichin * configure.in (--with-dbm): new option, allows easy building of -- cgit