The Samba-Bugzilla – Attachment 13294 Details for
Bug 12845
Related requests with SessionSetup fail with INTERNAL_ERROR
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix for 4.6.next, 4.5.next
0001-s3-smb2_sesssetup-allow-a-compound-request-after-a-S.patch (text/plain), 1.33 KB, created by
Jeremy Allison
on 2017-06-19 18:55:58 UTC
(
hide
)
Description:
git-am fix for 4.6.next, 4.5.next
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2017-06-19 18:55:58 UTC
Size:
1.33 KB
patch
obsolete
>From 7a818892c2544a7e1c08cd24802d74cddfda5947 Mon Sep 17 00:00:00 2001 >From: Stefan Metzmacher <metze@samba.org> >Date: Thu, 15 Jun 2017 23:01:18 +0200 >Subject: [PATCH] s3:smb2_sesssetup: allow a compound request after a > SessionSetup > >This is not a full fix yet as we don't allow compound requests >after going async. > >With SMB 3.11 requiring signed TreeConnect requests it's pointless >to try to compound requests after a SessionSetup. > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=12845 > >Signed-off-by: Stefan Metzmacher <metze@samba.org> >Reviewed-by: Jeremy Allison <jra@samba.org> > >Autobuild-User(master): Jeremy Allison <jra@samba.org> >Autobuild-Date(master): Sat Jun 17 10:55:25 CEST 2017 on sn-devel-144 > >(cherry picked from commit bb5c394fde03dc8230d5089a66fea1a2541952f5) >--- > source3/smbd/smb2_sesssetup.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/source3/smbd/smb2_sesssetup.c b/source3/smbd/smb2_sesssetup.c >index 6a0caac1308..c4ae1857b25 100644 >--- a/source3/smbd/smb2_sesssetup.c >+++ b/source3/smbd/smb2_sesssetup.c >@@ -483,6 +483,7 @@ static NTSTATUS smbd_smb2_auth_generic_return(struct smbXsrv_session *session, > global_client_caps |= (CAP_LEVEL_II_OPLOCKS|CAP_STATUS32); > > *out_session_id = session->global->session_wire_id; >+ smb2req->last_session_id = session->global->session_wire_id; > > return NT_STATUS_OK; > } >-- >2.11.0 >
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:
metze
:
review+
Actions:
View
Attachments on
bug 12845
:
13284
|
13287
| 13294