summaryrefslogtreecommitdiffstats
path: root/source3/libads
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-11-27 15:52:57 +0100
committerGünther Deschner <gd@samba.org>2009-11-27 16:36:00 +0100
commit04f8c229de7ffad5f4ec1a0bb68c2c8b4ccf4e15 (patch)
tree5ec206577ccfe1626198427d757b993c3a21f475 /source3/libads
parent23d77be6cb8847cbdad859269faf59fea30b27b8 (diff)
downloadsamba-04f8c229de7ffad5f4ec1a0bb68c2c8b4ccf4e15.tar.gz
samba-04f8c229de7ffad5f4ec1a0bb68c2c8b4ccf4e15.tar.xz
samba-04f8c229de7ffad5f4ec1a0bb68c2c8b4ccf4e15.zip
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
Diffstat (limited to 'source3/libads')
-rw-r--r--source3/libads/ads_status.c1
-rw-r--r--source3/libads/authdata.c1
-rw-r--r--source3/libads/kerberos.c1
-rw-r--r--source3/libads/kerberos_keytab.c1
-rw-r--r--source3/libads/kerberos_verify.c1
-rw-r--r--source3/libads/krb5_errs.c1
-rw-r--r--source3/libads/krb5_setpw.c1
7 files changed, 7 insertions, 0 deletions
diff --git a/source3/libads/ads_status.c b/source3/libads/ads_status.c
index 29148e85439..6680766f23f 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 ef5400654e9..35d5ef9f317 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 89357b01fbd..af8ea393705 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 4fede259ab7..fa2a1261a28 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 85029029631..bf9bca63111 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 0e03ebb90dd..d4ff09a5106 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 7cdfbc58a4a..ec5cafc49d4 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