+Tue Feb 28 02:04:08 1995 John Gilmore (gnu at toad.com)
+
+ * kdb5_anadd.c: Avoid <krb5/...> and <com_err.h> includes.
+
Mon Oct 3 19:11:27 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Use $(srcdir) to find manual page for make install.
* Program to add/delete entries to/from the aname translation database.
*/
-#include <krb5/krb5.h>
-#include <krb5/osconf.h>
-#include <krb5/sysincl.h>
-#include <krb5/ext-proto.h>
-#include <krb5/dbm.h>
+#include "k5-int.h"
#include <sys/file.h>
-#include <com_err.h>
+#include "com_err.h"
#include <stdio.h>
#include <errno.h>
+Tue Feb 28 02:04:57 1995 John Gilmore (gnu at toad.com)
+
+ * kdb5_convert.c: Avoid <krb5/...> and <com_err.h> includes.
+
Tue Nov 15 23:55:56 1994 Mark Eichin (eichin@cygnus.com)
* kdb5_convert.c (enter_in_v5_db): use the correct instance for
static Key_schedule master_key_schedule;
static long master_key_version;
-#include <krb5/krb5.h>
-#include <krb5/kdb.h>
-#include <krb5/kdb_dbm.h>
-#include <krb5/los-proto.h>
-#include <krb5/asn1.h>
-#include <krb5/osconf.h>
-#include <krb5/sysincl.h>
-
-#include <com_err.h>
+#include "k5-int.h"
+#include "com_err.h"
#include <stdio.h>
-#include <krb5/ext-proto.h>
-
#include <netinet/in.h> /* ntohl */
#define PROGNAME argv[0]
+Tue Feb 28 02:05:32 1995 John Gilmore (gnu at toad.com)
+
+ * kdb5_create.c: Avoid <krb5/...> and <com_err.h> includes.
+
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
* Added krb5_context to all krb5_routines
* Generate (from scratch) a Kerberos KDC database.
*/
-#include <krb5/krb5.h>
-#include <krb5/kdb.h>
-#include <krb5/kdb_dbm.h>
-#include <krb5/los-proto.h>
-#include <krb5/asn1.h>
-#include <krb5/osconf.h>
-
-#include <com_err.h>
+#include "k5-int.h"
+#include "com_err.h"
#include <stdio.h>
-
-#include <krb5/ext-proto.h>
-
enum ap_op {
NULL_KEY, /* setup null keys */
MASTER_KEY, /* use master key as new key */
+Tue Feb 28 02:05:53 1995 John Gilmore (gnu at toad.com)
+
+ * kdb5_destroy.c: Avoid <krb5/...> and <com_err.h> includes.
+
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
* Added krb5_context to all krb5_routines
* This version knows about DBM format databases.
*/
-#include <krb5/krb5.h>
-#include <krb5/kdb.h>
-#include <krb5/kdb_dbm.h>
+#include "k5-int.h"
#include <stdio.h>
-
-#include <com_err.h>
-#include <krb5/ext-proto.h>
-#include <krb5/sysincl.h> /* for MAXPATHLEN */
+#include "com_err.h"
extern int errno;
+Tue Feb 28 02:06:26 1995 John Gilmore (gnu at toad.com)
+
+ * dump.c, dumpv4.c, kdb5_edit.c, ss_wrapper.c, tcl_wrapper.c,
+ util.c: Avoid <krb5/...> includes.
+
Thu Feb 23 19:52:35 1995 Mark Eichin (eichin@cygnus.com)
* kdb5_edit.c: add struct timeb and sys/timeb includes from
* Dump a KDC database
*/
-#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 <krb5/func-proto.h>
-
-#include <com_err.h>
-#include <stdio.h>
-
+#include "k5-int.h"
+#include "com_err.h"
#include "kdb5_edit.h"
+#include <stdio.h>
struct dump_record {
char *comerr_name;
/* MKEYFILE is now defined in kdc.h */
#include <kdc.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 <krb5/func-proto.h>
-
-#include <com_err.h>
+#include "k5-int.h"
+#include "com_err.h"
#include <stdio.h>
-
#include "kdb5_edit.h"
struct dump_record {
* Edit a KDC database.
*/
-#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 <stdio.h>
#include <time.h>
/* timeb is part of the interface to get_date. */
* ss wrapper for kdb5_edit
*/
-#include <krb5/krb5.h>
+#include "k5-int.h"
#include "kdb5_edit.h"
#include <ss/ss.h>
#include <stdio.h>
* Tcl wrapper for kdb5_edit
*/
-#include <krb5/krb5.h>
+#include "k5-int.h"
#include "kdb5_edit.h"
#include <tcl.h>
*
*/
-#include <krb5/krb5.h>
-#include <krb5/kdb.h>
-#include <krb5/los-proto.h>
-#include <krb5/ext-proto.h>
-
+#include "k5-int.h"
#include "./kdb5_edit.h"
#if defined(sysvimp) || ( defined(mips) && defined(SYSTYPE_BSD43)) || (defined(vax) && !defined(ultrix))
+Tue Feb 28 02:08:04 1995 John Gilmore (gnu at toad.com)
+
+ * kdb5_stach.c: Avoid <krb5/...> and <com_err.h> includes.
+
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
* Added krb5_context to all krb5_routines
* Store the master database key in a file.
*/
-#include <krb5/krb5.h>
-#include <krb5/kdb.h>
-#include <krb5/kdb_dbm.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
-#include <krb5/sysincl.h>
-#include <krb5/osconf.h>
-
-#include <com_err.h>
+#include "k5-int.h"
+#include "com_err.h"
#include <stdio.h>
extern int errno;
+Tue Feb 28 02:10:17 1995 John Gilmore (gnu at toad.com)
+
+ * kdestroy.c: Avoid <krb5/...> and <com_err.h> includes.
+
Fri Feb 10 18:46:17 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (ISODELIB): Remove ISODE cruft. Use $(LIBS) so that
#include <stdio.h>
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
extern int optind;
extern char *optarg;
+Tue Feb 28 02:10:44 1995 John Gilmore (gnu at toad.com)
+
+ * kinit.c: Avoid <krb5/...> and <com_err.h> includes.
+
Mon Feb 13 23:50:52 1995 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Use $(LD) instead of $(CC) when linking.
*/
#include <stdio.h>
-#include <com_err.h>
+#include "com_err.h"
#include <pwd.h>
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
+#include "krb5.h"
#define KRB5_DEFAULT_OPTIONS 0
#define KRB5_DEFAULT_LIFE 60*60*8 /* 8 hours */
+Tue Feb 28 02:11:02 1995 John Gilmore (gnu at toad.com)
+
+ * klist.c: Avoid <krb5/...> and <com_err.h> includes.
+
Fri Feb 10 18:44:44 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (ISODELIB): Remove ISODE cruft. Use $(LIBS) so that
*/
#include <stdio.h>
-
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
#include <time.h>
extern int optind;
+Tue Feb 28 02:11:21 1995 John Gilmore (gnu at toad.com)
+
+ * ksu.h: Avoid <krb5/...> and <com_err.h> includes.
+
Fri Feb 17 18:10:04 1995 Chris Provenzano (proven@mit.edu)
* krb_auth_su.c krb5_auth_check()) Call krb5_get_cred_from_kdc()
* KSU was writen by: Ari Medvinsky, ari@isi.edu
*/
-#include <krb5/krb5.h>
-#include <krb5/asn1.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
-#include <krb5/dbm.h>
-
-#include <krb5/osconf.h>
-#include <krb5/sysincl.h>
+#include "k5-int.h"
#include <stdio.h>
-#include <com_err.h>
+#include "com_err.h"
#include <sys/types.h>
#include <sys/param.h>
#include <pwd.h>