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/kadmin/v5server/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/kadmin/v5server') diff --git a/src/kadmin/v5server/ChangeLog b/src/kadmin/v5server/ChangeLog index 11169ef5c..ae6d217c9 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 * 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. -- cgit