+Tue Feb 28 02:27:11 1995 John Gilmore (gnu at toad.com)
+
+ * *.[ch]: Avoid <krb5/...> and <com_err.h> includes.
+
Fri Feb 10 14:35:42 1995 Theodore Y. Ts'o <tytso@dcl>
* do_tgs_req.c (process_tgs_req): krb5_use_keytype() was being
* Dispatch an incoming packet.
*/
-
-#include <krb5/copyright.h>
-#include <krb5/krb5.h>
-#include <krb5/asn1.h>
-#include <krb5/kdb.h>
+#include "k5-int.h"
#include <syslog.h>
#include "kdc_util.h"
#include "extern.h"
* KDC Routines to deal with AS_REQ's
*/
-
-#include <krb5/krb5.h>
-#include <krb5/kdb.h>
-#include <krb5/preauth.h>
-#include <krb5/los-proto.h>
-#include <krb5/asn1.h>
-#include <krb5/osconf.h>
-#include <com_err.h>
-
-#include <krb5/ext-proto.h>
+#include "k5-int.h"
+#include "com_err.h"
#include <syslog.h>
#ifdef KRB5_USE_INET
* KDC Routines to deal with TGS_REQ's
*/
-
-#include <krb5/krb5.h>
-#include <krb5/kdb.h>
-#include <krb5/los-proto.h>
-#include <krb5/asn1.h>
-#include <krb5/osconf.h>
-#include <krb5/ext-proto.h>
-#include <com_err.h>
+#include "k5-int.h"
+#include "com_err.h"
#include <syslog.h>
#ifdef KRB5_USE_INET
* allocations of extern stuff
*/
-
-#include <krb5/copyright.h>
-
-#include <krb5/krb5.h>
-#include <krb5/kdb.h>
-#include <krb5/kdb_dbm.h>
-#include <krb5/osconf.h>
-
+#include "k5-int.h"
#include "extern.h"
/* real declarations of KDC's externs */
* <<< Description >>>
*/
-#include <krb5/copyright.h>
-
#ifndef __KRB5_KDC_EXTERN__
#define __KRB5_KDC_EXTERN__
* Utility functions for the KDC implementation.
*/
-
-#include <krb5/krb5.h>
-#include <krb5/kdb.h>
-#include <krb5/asn1.h>
-
+#include "k5-int.h"
#include "kdc_util.h"
#include "extern.h"
-
-#include <krb5/ext-proto.h>
#include <stdio.h>
-
#include <syslog.h>
/*
* Declarations for policy.c
*/
-#include <krb5/copyright.h>
-
#ifndef __KRB5_KDC_UTIL__
#define __KRB5_KDC_UTIL__
#ifdef KRB4
-#include <krb5/config.h>
-#include <krb5/sysincl.h>
+#include "k5-int.h"
#if __STDC__ || defined(STDARG_PROTOTYPES)
#include <stdarg.h>
/*
* v5 include files:
*/
-#include <krb5/krb5.h>
-#include <krb5/base-defs.h>
-#include <krb5/encryption.h>
-#include <krb5/wordsize.h>
-#include <krb5/mit-des.h>
-#include <krb5/kdb.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
-#include <com_err.h>
+#include "com_err.h"
#include "extern.h" /* to pick up master_princ */
static krb5_error_code retval;
* Main procedure body for the KDC server process.
*/
-
#include <stdio.h>
#include <syslog.h>
#include <signal.h>
#include <errno.h>
-#include <com_err.h>
+#include "com_err.h"
/* for STDC, com_err gets varargs/stdarg */
#ifndef __STDC__
#include <varargs.h>
#endif
-#include <krb5/krb5.h>
-#include <krb5/osconf.h>
-#include <krb5/kdb.h>
-#include <krb5/kdb_dbm.h>
-#include <krb5/los-proto.h>
-#include <krb5/ext-proto.h>
-
-#include <krb5/config.h>
-#ifdef PROVIDE_DES_CBC_CRC
-#include <krb5/mit-des.h>
-#endif
-
+#include "k5-int.h"
#include "kdc_util.h"
#include "extern.h"
#include "kdc5_err.h"
* Network code for Kerberos v5 KDC.
*/
-
-#include <krb5/copyright.h>
-#include <krb5/osconf.h>
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
-#include <krb5/kdb.h>
-#include <com_err.h>
+#include "k5-int.h"
+#include "com_err.h"
#include "kdc_util.h"
#include "extern.h"
#include "kdc5_err.h"
* Policy decision routines for KDC.
*/
-
-#include <krb5/copyright.h>
-
-
-#include <krb5/krb5.h>
-#include <krb5/kdb.h>
-
+#include "k5-int.h"
#include "kdc_util.h"
int
* Declarations for policy.c
*/
-#include <krb5/copyright.h>
-
#ifndef __KRB5_KDC_POLICY__
#define __KRB5_KDC_POLICY__
*
*/
-
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
-#include <krb5/kdb.h>
+#include "k5-int.h"
#include "kdc_util.h"
#include "extern.h"
*
*/
-
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/kdb.h>
+#include "k5-int.h"
#include <stdio.h>
#include "kdc_util.h"