Add ea_list_has_invalid_name() function.
authorJeremy Allison <jra@samba.org>
Tue, 9 Jul 2013 22:50:47 +0000 (15:50 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 19 Jul 2013 07:52:32 +0000 (17:52 +1000)
commit1766f9e3878a8ee64104a7a1c0874a7a0c6a2417
treedbeb22433549ed8a914e9ce7695fef1328241635
parent51c68c28b27cd1644187af32cc4f630a7471cd28
Add ea_list_has_invalid_name() function.

Invalid character list probed from Windows Server 2012.

Bug 9992: Windows error 0x800700FE when copying files with xattr names containing ":"

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/include/proto.h
source3/lib/filename_util.c