[SCM] Samba Shared Repository - branch v3-4-test updated

Karolin Seeger kseeger at samba.org
Tue Jul 6 04:20:09 MDT 2010


The branch, v3-4-test has been updated
       via  1b22e94... s3: Fix bug 7336: Enable idmap_passdb module build as shared (cherry picked from commit 8c0fbc410798512b7a4b7db73bcb24cde6fa7849) (cherry picked from commit b4803af11525823ea508d0ca4e58402d55901194)
      from  10e34cf... s3-librpc: Fixed GUID_from_data_blob() with length of 32.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit 1b22e942aa869d51dc9e50b74c44ece004c30947
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Jul 4 10:01:42 2010 +0200

    s3: Fix bug 7336: Enable idmap_passdb module build as shared
    (cherry picked from commit 8c0fbc410798512b7a4b7db73bcb24cde6fa7849)
    (cherry picked from commit b4803af11525823ea508d0ca4e58402d55901194)

-----------------------------------------------------------------------

Summary of changes:
 source3/Makefile.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index f1f8471..b863e36 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2454,6 +2454,10 @@ bin/rid. at SHLIBEXT@: $(BINARY_PREREQS) winbindd/idmap_rid.o
 	@echo "Building plugin $@"
 	@$(SHLD_MODULE) winbindd/idmap_rid.o
 
+bin/passdb. at SHLIBEXT@: $(BINARY_PREREQS) winbindd/idmap_passdb.o
+	@echo "Building plugin $@"
+	@$(SHLD_MODULE) winbindd/idmap_passdb.o
+
 bin/ad. at SHLIBEXT@: $(BINARY_PREREQS) winbindd/idmap_ad.o
 	@echo "Building plugin $@"
 	@$(SHLD_MODULE) winbindd/idmap_ad.o


-- 
Samba Shared Repository


More information about the samba-cvs mailing list