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

Karolin Seeger kseeger at samba.org
Wed Jun 13 11:59:26 MDT 2012


The branch, v3-6-test has been updated
       via  6330936 Fix bug #8922.
      from  e5e8668 Complete fix for bug #8811 - sd_has_inheritable_components segfaults on an SD that se_access_check accepts.

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


- Log -----------------------------------------------------------------
commit 633093685734e44afd7a0de1d58a0ffe905ae13a
Author: Jeremy Allison <jra at samba.org>
Date:   Fri May 11 03:27:01 2012 -0700

    Fix bug #8922.
    
    Looking at the do_list status returns was historically
    ignored, allowing tar to continue after NT_STATUS_ACCESS_DENIED.
    Return to this state.
    
    Autobuild-User: Jeremy Allison <jra at samba.org>
    Autobuild-Date: Fri May 11 14:55:53 CEST 2012 on sn-devel-104

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

Summary of changes:
 source3/client/clitar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/client/clitar.c b/source3/client/clitar.c
index 3c08734..b658688 100644
--- a/source3/client/clitar.c
+++ b/source3/client/clitar.c
@@ -907,7 +907,7 @@ strlen(finfo->name)=%d\nname=%s,cur_dir=%s\n",
 			return NT_STATUS_NO_MEMORY;
 		}
 		DEBUG(5, ("Doing list with mtar_mask: %s\n", mtar_mask));
-		status = do_list(mtar_mask, attribute, do_tar, False, True);
+		do_list(mtar_mask, attribute, do_tar, False, True);
 		client_set_cur_dir(saved_curdir);
 		TALLOC_FREE(saved_curdir);
 		TALLOC_FREE(new_cd);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list