Avoid <krb5/...> includes
authorJohn Gilmore <gnu@toad.com>
Tue, 28 Feb 1995 10:22:14 +0000 (10:22 +0000)
committerJohn Gilmore <gnu@toad.com>
Tue, 28 Feb 1995 10:22:14 +0000 (10:22 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5029 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin.new/client/ChangeLog
src/kadmin.new/client/kadmin.c
src/kadmin.new/client/memmove.c
src/kadmin.new/client/ss_wrapper.c
src/kadmin/kpasswd/ChangeLog
src/kadmin/kpasswd/kpasswd.c

index 0303a7693b22515df51b1836e15d96edece38cf7..80748f827e44ea2dc20ec9e43bb0f44f52ab7e78 100644 (file)
@@ -1,3 +1,7 @@
+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
index 33c9fce349412628e71da7627181ce707a4b6c3c..e316e785e498ee07cddd7487107b7a8406937cde 100644 (file)
  * 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>
index abc91e923edce38d9f8ec2a8f151c777b554c89c..183c294982fbfc9dd6657878740f036baaa10442 100644 (file)
@@ -38,8 +38,7 @@
 
 /* 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
index 3fa3aa9f8c68d1b0da40f00d35c6969ab5008047..6dc13147f1ffeed69789283727e6539d7b07e913 100644 (file)
@@ -22,7 +22,7 @@
  * ss wrapper for kadmin
  */
 
-#include <krb5/krb5.h>
+#include "krb5.h"
 #include <ss/ss.h>
 #include <stdio.h>
 
index 7895ab962f41e35333f09935811aabfac70ff558..d9ceb486fd74dbd28d47a3feb99100e7ca2c3008 100644 (file)
@@ -1,3 +1,7 @@
+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()
index b5db1028f67a171eb264caa9a1e06ef0ef24413a..3f053d67962edfc38dd8e0ad1f20f59440cafb9b 100644 (file)
 #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