[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Mon Nov 8 07:18:01 MST 2010


The branch, master has been updated
       via  528edcc s3-waf: add idmap_autorid to the build.
      from  8b624c1 s3: Fix an uninitialized variable

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 528edcc789ed4712925e33005fcd5f355ddba1b6
Author: Günther Deschner <gd at samba.org>
Date:   Mon Nov 8 14:34:51 2010 +0100

    s3-waf: add idmap_autorid to the build.
    
    Guenther
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Mon Nov  8 14:17:27 UTC 2010 on sn-devel-104

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

Summary of changes:
 source3/winbindd/wscript_build |    9 +++++++++
 source3/wscript                |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build
index ddc9543..da0c189 100644
--- a/source3/winbindd/wscript_build
+++ b/source3/winbindd/wscript_build
@@ -17,6 +17,7 @@ IDMAP_ADEX_SRC = '''idmap_adex/idmap_adex.c
                     idmap_adex/provider_unified.c
                     idmap_adex/gc_util.c
                     idmap_adex/domain_util.c'''
+IDMAP_AUTORID_SRC = '''idmap_autorid.c'''
 
 IDMAP_RW_SRC = 'idmap_rw.c'
 IDMAP_SRC = 'idmap.c idmap_util.c ${IDMAP_RW_SRC}'
@@ -88,6 +89,14 @@ bld.SAMBA_MODULE('idmap_adex',
                  internal_module=bld.SAMBA3_IS_STATIC_MODULE('IDMAP_ADEX'),
                  enabled=bld.SAMBA3_IS_ENABLED_MODULE('IDMAP_ADEX'))
 
+bld.SAMBA_MODULE('idmap_autorid',
+                 subsystem='idmap',
+                 source=IDMAP_AUTORID_SRC,
+                 init_function='',
+                 internal_module=bld.SAMBA3_IS_STATIC_MODULE('IDMAP_AUTORID'),
+                 enabled=bld.SAMBA3_IS_ENABLED_MODULE('IDMAP_AUTORID'))
+
+
 NSS_INFO_TEMPLATE_SRC = 'nss_info_template.c'
 NSS_INFO_SRC = 'nss_info.c'
 
diff --git a/source3/wscript b/source3/wscript
index 5b83e23..5bab1a1 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -334,7 +334,7 @@ return acl_get_perm_np(permset_d, perm);
                                       vfs_streams_xattr vfs_streams_depot vfs_acl_xattr vfs_acl_tdb
                                       vfs_smb_traffic_analyzer vfs_preopen vfs_catia vfs_scannedonly
                                       vfs_crossrename vfs_linux_xfs_sgid
-                                      vfs_time_audit''')
+                                      vfs_time_audit idmap_autorid''')
 
     if Options.options.developer:
         default_static_modules.extend(TO_LIST('rpc_rpcecho pdb_ads'))


-- 
Samba Shared Repository


More information about the samba-cvs mailing list