The Samba-Bugzilla – Attachment 7855 Details for
Bug 9130
Certain xattrs cause Windows error 0x800700FF
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to skip Solaris internal xattrs
ntgr-skip-solaris-xattrs.patch (text/plain), 375 bytes, created by
Justin Maggard
on 2012-08-30 22:53:30 UTC
(
hide
)
Description:
Patch to skip Solaris internal xattrs
Filename:
MIME Type:
Creator:
Justin Maggard
Created:
2012-08-30 22:53:30 UTC
Size:
375 bytes
patch
obsolete
>--- a/source3/smbd/trans2.c 2012-08-29 10:13:19.850992765 -0700 >+++ b/source3/smbd/trans2.c 2012-08-29 10:13:03.467965582 -0700 >@@ -112,6 +112,11 @@ static bool samba_private_attr_name(cons > strlen(SAMBA_XATTR_DOSSTREAM_PREFIX)) == 0) { > return true; > } >+#ifdef SUNOS5 >+ if (StrnCaseCmp(unix_ea_name, "SUNW", 4) == 0) { >+ return true; >+ } >+#endif > return false; > } >
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 9130
: 7855 |
8668
|
8669
|
8685
|
8686
|
8687
|
8688
|
8690
|
8691
|
8696
|
8699
|
8701
|
8719
|
8733