The Samba-Bugzilla – Attachment 6895 Details for
Bug 8458
IE9 on Windows 7 cannot download files to samba 3.5.11 share
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Test patch (not final)
look (text/plain), 555 bytes, created by
Jeremy Allison
on 2011-09-16 01:04:38 UTC
(
hide
)
Description:
Test patch (not final)
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2011-09-16 01:04:38 UTC
Size:
555 bytes
patch
obsolete
>diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c >index f82820c..d5d4941 100644 >--- a/source3/smbd/nttrans.c >+++ b/source3/smbd/nttrans.c >@@ -858,6 +858,10 @@ static NTSTATUS set_sd(files_struct *fsp, uint8 *data, uint32 sd_len, > security_info_sent &= ~GROUP_SECURITY_INFORMATION; > } > >+ if (security_info_sent & 0x10) { >+ return NT_STATUS_ACCESS_DENIED; >+ } >+ > /* Ensure we have at least one thing set. */ > if ((security_info_sent & (SECINFO_OWNER|SECINFO_GROUP|SECINFO_DACL|SECINFO_SACL)) == 0) { > return NT_STATUS_INVALID_PARAMETER;
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 8458
:
6891
|
6893
|
6894
|
6895
|
6909
|
6910
|
6911
|
6914
|
6915
|
6919
|
6930
|
6977
|
6980