+Tue Feb 28 00:35:33 1995 John Gilmore (gnu at toad.com)
+
+ * ccbase.c, ccdefault.c: Avoid <krb5/...> includes.
+
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
* Added krb5_context to all krb5_routines
* Registration functions for ccache.
*/
-
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
+#include "k5-int.h"
extern krb5_cc_ops *krb5_cc_dfl_ops;
struct krb5_cc_typelist
* Find default credential cache
*/
-
-#include <krb5/krb5.h>
+#include "k5-int.h"
krb5_error_code krb5_cc_default(context, ccache)
krb5_context context;
+Tue Feb 28 00:35:55 1995 John Gilmore (gnu at toad.com)
+
+ * fcc.h, fcc_gennew.c, fcc_maybe.c: Avoid <krb5/...> includes.
+
Tue Feb 21 16:14:25 1995 Mark Eichin (eichin@cygnus.com)
* configure.in: check for HAVE_FLOCK, since we may need to use
* file-based credential cache routines.
*/
-
#ifndef __KRB5_FILE_CCACHE__
#define __KRB5_FILE_CCACHE__
-#include <krb5/krb5.h>
-#include <krb5/osconf.h>
-#include <krb5/ext-proto.h>
+#include "k5-int.h"
#include "fcc-proto.h"
-#include <krb5/sysincl.h>
#include <stdio.h>
#define KRB5_OK 0
#include <errno.h>
-#include <krb5/osconf.h>
+#include "k5-int.h"
#include "fcc.h"
#ifdef KRB5_USE_INET
#include "fcc.h"
#include <errno.h>
-#include <krb5/osconf.h>
+#include "k5-int.h"
int krb5_fcc_default_format = KRB5_FCC_DEFAULT_FVNO;
#error find some way to use net-byte-order file version numbers.
#endif
-#include <krb5/libos.h>
-#include <krb5/los-proto.h>
#include <stdio.h>
#define LOCK_IT 0
+Tue Feb 28 00:36:36 1995 John Gilmore (gnu at toad.com)
+
+ * scc.h, scc_gennew.c, scc_maybe.c: Avoid <krb5/...> includes.
+
Fri Jan 27 00:49:36 1995 Chris Provenzano (proven@mit.edu)
* Fix scc_read.c (krb5_scc_read_authdatum()) krb5_authdatatype
* file-based credential cache routines.
*/
-
#ifndef __KRB5_FILE_CCACHE__
#define __KRB5_FILE_CCACHE__
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
+#include "k5-int.h"
#include "scc-proto.h"
-#include <krb5/sysincl.h>
#include <stdio.h>
#define KRB5_OK 0
#include "scc.h"
-#include <krb5/osconf.h>
+#include "k5-int.h"
#ifdef KRB5_USE_INET
#include <netinet/in.h>
#include "scc.h"
-#include <krb5/osconf.h>
+#include "k5-int.h"
#ifdef KRB5_USE_INET
#include <netinet/in.h>
#error find some way to use net-byte-order file version numbers.
#endif
-#include <krb5/libos.h>
-#include <krb5/los-proto.h>
-
int krb5_scc_default_format = KRB5_SCC_DEFAULT_FVNO;
krb5_error_code