summaryrefslogtreecommitdiffstats
path: root/src/kadmin
diff options
context:
space:
mode:
Diffstat (limited to 'src/kadmin')
-rw-r--r--src/kadmin/v5client/ChangeLog7
-rw-r--r--src/kadmin/v5server/ChangeLog8
2 files changed, 15 insertions, 0 deletions
diff --git a/src/kadmin/v5client/ChangeLog b/src/kadmin/v5client/ChangeLog
index 3e71ce825e..f1af638ee1 100644
--- a/src/kadmin/v5client/ChangeLog
+++ b/src/kadmin/v5client/ChangeLog
@@ -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.
diff --git a/src/kadmin/v5server/ChangeLog b/src/kadmin/v5server/ChangeLog
index 11169ef5c1..ae6d217c9f 100644
--- a/src/kadmin/v5server/ChangeLog
+++ b/src/kadmin/v5server/ChangeLog
@@ -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.