Change check_path_syntax() to use the new next_mb_char_size() function
authorJeremy Allison <jra@samba.org>
Wed, 17 Mar 2004 02:08:27 +0000 (02:08 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 17 Mar 2004 02:08:27 +0000 (02:08 +0000)
commitca344a784da870965684e41c93ef8bfc5e86d28f
tree4a5cba7f7ddae19e901435115b543a54b9216cbe
parent5a804dbe0f3ddbd6f3fbdd6b2c5510e143607541
Change check_path_syntax() to use the new next_mb_char_size() function
to make it generic. Remove the mb-codepage "blacklist". Alexander, please
check this fix as it reverts your blacklist changes, but I'm hoping it
fixes the problem in a more generic way for all charsets. I'm not trying
to trample on your (excellent!) work here, just make things more generic
without special cases.
Jeremy.
source/lib/charcnv.c
source/smbd/reply.c