[PATCH] Fix bug 9992 - Windows error 0x800700FE when copying files with xattr names containing ":"

Jeremy Allison jra at samba.org
Fri Jul 19 10:38:18 MDT 2013


On Fri, Jul 19, 2013 at 10:25:51PM +1000, Andrew Bartlett wrote:
> On Thu, 2013-07-18 at 10:50 -0700, Jeremy Allison wrote:
> > Set of fixes that correctly (as probed against
> > Windows 2012) restricts the allowable EA names
> > to and from a Windows client, and fixes our
> > code when atomically trying to create a file
> > with attached EAs.
> > 
> > Adds a comprehensive test to show what characters
> > are allowed within EA names and an error code
> > mapping for STATUS_INVALID_EA_NAME -> ERRDOS, ERRbadfile
> > (as probed against a Windows 2012 server).
> > 
> > Original reporter confirms this fixes the
> > bug.
> > 
> > (As you can tell I did a lot of work on
> > this sucker :-).
> > 
> > Please review/push.
> 
> I've pushed this to autobuild, and it is now in master.

Thanks a lot Andrew !


More information about the samba-technical mailing list