diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-07 13:36:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:29 -0500 |
commit | 17ae598141b44142ad52a66cc4767029e3a73d6c (patch) | |
tree | f2bc452432344bea214be864501af3b333c0fde6 /source4/auth | |
parent | 0de1ad5ae621ad99d507b38d3eb2e2015b2fbd71 (diff) | |
download | samba-17ae598141b44142ad52a66cc4767029e3a73d6c.tar.gz |
r13938: Around round of splitups
(This used to be commit 2d655f05285a86bb1bbb882e4dd843def15c9dfa)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/auth_unix.c | 1 | ||||
-rw-r--r-- | source4/auth/config.mk | 1 | ||||
-rw-r--r-- | source4/auth/gensec/config.mk | 1 | ||||
-rw-r--r-- | source4/auth/gensec/schannel.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/source4/auth/auth_unix.c b/source4/auth/auth_unix.c index eab86aecf86..417025dfdf3 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 56bc28c8409..7372f563de8 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 17e22123ab9..79b6cdda09a 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 0409b17c4de..2b3c330a2d3 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) |