[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Tue Sep 28 12:04:55 MDT 2010


The branch, master has been updated
       via  9d3046f s3-waf: add AUTH_SCRIPT module to AUTH subsystem (which is build as shared module by default).
       via  2cf5c66 s3-waf: add vfs_linux_xfs_sgid to the list of default shared modules.
      from  a3e211c s3: Attempt to fix bug 7518

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


- Log -----------------------------------------------------------------
commit 9d3046f09857b28dbd1674876b8c63079d183fbd
Author: Günther Deschner <gd at samba.org>
Date:   Tue Sep 28 20:00:47 2010 +0200

    s3-waf: add AUTH_SCRIPT module to AUTH subsystem (which is build as shared
    module by default).
    
    Guenther

commit 2cf5c661c6577c28f1f5ff8e12b7ae2554277dda
Author: Günther Deschner <gd at samba.org>
Date:   Tue Sep 28 20:00:12 2010 +0200

    s3-waf: add vfs_linux_xfs_sgid to the list of default shared modules.
    
    Guenther

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

Summary of changes:
 source3/auth/wscript_build |    7 +++++++
 source3/wscript            |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/auth/wscript_build b/source3/auth/wscript_build
index af5b984..a8da5e0 100644
--- a/source3/auth/wscript_build
+++ b/source3/auth/wscript_build
@@ -78,3 +78,10 @@ bld.SAMBA_MODULE('AUTH_NETLOGOND',
                  init_function='',
                  internal_module=bld.SAMBA3_IS_STATIC_MODULE('AUTH_NETLOGOND'),
                  enabled=bld.SAMBA3_IS_ENABLED_MODULE('AUTH_NETLOGOND'))
+
+bld.SAMBA_MODULE('AUTH_SCRIPT',
+                 subsystem='AUTH',
+                 source=AUTH_SCRIPT_SRC,
+                 init_function='',
+                 internal_module=bld.SAMBA3_IS_STATIC_MODULE('AUTH_SCRIPT'),
+                 enabled=bld.SAMBA3_IS_ENABLED_MODULE('AUTH_SCRIPT'))
diff --git a/source3/wscript b/source3/wscript
index 706b932..d182d94 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -328,7 +328,7 @@ return acl_get_perm_np(permset_d, perm);
                                       charset_CP437 auth_script vfs_readahead vfs_xattr_tdb
                                       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_crossrename vfs_linux_xfs_sgid''')
 
     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