+Tue Feb 28 00:25:58 1995 John Gilmore (gnu at toad.com)
+
+ * gssapi.h: Avoid <krb5/...> includes.
+
Mon Feb 20 18:50:33 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: made to work on the PC
#define _GSSAPI_H_
/* for general config: */
-#include <krb5/config.h>
-#include <krb5/osconf.h>
+#include "k5-config.h"
+#include "osconf.h"
/* for prototype-related config: */
-#include <krb5/base-defs.h>
+#include "base-defs.h"
#ifndef NO_STDLIB_H
#include <stdlib.h>
#endif
+Tue Feb 28 00:27:44 1995 John Gilmore (gnu at toad.com)
+
+ * gssapi_krb5.h, gssapiP_krb5.h: Avoid <krb5/...> includes.
+
Mon Feb 20 19:53:9 1995 Keith Vetter (keithv@fusion.com)
* accept_s.c: needed temp to avoid sign/unsigned mismatch on the PC.
#ifndef _GSSAPIP_KRB5_H_
#define _GSSAPIP_KRB5_H_
-#include <krb5/krb5.h>
+#include "krb5.h"
#include <memory.h>
/* work around sunos braindamage */
#undef minor
#endif
-/* this must be after <krb5/krb5.h>, since krb5 #defines xfree(), too */
+/* this must be after "krb5.h", since krb5 #defines xfree(), too */
#include "../generic/gssapiP_generic.h"
#include "gssapi_krb5.h"
#include "gssapi_err_krb5.h"
#define _GSSAPI_KRB5_H_
#include <gssapi/gssapi_generic.h>
-#include <krb5/krb5.h>
+#include "krb5.h"
extern const gss_OID_desc * const gss_mech_krb5;
extern const gss_OID_set_desc * const gss_mech_set_krb5;
+Tue Feb 28 00:30:10 1995 John Gilmore (gnu at toad.com)
+
+ * decrypt_key.c, encrypt_key.c, fetch_mkey.c, kdb_dbm.c,
+ setup_mkey.c, store-mkey.c, verify_mky.c: Avoid <krb5/...> includes.
+
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
* Added krb5_context to all krb5_routines
* krb5_kdb_encrypt_key(), krb5_kdb_decrypt_key functions
*/
-
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/kdb.h>
-
+#include "k5-int.h"
/*
* Decrypt a key from storage in the database. "eblock" is used
* krb5_kdb_encrypt_key(), krb5_kdb_decrypt_key functions
*/
-
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/kdb.h>
+#include "k5-int.h"
/*
* Encrypt a key for storage in the database. "eblock" is used
* Fetch a database master key from somewhere.
*/
-
-#include <krb5/krb5.h>
-#include <krb5/kdb.h>
-#include <krb5/los-proto.h>
-#include <krb5/ext-proto.h>
-#include <krb5/sysincl.h> /* for MAXPATHLEN */
+#include "k5-int.h"
#include "kdbint.h"
/* these are available to other funcs, and the pointers may be reassigned */
#include <unistd.h>
#endif
-#include <krb5/krb5.h>
-#include <krb5/dbm.h>
-#include <krb5/kdb.h>
-#include <krb5/kdb_dbm.h>
-#include <krb5/ext-proto.h>
-#include <krb5/sysincl.h>
-#include <krb5/libos.h>
+#include "k5-int.h"
#include <stdio.h>
#include <errno.h>
#include <sys/types.h>
#include <utime.h>
-#include <krb5/config.h>
#define OLD_COMPAT_VERSION_1
* krb5_kdb_setup_mkey()
*/
-
-#include <krb5/krb5.h>
-#include <krb5/kdb.h>
-#include <krb5/ext-proto.h>
+#include "k5-int.h"
/*
* Given a key name and a realm name, construct a principal which can be used
#include <errno.h>
-#include <krb5/krb5.h>
-#include <krb5/kdb.h>
-#include <krb5/los-proto.h>
-#include <krb5/ext-proto.h>
+#include "k5-int.h"
#include "kdbint.h"
-#include <krb5/sysincl.h> /* for MAXPATHLEN */
/* Just in case sysincl.h didn't get it */
* krb5_db_verify_master_key();
*/
-
-#include <krb5/krb5.h>
-#include <krb5/kdb.h>
-#include <krb5/ext-proto.h>
+#include "k5-int.h"
/*
* Verify that the master key in *mkey matches the database entry
+Tue Feb 28 00:32:48 1995 John Gilmore (gnu at toad.com)
+
+ * asn1_decode.h, asn1_encode.h, asn1_get.h, asn1_k_decode.h,
+ asn1_k_encode.h, asn1_make.h asn1_misc.h, asn1_buf.h, glue2.c,
+ krb5_decode.c, krb5_encode.c, krbasn1.h: Avoid <krb5/...> includes.
+
Tue Feb 21 12:00:00 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: made to work for the PC
#ifndef __ASN1_DECODE_H__
#define __ASN1_DECODE_H__
-#include <krb5/krb5.h>
+#include "k5-int.h"
#include "krbasn1.h"
#include "asn1buf.h"
#ifndef __ASN1_ENCODE_H__
#define __ASN1_ENCODE_H__
-#include <krb5/krb5.h>
+#include "k5-int.h"
#include <time.h>
#include "krbasn1.h"
#include "asn1buf.h"
/* ASN.1 substructure decoding procedures */
-#include <krb5/krb5.h>
+#include "k5-int.h"
#include "krbasn1.h"
#include "asn1buf.h"
#ifndef __ASN1_DECODE_KRB5_H__
#define __ASN1_DECODE_KRB5_H__
-#include <krb5/krb5.h>
+#include "k5-int.h"
#include "krbasn1.h"
#include "asn1buf.h"
#ifndef __ASN1_ENCODE_KRB5_H__
#define __ASN1_ENCODE_KRB5_H__
-#include <krb5/krb5.h>
+#include "k5-int.h"
#include <stdio.h>
#include "asn1buf.h"
#ifndef __ASN1_MAKE_H__
#define __ASN1_MAKE_H__
-#include <krb5/krb5.h>
+#include "k5-int.h"
#include "krbasn1.h"
#include "asn1buf.h"
#ifndef __ASN1_MISC_H__
#define __ASN1_MISC_H__
-#include <krb5/krb5.h>
+#include "k5-int.h"
#include "krbasn1.h"
asn1_error_code INTERFACE asn1_krb5_realm_copy
#ifndef __ASN1BUF_H__
#define __ASN1BUF_H__
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
+#include "k5-int.h"
#include "krbasn1.h"
typedef struct code_buffer_rep {
-#include <krb5/krb5.h>
+#include "krb5.h"
krb5_data string_list[3] = {
{14, "ATHENA.MIT.EDU"},
* or implied warranty.
*/
-#include <krb5.h>
+#include "krb5.h"
#include "krbasn1.h"
#include "asn1_k_decode.h"
#include "asn1_decode.h"
* or implied warranty.
*/
-#include <krb5.h>
+#include "krb5.h"
#include "asn1_k_encode.h"
#include "asn1_encode.h"
#include "krbasn1.h"
#ifndef __KRBASN1_H__
#define __KRBASN1_H__
-#include <krb5/krb5.h>
+#include "k5-int.h"
#include <stdio.h>
#include <errno.h>
#include <limits.h>