+Tue Feb 28 01:33:52 1995 John Gilmore (gnu at toad.com)
+
+ * glue4.c: Avoid <krb5/...> includes.
+
Thu Oct 6 20:06:06 1994 Theodore Y. Ts'o (tytso@dcl)
* configure.in: Add recursive "make check" target.
+Tue Feb 28 01:30:11 1995 John Gilmore (gnu at toad.com)
+
+ * cksum.c, des.c, des.h, enc_dec.c, pcbc_encrypt.c, quad_cksum.c,
+ read_passwd.c, string2key.c, weak_key.c: Avoid <krb5/...> includes.
+
Tue Feb 21 17:42:44 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: made to work on the PC
#include "des.h"
-#include <krb5/ext-proto.h>
/*
* This routine performs DES cipher-block-chaining checksum operation,
#include "des.h"
-#include <krb5/ext-proto.h>
int INTERFACE
des_ecb_encrypt(clear, cipher, schedule, encrypt)
#ifndef DES_DEFS
#define DES_DEFS
-#include <krb5/krb5.h>
-#include <krb5/mit-des.h>
+#include "k5-int.h"
typedef mit_des_cblock des_cblock; /* crypto-block size */
#include "des.h"
-#include <krb5/ext-proto.h>
/*
* This routine performs DES cipher-block-chaining operation, either
/*
* copy of include/des.h to avoid collision with local one
*/
-#include <krb5/copyright.h>
-#include <krb5/config.h>
-#include <krb5/osconf.h>
+#include "k5-config.h"
+#include "osconf.h"
#ifndef KRB_INT32
#if (SIZEOF_LONG == 4)
#include <errno.h>
/* Application include files */
-#include <krb5/krb5.h>
-#include <krb5/mit-des.h>
+#include "k5-int.h"
#include "des.h"
/* Definitions for byte swapping */
* echoing.
*/
-
-#include <krb5/krb5.h>
-#include <krb5/los-proto.h>
-
#include "des.h"
static krb5_context krb4_global_context = 0;
#include "des.h"
-#include <krb5/ext-proto.h>
-
#include "des_int.h"
#ifdef DEBUG
#include "des.h"
-#include <krb5/ext-proto.h>
/*
* mit_des_is_weak_key: returns true iff key is a [semi-]weak des key.
-#include <krb5/krb5.h>
+#include "krb5.h"
krb5_data string_list[3] = {
{11, "FOO.MIT.EDU"},
+Tue Feb 28 01:21:52 1995 John Gilmore (gnu at toad.com)
+
+ * kprop.c, kpropd.c: Avoid <krb5/...> includes.
+
Tue Feb 14 15:30:55 1995 Chris Provenzano (proven@mit.edu)
* kprop.c Call krb5_sendauth() with new calling convention.
#include <sys/param.h>
#include <netdb.h>
-#include <krb5/krb5.h>
-#include <krb5/asn1.h>
-#include <krb5/osconf.h>
-#include <krb5/kdb.h>
-#include <krb5/kdb_dbm.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
-#include <krb5/libos.h>
-#include <com_err.h>
+#include "k5-int.h"
+#include "com_err.h"
#ifdef NEED_SYS_FCNTL_H
#include <sys/fcntl.h>
#include <netdb.h>
#include <syslog.h>
-#include <krb5/krb5.h>
-#include <krb5/asn1.h>
-#include <krb5/osconf.h>
-#include <krb5/kdb.h>
-#include <krb5/kdb_dbm.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
-#include <krb5/libos.h>
-#include <com_err.h>
+#include "k5-int.h"
+#include "com_err.h"
#include <errno.h>
#include "kprop.h"
+Tue Feb 28 01:23:18 1995 John Gilmore (gnu at toad.com)
+
+ * dump.c, test1.c: Avoid <krb5/...> includes.
+
Sun Oct 23 01:47:14 1994 (tytso@rsx-11)
* Makefile.in (check): Do checks for depth = 5
+Tue Feb 28 01:23:57 1995 John Gilmore (gnu at toad.com)
+
+ * krb5_decode_test.c, krb5_encode_test.c, ktest.h, ktest_equal.h,
+ utility.c, utility.h: Avoid <krb5/...> includes.
+
Tue Feb 14 00:18:35 1995 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Use $(LD) instead of $(CC) when linking.
-#include <krb5/krb5.h>
+#include "krb5.h"
#include "ktest.h"
-#include <com_err.h>
+#include "com_err.h"
#include "utility.h"
#include "ktest_equal.h"
-#include <krb5/asn1.h>
+#include "asn1.h"
#include "debug.h"
#include <string.h>
#include <stdio.h>
-#include <krb5/krb5.h>
-#include <krb5/asn1.h>
-#include <com_err.h>
+#include "krb5.h"
+#include "asn1.h"
+#include "com_err.h"
#include "utility.h"
#include "ktest.h"
#ifndef __KTEST_H__
#define __KTEST_H__
-#include <krb5/krb5.h>
+#include "krb5.h"
#define SAMPLE_USEC 123456
#define SAMPLE_TIME 771228197 /* Fri Jun 10 6:03:17 GMT 1994 */
#ifndef __KTEST_EQUAL_H__
#define __KTEST_EQUAL_H__
-#include <krb5/krb5.h>
+#include "krb5.h"
/* int ktest_equal_structure(krb5_structure *ref, *var) */
/* effects Returns true (non-zero) if ref and var are
-#include <krb5/krb5.h>
+#include "krb5.h"
#include "utility.h"
#include <stdlib.h>
#include <stdio.h>
#ifndef __UTILITY_H__
#define __UTILITY_H__
-#include <krb5/krb5.h>
+#include "krb5.h"
#include "krbasn1.h"
#include "asn1buf.h"
+Tue Feb 28 01:24:52 1995 John Gilmore (gnu at toad.com)
+
+ * kdb5_mkdums.c: Avoid <krb5/...> includes.
+
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
* Added krb5_context to all krb5_routines
* Edit a KDC database.
*/
-#include <krb5/copyright.h>
-#include <krb5/krb5.h>
-#include <krb5/kdb.h>
-#include <krb5/kdb_dbm.h>
-#include <krb5/los-proto.h>
-#include <krb5/asn1.h>
-#include <krb5/config.h>
-#include <krb5/sysincl.h> /* for MAXPATHLEN */
-#include <krb5/ext-proto.h>
-
-#include <com_err.h>
+#include "k5-int.h"
+#include "com_err.h"
#include <ss/ss.h>
#include <stdio.h>
*/
#include <stdio.h>
-
-#include <krb5/krb5.h>
+#include "krb5.h"
void dump_data (data)
krb5_data *data;
+Tue Feb 28 01:25:13 1995 John Gilmore (gnu at toad.com)
+
+ * kdc5_hammer.c, pp.c: Avoid <krb5/...> includes.
+
Mon Feb 06 17:19:04 1995 Chris Provenzano (proven@mit.edu)
* kdc5_hammer.c Removed krb5_keytype, changed krb5_enctype to
#include <stdio.h>
-#include <krb5/copyright.h>
-#include <krb5/osconf.h>
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
-
-#include <com_err.h>
+#include "k5-int.h"
+#include "com_err.h"
#define KRB5_DEFAULT_OPTIONS 0
#define KRB5_DEFAULT_LIFE 60*60*8 /* 8 hours */
*
*/
-#include <krb5/krb5.h>
+#include "krb5.h"
void
print_principal(p)
* Regression tests for the kerberos library.
*/
-#include <krb5/krb5.h>
+#include "krb5.h"
unsigned char key_one[8] = { 0x10, 0x23, 0x32, 0x45, 0x54, 0x67, 0x76, 0x89 };
unsigned char key_two[8] = { 0xea, 0x89, 0x57, 0x76, 0x5b, 0xcd, 0x0d, 0x34 };
+Tue Feb 28 01:25:37 1995 John Gilmore (gnu at toad.com)
+
+ * kdb5_verify.c: Avoid <krb5/...> includes.
+
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
* Added krb5_context to all krb5_routines
* Edit a KDC database.
*/
-#include <krb5/copyright.h>
-#include <krb5/krb5.h>
-#include <krb5/kdb.h>
-#include <krb5/kdb_dbm.h>
-#include <krb5/los-proto.h>
-#include <krb5/asn1.h>
-#include <krb5/config.h>
-#include <krb5/sysincl.h> /* for MAXPATHLEN */
-#include <krb5/ext-proto.h>
-
-#include <com_err.h>
+#include "k5-int.h"
+#include "com_err.h"
#include <ss/ss.h>
#include <stdio.h>
-
#define REALM_SEP '@'
#define REALM_SEP_STR "@"