search for: set_ea

Displaying 2 results from an estimated 2 matches for "set_ea".

Did you mean: set_dp
2009 May 18
0
Re: [smbd][PATCH] Writing EAs when overriding files
...nearly a 1:1 image of the > LANMAN2 protocol. > > > The relating code is in open.c in the function create_file (samba 3.2) > > - if ((ea_list != NULL) && (info == FILE_WAS_CREATED)) { > + if ((ea_list != NULL) && (info != FILE_WAS_OPENED)) { > status = set_ea(conn, fsp, fname, ea_list); > if (!NT_STATUS_IS_OK(status)) { > goto fail; > } > } > > > The same applies to samba 3.0. But the related code is located in > trans2.c in this case. > > - if (total_data && smb_action == FILE_WAS_CREATED) { > + if (...
2005 Mar 31
4
Samba 3.x SVN and OS/2 support.
Hi all Samba OS/2 users. I've just added OS/2 style extended attribute support into the SAMBA_3_0 subversion branch code. This depends on the underlying OS supporting EA's and (on linux) the filesystem being mounted with the "user_xattr" mount option and the parameter "ea support = yes" being set in smb.conf. Please check out this code and test it - let me know if