]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: smbd: Extract large directory case normalization code into a utility function...
authorJeremy Allison <jra@samba.org>
Thu, 26 Mar 2020 19:35:26 +0000 (12:35 -0700)
committerRalph Boehme <slow@samba.org>
Mon, 30 Mar 2020 14:45:30 +0000 (14:45 +0000)
commitdd015436b3e671f8cf7b503f23f6bd990e4e857c
tree826f9ead7a42df178f466236d0ae585a67b91ae2
parent047b0d8ab534c7a10a8572fd9f21e2456fd30710
s3: smbd: Extract large directory case normalization code into a utility function normalize_filename_case().

It is done before the original_lcomp is extracted
from the client pathname, so the new function that
will allow us to remove original_lcomp also needs
this logic.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/filename.c