summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-07 13:36:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:29 -0500
commit17ae598141b44142ad52a66cc4767029e3a73d6c (patch)
treef2bc452432344bea214be864501af3b333c0fde6 /source4/auth
parent0de1ad5ae621ad99d507b38d3eb2e2015b2fbd71 (diff)
downloadsamba-17ae598141b44142ad52a66cc4767029e3a73d6c.tar.gz
samba-17ae598141b44142ad52a66cc4767029e3a73d6c.tar.bz2
samba-17ae598141b44142ad52a66cc4767029e3a73d6c.zip
r13938: Around round of splitups
(This used to be commit 2d655f05285a86bb1bbb882e4dd843def15c9dfa)
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/auth_unix.c1
-rw-r--r--source4/auth/config.mk1
-rw-r--r--source4/auth/gensec/config.mk1
-rw-r--r--source4/auth/gensec/schannel.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/source4/auth/auth_unix.c b/source4/auth/auth_unix.c
index eab86aecf8..417025dfdf 100644
--- a/source4/auth/auth_unix.c
+++ b/source4/auth/auth_unix.c
@@ -24,6 +24,7 @@
#include "auth/auth.h"
#include "system/passwd.h" /* needed by some systems for struct passwd */
#include "lib/socket/socket.h"
+#include "auth/pam_errors.h"
/* TODO: look at how to best fill in parms retrieveing a struct passwd info
* except in case USER_INFO_DONT_CHECK_UNIX_ACCOUNT is set
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index 56bc28c840..7372f563de 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -63,6 +63,7 @@ REQUIRED_SUBSYSTEMS = \
#######################
[SUBSYSTEM::PAM_ERRORS]
+PRIVATE_PROTO_HEADER = pam_errors.h
OBJ_FILES = pam_errors.o
#######################
diff --git a/source4/auth/gensec/config.mk b/source4/auth/gensec/config.mk
index 17e22123ab..79b6cdda09 100644
--- a/source4/auth/gensec/config.mk
+++ b/source4/auth/gensec/config.mk
@@ -59,6 +59,7 @@ REQUIRED_SUBSYSTEMS = AUTH SCHANNELDB NDR_SCHANNEL
################################################
# Start SUBSYSTEM SCHANNELDB
[SUBSYSTEM::SCHANNELDB]
+PRIVATE_PROTO_HEADER = schannel_state.h
OBJ_FILES = \
schannel_state.o
#
diff --git a/source4/auth/gensec/schannel.c b/source4/auth/gensec/schannel.c
index 0409b17c4d..2b3c330a2d 100644
--- a/source4/auth/gensec/schannel.c
+++ b/source4/auth/gensec/schannel.c
@@ -25,6 +25,7 @@
#include "librpc/gen_ndr/ndr_schannel.h"
#include "auth/auth.h"
#include "auth/gensec/schannel.h"
+#include "auth/gensec/schannel_state.h"
#include "auth/gensec/schannel_proto.h"
static size_t schannel_sig_size(struct gensec_security *gensec_security, size_t data_size)