Not yet used.
This allows them to be independent of conn settings on
a handle-basis for posix.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
bool posix_pathnames;
bool allow_wcard_last_component;
bool done;
+ bool case_sensitive;
+ bool case_preserve;
+ bool short_case_preserve;
};
static NTSTATUS unix_convert_step_search_fail(struct uc_state *state)
.ucf_flags = ucf_flags,
.posix_pathnames = (ucf_flags & UCF_POSIX_PATHNAMES),
.allow_wcard_last_component = (ucf_flags & UCF_ALWAYS_ALLOW_WCARD_LCOMP),
+ .case_sensitive = conn->case_sensitive,
+ .case_preserve = conn->case_preserve,
+ .short_case_preserve = conn->short_case_preserve,
};
*smb_fname_out = NULL;