Describe previous changes
authorPaul Park <pjpark@mit.edu>
Fri, 30 Jun 1995 20:20:03 +0000 (20:20 +0000)
committerPaul Park <pjpark@mit.edu>
Fri, 30 Jun 1995 20:20:03 +0000 (20:20 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6211 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/v5client/ChangeLog
src/kadmin/v5server/ChangeLog
src/lib/kdb/ChangeLog

index 3e71ce825e31e1a396c605ce460fa616d288d624..f1af638ee1795557279760ae8fee678e21564ef9 100644 (file)
@@ -1,3 +1,10 @@
+
+Fri Jun 30 14:33:31 EDT 1995   Paul Park       (pjpark@mit.edu)
+       * kadmin5.c - Add usage of compile(3) regular expression interfaces
+               if present.  Also call regfree if using regcomp.
+       * configure.in - Add --with-dbm to select between Berkeley and DBM
+               KDC database format.
+
 Tue Jun 27 18:50:29 1995  Sam Hartman  (hartmans@tardis)
 
        * Makefile.in: Remove -g from linker flags.
index 11169ef5c18fb7100529b3c83a52aef9bcf00f6f..ae6d217c9f60899d0b1f855ff8f6a34ed69554cd 100644 (file)
@@ -1,3 +1,11 @@
+
+Fri Jun 30 14:35:00 EDT 1995   Paul Park       (pjpark@mit.edu)
+       * srv_main.c - Instead of moving up the initialization and calls to
+               key_init() before the call to daemon(), have daemon() not
+               disassociate from the terminal if the -m flag is set.
+       * configure.in - Add --with-dbm to select between Berkeley and DBM
+               KDC database format.
+
 Tue Jun 27 18:14:33 1995  Sam Hartman  <hartmans@tardis.MIT.EDU>
 
        * srv_main.c (main): Rearrange code so that we ask for the master key *before* we detach from the controlling terminal.  This causes the Kerberos context to be initialized in the parent before the fork; I'm not sure if this is acceptable or not.
index 130685fe2584d81d6b3e019228ccdfa5dc2a973c..ecd712d859ab27baac9c69d2a7739b0967a04a70 100644 (file)
@@ -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  <eichin@cygnus.com>
 
        * configure.in (--with-dbm): new option, allows easy building of