From 17ae598141b44142ad52a66cc4767029e3a73d6c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 7 Mar 2006 13:36:26 +0000 Subject: r13938: Around round of splitups (This used to be commit 2d655f05285a86bb1bbb882e4dd843def15c9dfa) --- source4/auth/auth_unix.c | 1 + source4/auth/config.mk | 1 + source4/auth/gensec/config.mk | 1 + source4/auth/gensec/schannel.c | 1 + 4 files changed, 4 insertions(+) (limited to 'source4/auth') 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) -- cgit