summaryrefslogtreecommitdiffstats
path: root/src/kadmin/server/ChangeLog
diff options
context:
space:
mode:
authorGeoffrey King <gjking@mit.edu>1998-07-21 21:03:41 +0000
committerGeoffrey King <gjking@mit.edu>1998-07-21 21:03:41 +0000
commit1efad3b012e9751a0af13b085e3294864f31f5aa (patch)
treefdd9d2f30cbd7f1201277a7dd332c5270a4760f6 /src/kadmin/server/ChangeLog
parent363ea96197bbf43e53bdc40d184a681e3c5c55c7 (diff)
downloadkrb5-1efad3b012e9751a0af13b085e3294864f31f5aa.tar.gz
krb5-1efad3b012e9751a0af13b085e3294864f31f5aa.tar.xz
krb5-1efad3b012e9751a0af13b085e3294864f31f5aa.zip
Call krb5_klog_reopen in kadm_svc_run upon receiving a SIGHUP. Use
sigaction instead of signal if POSIX_SIGNALS is defined. All of the calls to signal and sigaction are now in a separate function setup_signal_handlers, as the kdc code does. Also, since reset_db no longer does anything, change the name of signal_request_reset to the more descriptive signal_request_hup, and request_reset_db to request_hup (paralleling the nomenclature in the kdc code). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10712 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/server/ChangeLog')
-rw-r--r--src/kadmin/server/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/kadmin/server/ChangeLog b/src/kadmin/server/ChangeLog
index e0e1a36ae..d27ceb1d8 100644
--- a/src/kadmin/server/ChangeLog
+++ b/src/kadmin/server/ChangeLog
@@ -1,3 +1,16 @@
+Tue Jul 21 16:36:51 1998 Geoffrey King <gjking@mit.edu>
+
+ * ovsec_kadmd.c: Call krb5_klog_reopen in kadm_svc_run
+ upon receiving a SIGHUP. Use sigaction instead of
+ signal if POSIX_SIGNALS is defined. All of the calls
+ to signal and sigaction are now in a separate function
+ setup_signal_handlers, as the kdc code does. Also,
+ since reset_db no longer does anything, change the name
+ of signal_request_reset to the more descriptive
+ signal_request_hup, and request_reset_db to
+ request_hup (paralleling the nomenclature in the kdc
+ code).
+
Mon Jul 20 11:28:39 1998 Ezra Peisach <epeisach@mit.edu>
* schpw.c (process_chpw_request): Cast to krb5_octet * instead of