vfs_catia: run translation on stream names
authorRalph Boehme <slow@samba.org>
Sat, 9 May 2015 13:12:41 +0000 (15:12 +0200)
committerRalph Böhme <slow@samba.org>
Fri, 7 Aug 2015 07:52:12 +0000 (09:52 +0200)
commit1db11998bf1b0eef5f543377700b03ab8739338d
treeb1a5a6482e221d786c650e826b1802e4d39dcef9
parentfb9a64ea37dd4b0cd754fe6d421417a4c8ccbc57
vfs_catia: run translation on stream names

With vfs_fruit option "fruit:encoding = native" we're already converting
stream names that contain illegal NTFS characters from their on-the-wire
Unicode Private Range encoding to their native ASCII representation.

Unfortunately the reverse mapping for stream names was not perfomed.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=11278

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/modules/vfs_catia.c