+Tue Feb 28 02:17:40 1995 John Gilmore (gnu at toad.com)
+
+ * kadmin.c, memmove.c, ss_wrapper.c: Avoid <krb5/...> includes.
+
Thu Dec 22 20:55:05 1994 Tom Yu (tlyu@dragons-lair)
* kadmin.c: lots of bug fixes, fixing addprinc -randkey, cosmetic
* the OVSecure library
*/
-#include <krb5/krb5.h>
-#include <krb5/los-proto.h>
-#include <krb5/ext-proto.h>
-#include <krb5/kdb.h>
+#include "k5-int.h"
#include <ovsec_admin/admin.h>
#include <stdio.h>
#include <sys/types.h>
/* based on @(#)bcopy.c 5.11 (Berkeley) 6/21/91 */
-#include <krb5/osconf.h>
-#include <krb5/config.h>
+#include "k5-int.h"
#ifdef USE_STRING_H
#include <string.h>
#else
* ss wrapper for kadmin
*/
-#include <krb5/krb5.h>
+#include "krb5.h"
#include <ss/ss.h>
#include <stdio.h>
+Tue Feb 28 02:21:41 1995 John Gilmore (gnu at toad.com)
+
+ * kpasswd.c: Avoid <krb5/...> includes.
+
Tue Feb 14 15:30:55 1995 Chris Provenzano (proven@mit.edu)
* kpasswd.c Call krb5_sendauth(), krb5_get_credentials()
#include <sys/param.h>
#include <pwd.h>
-#include <krb5/adm_defs.h>
-
#include <sys/stat.h>
-#include <krb5/krb5.h>
+#include "k5-int.h"
+
#ifdef USE_STRING_H
#include <string.h>
#else
#include <strings.h>
#endif
-#include <krb5/kdb.h>
-#include <krb5/kdb_dbm.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
-#include <krb5/asn1.h>
-#include <krb5/config.h>
-#include <krb5/base-defs.h>
-#include <krb5/asn1.h>
-#include <krb5/adm_err.h>
-#include <krb5/errors.h>
-#include <krb5/kdb5_err.h>
-#include <krb5/krb5_err.h>
-#include <com_err.h>
+#include "com_err.h"
#ifndef MAXPATHLEN
#define MAXPATHLEN 1024