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

Karolin Seeger kseeger at samba.org
Wed Sep 28 12:18:13 MDT 2011


The branch, v3-6-test has been updated
       via  bdf1c39 These modules are no longer experimental but production-ready (especially the acl_xattr code). Remove the "experimental" tag.
      from  700532c Fix bug 8480 - acl_xattr can free an invalid pointer if no blob is loaded.

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


- Log -----------------------------------------------------------------
commit bdf1c399646a0a968a4360c65be2db8089e6ab8d
Author: Jeremy Allison <jra at samba.org>
Date:   Tue Sep 27 10:23:08 2011 -0700

    These modules are no longer experimental but production-ready (especially the acl_xattr code). Remove the "experimental" tag.
    
    Autobuild-User: Jeremy Allison <jra at samba.org>
    Autobuild-Date: Tue Sep 27 21:00:12 CEST 2011 on sn-devel-104
    (cherry picked from commit fa2236c066890b687483408ed0d82a4bb1f95157)
    
    Fix bug #8494 (Remove "experimental" label on VFS ACL modules).

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

Summary of changes:
 source3/modules/vfs_acl_tdb.c   |    2 --
 source3/modules/vfs_acl_xattr.c |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_acl_tdb.c b/source3/modules/vfs_acl_tdb.c
index 1e33131..b208b24 100644
--- a/source3/modules/vfs_acl_tdb.c
+++ b/source3/modules/vfs_acl_tdb.c
@@ -18,8 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/* NOTE: This is an experimental module, not yet finished. JRA. */
-
 #include "includes.h"
 #include "smbd/smbd.h"
 #include "system/filesys.h"
diff --git a/source3/modules/vfs_acl_xattr.c b/source3/modules/vfs_acl_xattr.c
index 2a83430..ca23fad 100644
--- a/source3/modules/vfs_acl_xattr.c
+++ b/source3/modules/vfs_acl_xattr.c
@@ -18,8 +18,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/* NOTE: This is an experimental module, not yet finished. JRA. */
-
 #include "includes.h"
 #include "smbd/smbd.h"
 #include "librpc/gen_ndr/xattr.h"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list