The Samba-Bugzilla – Attachment 13140 Details for
Bug 12558
Server not accessable if max protocol = NT1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
12558.patch.txt (text/plain), 1.33 KB, created by
Volker Lendecke
on 2017-04-06 20:18:05 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2017-04-06 20:18:05 UTC
Size:
1.33 KB
patch
obsolete
>From 1cfc66ee474707468470416413d41db0f1df76b4 Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Thu, 6 Apr 2017 22:12:36 +0200 >Subject: [PATCH] smbd: Fix smb1 findfirst with DFS > >9377f3bce should have changed the callers of dfs_path_lookup. It now >takes a uint32_t ucf_flags, not a boolean anymore. > >Bug: https://bugzilla.samba.org/show_bug.cgi?id=12558 >Signed-off-by: Volker Lendecke <vl@samba.org> >--- > source3/smbd/msdfs.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/source3/smbd/msdfs.c b/source3/smbd/msdfs.c >index 51e3dff..61538ce 100644 >--- a/source3/smbd/msdfs.c >+++ b/source3/smbd/msdfs.c >@@ -888,7 +888,7 @@ static NTSTATUS dfs_redirect(TALLOC_CTX *ctx, > } > > status = dfs_path_lookup(ctx, conn, path_in, pdp, >- search_wcard_flag, NULL, NULL); >+ ucf_flags, NULL, NULL); > if (!NT_STATUS_IS_OK(status)) { > if (NT_STATUS_EQUAL(status, NT_STATUS_PATH_NOT_COVERED)) { > DEBUG(3,("dfs_redirect: Redirecting %s\n", path_in)); >@@ -1073,7 +1073,7 @@ NTSTATUS get_referred_path(TALLOC_CTX *ctx, > * NT_STATUS_PATH_NOT_COVERED. */ > > status = dfs_path_lookup(ctx, conn, dfs_path, pdp, >- False, consumedcntp, &targetpath); >+ 0, consumedcntp, &targetpath); > > if (!NT_STATUS_EQUAL(status, NT_STATUS_PATH_NOT_COVERED)) { > DEBUG(3,("get_referred_path: No valid referrals for path %s\n", >-- >2.1.4 >
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 12558
:
13056
|
13057
|
13065
|
13066
|
13133
|
13134
|
13137
|
13138
|
13139
| 13140 |
13149