Change check_path_syntax() to use the new next_mb_char_size() function
commit9a86aa2c3e6687fc6480ad3f971f79cfa71442f1
authorJeremy Allison <jra@samba.org>
Wed, 17 Mar 2004 02:08:27 +0000 (17 02:08 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 17 Mar 2004 02:08:27 +0000 (17 02:08 +0000)
tree4035029d612cf4000466c0315dd2c5e679812001
parent3e326c48c9bffa8f47f35d0444efec3e5927856e
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.
(This used to be commit ca344a784da870965684e41c93ef8bfc5e86d28f)
source3/lib/charcnv.c
source3/smbd/reply.c