The Samba-Bugzilla – Attachment 11389 Details for
Bug 11472
smbstatus does not correctly report SMB3_10 and SMB3_11 protocols
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for v4-3-test
tmp43.diff.txt (text/plain), 1.34 KB, created by
Stefan Metzmacher
on 2015-09-01 13:20:00 UTC
(
hide
)
Description:
Patch for v4-3-test
Filename:
MIME Type:
Creator:
Stefan Metzmacher
Created:
2015-09-01 13:20:00 UTC
Size:
1.34 KB
patch
obsolete
>From 5ac3f9bcbe379167c0fe01bdff43deb83f7862bc Mon Sep 17 00:00:00 2001 >From: Ralph Wuerthner <ralph.wuerthner@de.ibm.com> >Date: Fri, 28 Aug 2015 14:42:32 +0200 >Subject: [PATCH] s3: add suport for SMB3_10 and SMB3_11 protocols in smbstatus > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=11472 > >Signed-off-by: Ralph Wuerthner <ralph.wuerthner@de.ibm.com> >Reviewed-by: Stefan Metzmacher <metze@samba.org> >Reviewed-by: Volker Lendecke <vl@samba.org> > >Autobuild-User(master): Jeremy Allison <jra@samba.org> >Autobuild-Date(master): Sat Aug 29 07:05:10 CEST 2015 on sn-devel-104 > >(cherry picked from commit e139f19327a2d958efd4cf940ba3ae6b7956a46a) >--- > source3/lib/sessionid_tdb.c | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/source3/lib/sessionid_tdb.c b/source3/lib/sessionid_tdb.c >index fd6cf75..68f9c43 100644 >--- a/source3/lib/sessionid_tdb.c >+++ b/source3/lib/sessionid_tdb.c >@@ -67,6 +67,12 @@ static int sessionid_traverse_read_fn(struct smbXsrv_session_global0 *global, > case SMB3_DIALECT_REVISION_302: > fstrcpy(session.protocol_ver, "SMB3_02"); > break; >+ case SMB3_DIALECT_REVISION_310: >+ fstrcpy(session.protocol_ver, "SMB3_10"); >+ break; >+ case SMB3_DIALECT_REVISION_311: >+ fstrcpy(session.protocol_ver, "SMB3_11"); >+ break; > default: > fstr_sprintf(session.protocol_ver, "Unknown (0x%04x)", > global->connection_dialect); >-- >1.9.1 >
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
Actions:
View
Attachments on
bug 11472
:
11376
| 11389