Displaying 3 results from an estimated 3 matches for "samba_private_attr_nam".
Did you mean:
samba_private_attr_name
2019 Jun 20
2
error when trying to copy file from samba share to old Windows CE share
On Wed, Jun 19, 2019 at 3:41 PM Jeremy Allison <jra at samba.org> wrote:
> Weren't you getting a NT_STATUS_NOT_IMPLEMENTED level
> error return ?
>
> Look for the specific error return you see on the WinCE
> client in the trace.
Figured out the issue...
After comparing a good vs bad file copy in wireshark for a while, I
have found where it goes wrong. On the good copy I
2019 Jun 20
0
error when trying to copy file from samba share to old Windows CE share
...here did it get the SeLinux context EA from ?
Aren't they in the "system." namespace ?
We filter these out on listing EA's on a file inside
get_ea_list_from_file_path() by the following code:
if (strnequal(names[i], "system.", 7)
|| samba_private_attr_name(names[i]))
continue;
2019 Jun 20
1
error when trying to copy file from samba share to old Windows CE share
...om ?
>
> Aren't they in the "system." namespace ?
>
> We filter these out on listing EA's on a file inside
>
> get_ea_list_from_file_path() by the following code:
>
> if (strnequal(names[i], "system.", 7)
> || samba_private_attr_name(names[i]))
> continue;