summaryrefslogtreecommitdiff
path: root/source3/lib/util_macstreams.c
AgeCommit message (Collapse)AuthorFilesLines
2019-07-12s3:lib: move Mac streams util functions to s3/libRalph Boehme1-0/+73
While at it, change the functions to work on the stream name directly instead of struct smb_filename. A later commit wants to use the function on the resulting stream names coming from vfs_streaminfo(). Also use the simple string compare version, not the multibyte ones, as the afp* stream names are simple ASCII string, so there's no need to become fancy. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>