diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-07 11:07:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:24 -0500 |
commit | 4ac2be99588b48b0652a524bf12fb1aa9c3f5fbb (patch) | |
tree | 1d810fa37a23a91d9405b686bd8b86befe2b1f9a /source4/kdc | |
parent | 45c92c9cf08210e1d5792e2d8db93912727c3dba (diff) | |
download | samba-4ac2be99588b48b0652a524bf12fb1aa9c3f5fbb.tar.gz samba-4ac2be99588b48b0652a524bf12fb1aa9c3f5fbb.tar.bz2 samba-4ac2be99588b48b0652a524bf12fb1aa9c3f5fbb.zip |
r13924: Split more prototypes out of include/proto.h + initial work on header
file dependencies
(This used to be commit 122835876748a3eaf5e8d31ad1abddab9acb8781)
Diffstat (limited to 'source4/kdc')
-rw-r--r-- | source4/kdc/hdb-ldb.c | 2 | ||||
-rw-r--r-- | source4/kdc/kdc.c | 3 | ||||
-rw-r--r-- | source4/kdc/pac-glue.c | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/source4/kdc/hdb-ldb.c b/source4/kdc/hdb-ldb.c index 5766a9acfa..742c067194 100644 --- a/source4/kdc/hdb-ldb.c +++ b/source4/kdc/hdb-ldb.c @@ -41,6 +41,8 @@ #include "system/iconv.h" #include "librpc/gen_ndr/netlogon.h" #include "auth/auth.h" +#include "auth/auth_sam.h" +#include "db_wrap.h" #include "dsdb/samdb/samdb.h" enum hdb_ldb_ent_type diff --git a/source4/kdc/kdc.c b/source4/kdc/kdc.c index 8492d5a7eb..77ed9b6f15 100644 --- a/source4/kdc/kdc.c +++ b/source4/kdc/kdc.c @@ -25,6 +25,7 @@ #include "includes.h" #include "smbd/service_task.h" #include "smbd/service_stream.h" +#include "smbd/process_model.h" #include "lib/events/events.h" #include "lib/socket/socket.h" #include "kdc/kdc.h" @@ -32,8 +33,8 @@ #include "dlinklist.h" #include "lib/messaging/irpc.h" #include "lib/stream/packet.h" - #include "librpc/gen_ndr/samr.h" +#include "netif/netif.h" /* hold all the info needed to send a reply */ struct kdc_reply { diff --git a/source4/kdc/pac-glue.c b/source4/kdc/pac-glue.c index a9c12b8ee6..ca5f37fa79 100644 --- a/source4/kdc/pac-glue.c +++ b/source4/kdc/pac-glue.c @@ -28,6 +28,7 @@ #include "heimdal/lib/krb5/krb5_locl.h" #include "librpc/gen_ndr/krb5pac.h" #include "auth/auth.h" +#include "auth/auth_sam.h" /* Given the right private pointer from hdb_ldb, get a PAC from the attached ldb messages */ static krb5_error_code samba_get_pac(krb5_context context, |