summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2013-07-09 15:50:47 -0700
committerAndrew Bartlett <abartlet@samba.org>2013-07-19 17:52:32 +1000
commit1766f9e3878a8ee64104a7a1c0874a7a0c6a2417 (patch)
treedbeb22433549ed8a914e9ce7695fef1328241635 /source3/include/proto.h
parent51c68c28b27cd1644187af32cc4f630a7471cd28 (diff)
downloadsamba-1766f9e3878a8ee64104a7a1c0874a7a0c6a2417.tar.gz
samba-1766f9e3878a8ee64104a7a1c0874a7a0c6a2417.tar.bz2
samba-1766f9e3878a8ee64104a7a1c0874a7a0c6a2417.zip
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>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 83ab77a2a9..a9270fc903 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1611,6 +1611,8 @@ struct smb_filename *cp_smb_filename(TALLOC_CTX *mem_ctx,
const struct smb_filename *in);
bool is_ntfs_stream_smb_fname(const struct smb_filename *smb_fname);
bool is_ntfs_default_stream_smb_fname(const struct smb_filename *smb_fname);
+bool is_invalid_windows_ea_name(const char *name);
+bool ea_list_has_invalid_name(struct ea_list *ea_list);
/* The following definitions come from lib/dummyroot.c */