diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-07 16:41:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:32 -0500 |
commit | ceb6e9717bf8ea5c83a01e159a7006fd8651620c (patch) | |
tree | 79b965506d85c0abcd5f14d22b86828d4caabdba /source4/auth | |
parent | 967bff7d88f478b49bba9e04244fd9239c0cf3c8 (diff) | |
download | samba-ceb6e9717bf8ea5c83a01e159a7006fd8651620c.tar.gz samba-ceb6e9717bf8ea5c83a01e159a7006fd8651620c.tar.bz2 samba-ceb6e9717bf8ea5c83a01e159a7006fd8651620c.zip |
r13960: Generate makefile rules for installing/removing shared modules.
(This used to be commit 2c746980328431ab04852dc668899e3eb042da99)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/config.mk | 18 | ||||
-rw-r--r-- | source4/auth/credentials/config.mk | 4 | ||||
-rw-r--r-- | source4/auth/gensec/config.mk | 20 | ||||
-rw-r--r-- | source4/auth/ntlmssp/config.mk | 4 |
4 files changed, 23 insertions, 23 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk index 7372f563de..a64ceb5da1 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -1,4 +1,4 @@ -# AUTH Server subsystem +# auth Server subsystem include gensec/config.mk include kerberos/config.mk include ntlmssp/config.mk @@ -9,7 +9,7 @@ include credentials/config.mk [MODULE::auth_sam] PRIVATE_PROTO_HEADER = auth_sam.h INIT_FUNCTION = auth_sam_init -SUBSYSTEM = AUTH +SUBSYSTEM = auth OBJ_FILES = \ auth_sam.o REQUIRED_SUBSYSTEMS = \ @@ -21,7 +21,7 @@ REQUIRED_SUBSYSTEMS = \ # Start MODULE auth_anonymous [MODULE::auth_anonymous] INIT_FUNCTION = auth_anonymous_init -SUBSYSTEM = AUTH +SUBSYSTEM = auth OBJ_FILES = \ auth_anonymous.o # End MODULE auth_anonymous @@ -31,7 +31,7 @@ OBJ_FILES = \ # Start MODULE auth_winbind [MODULE::auth_winbind] INIT_FUNCTION = auth_winbind_init -SUBSYSTEM = AUTH +SUBSYSTEM = auth OBJ_FILES = \ auth_winbind.o REQUIRED_SUBSYSTEMS = \ @@ -44,7 +44,7 @@ REQUIRED_SUBSYSTEMS = \ # Start MODULE auth_developer [MODULE::auth_developer] INIT_FUNCTION = auth_developer_init -SUBSYSTEM = AUTH +SUBSYSTEM = auth OBJ_FILES = \ auth_developer.o # End MODULE auth_developer @@ -54,7 +54,7 @@ OBJ_FILES = \ # Start MODULE auth_unix [MODULE::auth_unix] INIT_FUNCTION = auth_unix_init -SUBSYSTEM = AUTH +SUBSYSTEM = auth OBJ_FILES = \ auth_unix.o REQUIRED_SUBSYSTEMS = \ @@ -67,8 +67,8 @@ PRIVATE_PROTO_HEADER = pam_errors.h OBJ_FILES = pam_errors.o ####################### -# Start SUBSYSTEM AUTH -[SUBSYSTEM::AUTH] +# Start SUBSYSTEM auth +[SUBSYSTEM::auth] PRIVATE_PROTO_HEADER = auth_proto.h OBJ_FILES = \ auth.o \ @@ -77,5 +77,5 @@ OBJ_FILES = \ ntlm_check.o \ auth_simple.o REQUIRED_SUBSYSTEMS = LIB_SECURITY -# End SUBSYSTEM AUTH +# End SUBSYSTEM auth ####################### diff --git a/source4/auth/credentials/config.mk b/source4/auth/credentials/config.mk index 96c48f7574..586add9c14 100644 --- a/source4/auth/credentials/config.mk +++ b/source4/auth/credentials/config.mk @@ -1,5 +1,5 @@ ################################# -# Start SUBSYSTEM GENSEC +# Start SUBSYSTEM gensec [SUBSYSTEM::CREDENTIALS] PRIVATE_PROTO_HEADER = credentials_proto.h OBJ_FILES = credentials.o \ @@ -7,7 +7,7 @@ OBJ_FILES = credentials.o \ credentials_krb5.o \ credentials_ntlm.o REQUIRED_SUBSYSTEMS = \ - HEIMDAL LIBCLI_AUTH LIBLDB SECRETS + HEIMDAL LIBCLI_AUTH ldb SECRETS # End SUBSYSTEM CREDENTIALS ################################# diff --git a/source4/auth/gensec/config.mk b/source4/auth/gensec/config.mk index 79b6cdda09..b72745dacc 100644 --- a/source4/auth/gensec/config.mk +++ b/source4/auth/gensec/config.mk @@ -1,6 +1,6 @@ ################################# -# Start SUBSYSTEM GENSEC -[LIBRARY::GENSEC] +# Start SUBSYSTEM gensec +[LIBRARY::gensec] MAJOR_VERSION = 0 MINOR_VERSION = 0 DESCRIPTION = Generic Security Library @@ -10,33 +10,33 @@ PRIVATE_PROTO_HEADER = gensec_proto.h OBJ_FILES = gensec.o REQUIRED_SUBSYSTEMS = \ CREDENTIALS -# End SUBSYSTEM GENSEC +# End SUBSYSTEM gensec ################################# ################################################ # Start MODULE gensec_krb5 [MODULE::gensec_krb5] -SUBSYSTEM = GENSEC +SUBSYSTEM = gensec INIT_FUNCTION = gensec_krb5_init OBJ_FILES = gensec_krb5.o -REQUIRED_SUBSYSTEMS = KERBEROS AUTH +REQUIRED_SUBSYSTEMS = KERBEROS auth # End MODULE gensec_krb5 ################################################ ################################################ # Start MODULE gensec_gssapi [MODULE::gensec_gssapi] -SUBSYSTEM = GENSEC +SUBSYSTEM = gensec INIT_FUNCTION = gensec_gssapi_init OBJ_FILES = gensec_gssapi.o -REQUIRED_SUBSYSTEMS = KERBEROS AUTH +REQUIRED_SUBSYSTEMS = KERBEROS auth # End MODULE gensec_gssapi ################################################ ################################################ # Start MODULE gensec_spnego [MODULE::gensec_spnego] -SUBSYSTEM = GENSEC +SUBSYSTEM = gensec INIT_FUNCTION = gensec_spnego_init PRIVATE_PROTO_HEADER = spnego_proto.h OBJ_FILES = spnego.o \ @@ -47,12 +47,12 @@ OBJ_FILES = spnego.o \ ################################################ # Start MODULE gensec_schannel [MODULE::gensec_schannel] -SUBSYSTEM = GENSEC +SUBSYSTEM = gensec PRIVATE_PROTO_HEADER = schannel_proto.h INIT_FUNCTION = gensec_schannel_init OBJ_FILES = schannel.o \ schannel_sign.o -REQUIRED_SUBSYSTEMS = AUTH SCHANNELDB NDR_SCHANNEL +REQUIRED_SUBSYSTEMS = auth SCHANNELDB NDR_SCHANNEL # End MODULE gensec_schannel ################################################ diff --git a/source4/auth/ntlmssp/config.mk b/source4/auth/ntlmssp/config.mk index 55a9e09971..eb09a199f0 100644 --- a/source4/auth/ntlmssp/config.mk +++ b/source4/auth/ntlmssp/config.mk @@ -1,7 +1,7 @@ ################################################ # Start MODULE gensec_ntlmssp [MODULE::gensec_ntlmssp] -SUBSYSTEM = GENSEC +SUBSYSTEM = gensec NOPROTO = NO INIT_FUNCTION = gensec_ntlmssp_init PRIVATE_PROTO_HEADER = proto.h @@ -10,6 +10,6 @@ OBJ_FILES = ntlmssp.o \ ntlmssp_client.o \ ntlmssp_parse.o \ ntlmssp_server.o -REQUIRED_SUBSYSTEMS = AUTH +REQUIRED_SUBSYSTEMS = auth # End MODULE gensec_ntlmssp ################################################ |