Include k5-int.h instead of krb5.h when 'private' functions are needed
authorKen Raeburn <raeburn@mit.edu>
Sat, 20 Jan 2007 11:02:58 +0000 (11:02 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 20 Jan 2007 11:02:58 +0000 (11:02 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19080 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/bsd/kcmd.c
src/appl/bsd/krcp.c
src/appl/bsd/krlogind.c
src/appl/bsd/krshd.c
src/appl/bsd/v4rcp.c
src/appl/sample/sserver/sserver.c
src/appl/simple/client/sim_client.c
src/appl/user_user/client.c
src/appl/user_user/server.c
src/kadmin/cli/keytab.c

index 7c00d97465da3af6cfdcf36f29ecfb62164c80f9..e83d99841876f0164f5e6d2ee1a7b80b919b08c8 100644 (file)
@@ -89,7 +89,7 @@
 #include <netdb.h>
 
 #include <errno.h>
-#include <krb5.h>
+#include "k5-int.h"
 #ifdef KRB5_KRB4_COMPAT
 #include <kerberosIV/krb.h>
 #endif
index 9cf85ed37a3790304ce3e8be318c842b52a07c19..b6646f8cb85b946fcefaee7f77909a6b44742d03 100644 (file)
@@ -68,7 +68,7 @@ char copyright[] =
 #include <sys/wait.h>
 
 #ifdef KERBEROS
-#include <krb5.h>
+#include "k5-int.h"
 #include <k5-util.h>
 #include <com_err.h>
 
index 8387f18dbfcd22063fab538dd037b964c1529875..0a240b33a5fb2ef2406811c812be89a9bf2797cf 100644 (file)
@@ -233,7 +233,7 @@ struct winsize {
 
 #ifdef KERBEROS
      
-#include <krb5.h>
+#include "k5-int.h"
 #ifdef KRB5_KRB4_COMPAT
 #include <kerberosIV/krb.h>
 #endif
index 3642501f64e85a25cd98f943851d37cb4d754cec..7767976c468deeba98a89e7f96eba1e6a00a55c6 100644 (file)
@@ -160,7 +160,7 @@ char copyright[] =
 #endif
 
 #ifdef KERBEROS
-#include <krb5.h>
+#include "k5-int.h"
 #include <com_err.h>
 #include "loginpaths.h"
 #ifdef KRB5_KRB4_COMPAT
index 67bf87786ff1a52ae766944adfe22b00fcaf22ea..a339e5b23e88e2b98d51f2e8f9ffa7bf951bd361 100644 (file)
@@ -36,7 +36,7 @@ static char sccsid[] = "@(#)rcp.c     5.10 (Berkeley) 9/20/88";
  * rcp
  */
 #ifdef KERBEROS
-#include <krb5.h>
+#include "k5-int.h"
 #include <com_err.h>
 #include <k5-util.h>
 #endif
index 4bbcdda2df428c3b97a256125fbfbe6dce79a326..2cb971bafca4fad151c674e272eafeb2afac5521 100644 (file)
@@ -37,7 +37,7 @@
  * client (this will be correct if this server is started by inetd).
  */
 
-#include "krb5.h"
+#include "k5-int.h"
 #include "com_err.h"
 
 #include <stdio.h>
index d9a40dc8218da09b7bc0cea70b38ca639ea8bfbd..d5a160793f6acfa8339cac7077a3210af2e213d8 100644 (file)
@@ -37,7 +37,7 @@
 #include <ctype.h>
 #include <errno.h>
 
-#include <krb5.h>
+#include <k5-int.h>
 #include "com_err.h"
 
 #include "simple.h"
index 3bcb84b95bcb33b64fe56f5843c098878a90c19b..1ee1606597a4e730adf397bdbece8e4457aae5e1 100644 (file)
@@ -36,7 +36,7 @@
 #include <string.h>
 #include <errno.h>
 
-#include "krb5.h"
+#include "k5-int.h"
 #include "com_err.h"
 
 int main (argc, argv)
index 292bacf6d7e6ae5738e8150a9971e6351972b891..9d1ab19ae6153cb2cb9e48aef9688ef3fb088b83 100644 (file)
@@ -39,7 +39,7 @@
 #include <errno.h>
 
 #include "port-sockets.h"
-#include "krb5.h"
+#include "k5-int.h"
 #include "com_err.h"
 
 /* fd 0 is a tcp socket used to talk to the client */
index f6c167ce80c3048bc8fd6f7acfd190ffe0aaf86d..d0fca77d5a46bf6d01f47174de27d712a5a923ce 100644 (file)
@@ -40,7 +40,7 @@ static char *rcsid = "$Header$";
 #include <string.h>
 #include <errno.h>
 
-#include <krb5.h>
+#include "k5-int.h"
 #include <kadm5/admin.h>
 #include <adm_proto.h>
 #include "kadmin.h"