The Samba-Bugzilla – Attachment 7555 Details for
Bug 8922
smbclient's tarmode insists on listing excluded directories
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix for 3.6.next
0001-Fix-bug-8922.patch (text/plain), 1.03 KB, created by
Jeremy Allison
on 2012-05-11 13:11:10 UTC
(
hide
)
Description:
git-am fix for 3.6.next
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2012-05-11 13:11:10 UTC
Size:
1.03 KB
patch
obsolete
>From 0fefe24d6f9d013b0cbb0db9d238ea473e1716ea Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Fri, 11 May 2012 03:27:01 -0700 >Subject: [PATCH] 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@samba.org> >Autobuild-Date: Fri May 11 14:55:53 CEST 2012 on sn-devel-104 >--- > source3/client/clitar.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/client/clitar.c b/source3/client/clitar.c >index b02ada4..c0b6e4e 100644 >--- a/source3/client/clitar.c >+++ b/source3/client/clitar.c >@@ -891,7 +891,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); >-- >1.7.9.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
obnox
:
review+
Actions:
View
Attachments on
bug 8922
: 7555