prototype.
* main.c: Include des.h for des_init_random_number_generator()
prototype.
* network.c: Include adm_proto.h for krb5_klog_syslog()
prototype. Pass kdc_context to krb5_klog_reopen().
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13314
dc483132-0cff-0310-8789-
dd5450dbe970
+2001-06-08 Ezra Peisach <epeisach@mit.edu>
+
+ * kdc_preauth.c: Include adm_proto.h for krb5_klog_syslog()
+ prototype.
+
+ * main.c: Include des.h for des_init_random_number_generator()
+ prototype.
+
+ * network.c: Include adm_proto.h for krb5_klog_syslog()
+ prototype. Pass kdc_context to krb5_klog_reopen().
+
2001-06-07 Ezra Peisach <epeisach@mit.edu>
* kerberos_v4.c: Get rid of file wide static krb5_error_code. Cast
#include "kdc_util.h"
#include "extern.h"
#include <stdio.h>
+#include "adm_proto.h"
#include <syslog.h>
typedef krb5_error_code (*verify_proc)
#include <netinet/in.h>
#endif
+#ifdef KRB5_KRB4_COMPAT
+#include <des.h>
+#endif
+
kdc_realm_t *find_realm_data (char *, krb5_ui_4);
void usage (char *);
#include "kdc_util.h"
#include "extern.h"
#include "kdc5_err.h"
+#include "adm_proto.h"
#include <sys/ioctl.h>
#include <syslog.h>
while (!signal_requests_exit) {
if (signal_requests_hup) {
- krb5_klog_reopen();
+ krb5_klog_reopen(kdc_context);
signal_requests_hup = 0;
}
readfds = select_fds;