+Tue Feb 28 00:15:06 1995 John Gilmore (gnu at toad.com)
+
+ * cryptoconf.c, des_md5.c: Avoid <krb5/...> includes.
+
Fri Feb 3 02:44:07 1995 John Gilmore <gnu@cygnus.com>
Rename files so that they work in the DOS LIB command,
#endif
#ifdef PROVIDE_RSA_MD5
-#include <krb5/rsa-md5.h>
+#include "rsa-md5.h"
#define MD5_CKENTRY &rsa_md5_cksumtable_entry
#define MD5_DES_CKENTRY &rsa_md5_des_cksumtable_entry
#else
/* WARNING:
make sure the order of entries in these tables matches the #defines in
- <krb5/encryption.h>
+ "krb5/encryption.h"
*/
krb5_cs_table_entry *krb5_csarray[] = {
+Tue Feb 28 00:18:38 1995 John Gilmore (gnu at toad.com)
+
+ * des_int.h: Avoid <krb5/...> includes.
+
Mon Feb 20 16:10:29 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: made to work under windows PC
#ifndef DES_INTERNAL_DEFS
#define DES_INTERNAL_DEFS
-#include <krb5/mit-des.h>
+#include "mit-des.h" /* From include/krb5 */
/* cbc_cksum.c */
extern krb5_error_code INTERFACE mit_des_cbc_checksum
*/
#include "k5-int.h"
-#include <krb5/rsa-md5.h>
+#include "rsa-md5.h"
#include "des_int.h"
krb5_error_code INTERFACE mit_des_md5_encrypt_func
+Tue Feb 28 00:19:06 1995 John Gilmore (gnu at toad.com)
+
+ * rsa-md4.h: Avoid <krb5/...> includes.
+
Mon Feb 20 15:54:1 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: made to work for the PC
**********************************************************************
*/
-#include <krb5/config.h>
-#include <krb5/wordsize.h>
+#include <k5-config.h>
+#include <wordsize.h>
/* Data structure for MD4 (Message Digest) computation */
typedef struct {
+Tue Feb 28 00:20:15 1995 John Gilmore (gnu at toad.com)
+
+ * md5.c, md5crypto.c, md5glue.c, t_mddriver.c: Avoid <krb5/...>
+ includes.
+
Mon Feb 20 15:54:1 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: made to work for the PC
*/
#include "k5-int.h"
-#include <krb5/rsa-md5.h>
+#include "rsa-md5.h"
#ifdef __STDC__
#define UL(x) x##UL
#include "k5-int.h"
-#include <krb5/rsa-md5.h>
+#include "rsa-md5.h"
#include "des_int.h" /* we cheat a bit and call it directly... */
krb5_error_code INTERFACE
#include "k5-int.h"
-#include <krb5/rsa-md5.h>
+#include "rsa-md5.h"
krb5_error_code INTERFACE
md5_sum_func NPROTOTYPE((krb5_pointer in, size_t in_length,
#include "rsa-md4.h"
#endif
#if MD == 5
-#include <krb5/rsa-md5.h>
+#include "rsa-md5.h"
#endif
/* Length of test block, number of test blocks.
#include <krb.h>
-#include <krb5/krb5.h>
+#include "krb5.h"
int krb5_425_error; /* For people who want to know what */
/* the *real* error was.... */
+Tue Feb 28 00:23:19 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.
+
Fri Sep 30 22:00:19 1994 Theodore Y. Ts'o (tytso@dcl)
* realmhost.c (krb_realmofhost): index->strchr
#include <stdio.h>
#include <krb.h>
-#include <krb5/osconf.h>
+#include "k5-int.h"
/* max size of full name */
#define FULL_SZ (ANAME_SZ + INST_SZ + REALM_SZ)
#include <ctype.h>
#include <netdb.h>
#include <krb.h>
-#include <krb5/krb5.h>
-#include <krb5/los-proto.h>
-#include <krb5/asn1.h>
+#include "k5-int.h"
#include <netinet/in.h>
#include <stdio.h>
-#include <krb5/ext-proto.h>
#define min(a,b) ((a) < (b) ? (a) : (b))