The Samba-Bugzilla – Attachment 4314 Details for
Bug 6487
Missing DFS call in trans2 mkdir call.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 3.4.0
look (text/plain), 805 bytes, created by
Jeremy Allison
on 2009-06-18 17:15:11 UTC
(
hide
)
Description:
Patch for 3.4.0
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2009-06-18 17:15:11 UTC
Size:
805 bytes
patch
obsolete
>diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c >index 931b7df..40b4701 100644 >--- a/source3/smbd/trans2.c >+++ b/source3/smbd/trans2.c >@@ -7159,6 +7159,21 @@ static void call_trans2mkdir(connection_struct *conn, struct smb_request *req, > > DEBUG(3,("call_trans2mkdir : name = %s\n", directory)); > >+ status = resolve_dfspath(ctx, >+ conn, >+ req->flags2 & FLAGS2_DFS_PATHNAMES, >+ directory, >+ &directory); >+ if (!NT_STATUS_IS_OK(status)) { >+ if (NT_STATUS_EQUAL(status,NT_STATUS_PATH_NOT_COVERED)) { >+ reply_botherror(req, >+ NT_STATUS_PATH_NOT_COVERED, >+ ERRSRV, ERRbadpath); >+ } >+ reply_nterror(req, status); >+ return; >+ } >+ > status = unix_convert(ctx, conn, directory, False, &directory, NULL, &sbuf); > if (!NT_STATUS_IS_OK(status)) { > reply_nterror(req, status);
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:
vl
:
review+
Actions:
View
Attachments on
bug 6487
: 4314