* forward.c, kcmd.c, krcp.c, krlogin.c, krlogind.c, krsh.c,
authorJohn Gilmore <gnu@toad.com>
Tue, 28 Feb 1995 09:43:29 +0000 (09:43 +0000)
committerJohn Gilmore <gnu@toad.com>
Tue, 28 Feb 1995 09:43:29 +0000 (09:43 +0000)
krshd.c:  Avoid <krb5/...> and <com_err.h> includes.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5020 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/bsd/ChangeLog
src/appl/bsd/forward.c
src/appl/bsd/kcmd.c
src/appl/bsd/krcp.c
src/appl/bsd/krlogin.c
src/appl/bsd/krlogind.c
src/appl/bsd/krsh.c
src/appl/bsd/krshd.c

index da0ffca47d188144181ce71b8d36b85ad490633f..230b9a2dd6d057b3caf8652c088059e0fff34164 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb 28 01:41:04 1995  John Gilmore  (gnu at toad.com)
+
+       * forward.c, kcmd.c, krcp.c, krlogin.c, krlogind.c, krsh.c,
+       krshd.c:  Avoid <krb5/...> and <com_err.h> includes.
+
 Tue Feb 14 15:30:55 1995 Chris Provenzano  (proven@mit.edu)
 
         * kcmd.c Call krb5_sendauth() and krb5_get_credentials() with 
index be26bb2152a49378f3a99023aeffb1d74db820da..9c9b229bed6b853c8c5cbaae44341381f5b09c90 100644 (file)
 #include <pwd.h>
 #include <netdb.h>
 
-#include <krb5/krb5.h>
-#include <krb5/asn1.h>
-#include <krb5/los-proto.h>
-#include <krb5/ext-proto.h>
+#include "krb5.h"
 
 /* Decode, decrypt and store the forwarded creds in the local ccache. */
 krb5_error_code
index faa1e8afa021c4acc0e09fb91b7bef02e4266149..653f402038c884941f09908ddfd76ad4d4b5b549 100644 (file)
@@ -50,9 +50,7 @@
 #include <netdb.h>
      
 #include <errno.h>
-#include <krb5/krb5.h>
-#include <krb5/asn1.h>
-#include <krb5/ext-proto.h>
+#include "krb5.h"
 
 #include "defines.h"
      
index a914f659940b97f4c37c4bb94ad891b7744faaaf..cdc7ffd4b1f73f05ee6bcf163fa0a18752ec8575 100644 (file)
@@ -64,12 +64,8 @@ char copyright[] =
 #endif
 
 #ifdef KERBEROS
-#include <krb5/krb5.h>
-#include <krb5/asn1.h>
-#include <krb5/mit-des.h>
-#include <krb5/los-proto.h>
-
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
      
 #ifdef BUFSIZ
 #undef BUFSIZ
index f98f37d5f29dde0059069c6c0276e8ae066d27bc..2fe1662e718f774f5fbc53225a2521979f3dcfdd 100644 (file)
@@ -127,11 +127,8 @@ char copyright[] =
 #endif
 
 #ifdef KERBEROS
-#include <krb5/krb5.h>
-#include <krb5/asn1.h>
-#include <krb5/mit-des.h>
-#include <krb5/los-proto.h>
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
 #include "defines.h"
      
 #ifdef BUFSIZ
index a958691455615f876689f20ecae6ad67155ceae1..71e4753f4ee27a50fb5126b0e2aa266eb565978c 100644 (file)
@@ -207,11 +207,7 @@ struct winsize {
 
 #ifdef KERBEROS
      
-#include <krb5/krb5.h>
-#include <krb5/osconf.h>
-#include <krb5/asn1.h>
-#include <krb5/mit-des.h>
-#include <krb5/los-proto.h>
+#include "krb5.h"
 #include <kerberosIV/krb.h>
 
 #ifdef BUFSIZ
@@ -234,7 +230,7 @@ int v4_des_read(), v4_des_write();
 
 int v5_des_read(), v5_des_write();
 
-#include <com_err.h>
+#include "com_err.h"
      
 #define SECURE_MESSAGE  "This rlogin session is using DES encryption for all data transmissions.\r\n"
 
index 17e3a6f71b5422e0bd073935af4941d76bdcaf18..8ed1e0dd3ba90f7481e40f18d5b8cdfcf897a01d 100644 (file)
@@ -55,11 +55,8 @@ char copyright[] =
 #endif
 
 #ifdef KERBEROS
-#include <krb5/krb5.h>
-#include <krb5/asn1.h>
-#include <krb5/mit-des.h>
-#include <krb5/osconf.h>
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
 #include "defines.h"
 #endif /* KERBEROS */
      
index 6d4ffde9b2cbb57bd0d1ad4749664efa91e8440e..538d9bc0a381e45e2740329b4c89064c4722d8a5 100644 (file)
@@ -154,12 +154,8 @@ char copyright[] =
 #endif
 
 #ifdef KERBEROS
-#include <krb5/krb5.h>
-#include <krb5/asn1.h>
-#include <krb5/mit-des.h>
-#include <krb5/ext-proto.h>
-
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
 #include "loginpaths.h"
 
 #define ARGSTR "rRxXeEkKD:?"