From 04f8c229de7ffad5f4ec1a0bb68c2c8b4ccf4e15 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 27 Nov 2009 15:52:57 +0100 Subject: s3-kerberos: only use krb5 headers where required. This seems to be the only way to deal with mixed heimdal/MIT setups during merged build. Guenther --- source3/libads/ads_status.c | 1 + source3/libads/authdata.c | 1 + source3/libads/kerberos.c | 1 + source3/libads/kerberos_keytab.c | 1 + source3/libads/kerberos_verify.c | 1 + source3/libads/krb5_errs.c | 1 + source3/libads/krb5_setpw.c | 1 + 7 files changed, 7 insertions(+) (limited to 'source3/libads') diff --git a/source3/libads/ads_status.c b/source3/libads/ads_status.c index 29148e8543..6680766f23 100644 --- a/source3/libads/ads_status.c +++ b/source3/libads/ads_status.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "smb_krb5.h" /* build a ADS_STATUS structure diff --git a/source3/libads/authdata.c b/source3/libads/authdata.c index ef5400654e..35d5ef9f31 100644 --- a/source3/libads/authdata.c +++ b/source3/libads/authdata.c @@ -24,6 +24,7 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_krb5pac.h" +#include "smb_krb5.h" #ifdef HAVE_KRB5 diff --git a/source3/libads/kerberos.c b/source3/libads/kerberos.c index 89357b01fb..af8ea39370 100644 --- a/source3/libads/kerberos.c +++ b/source3/libads/kerberos.c @@ -22,6 +22,7 @@ */ #include "includes.h" +#include "smb_krb5.h" #ifdef HAVE_KRB5 diff --git a/source3/libads/kerberos_keytab.c b/source3/libads/kerberos_keytab.c index 4fede259ab..fa2a1261a2 100644 --- a/source3/libads/kerberos_keytab.c +++ b/source3/libads/kerberos_keytab.c @@ -26,6 +26,7 @@ */ #include "includes.h" +#include "smb_krb5.h" #ifdef HAVE_KRB5 diff --git a/source3/libads/kerberos_verify.c b/source3/libads/kerberos_verify.c index 8502902963..bf9bca6311 100644 --- a/source3/libads/kerberos_verify.c +++ b/source3/libads/kerberos_verify.c @@ -24,6 +24,7 @@ */ #include "includes.h" +#include "smb_krb5.h" #ifdef HAVE_KRB5 diff --git a/source3/libads/krb5_errs.c b/source3/libads/krb5_errs.c index 0e03ebb90d..d4ff09a510 100644 --- a/source3/libads/krb5_errs.c +++ b/source3/libads/krb5_errs.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "smb_krb5.h" #ifdef HAVE_KRB5 diff --git a/source3/libads/krb5_setpw.c b/source3/libads/krb5_setpw.c index 7cdfbc58a4..ec5cafc49d 100644 --- a/source3/libads/krb5_setpw.c +++ b/source3/libads/krb5_setpw.c @@ -19,6 +19,7 @@ */ #include "includes.h" +#include "smb_krb5.h" #ifdef HAVE_KRB5 -- cgit