1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

s3: smbd: UCF_ALWAYS_ALLOW_WCARD_LCOMP 0x00000002 is no longer used.

Hurrah !

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Jeremy Allison 2021-12-03 12:40:43 -08:00 committed by Ralph Boehme
parent 6f15f8b68a
commit 6493d39b67
2 changed files with 1 additions and 4 deletions

View File

@ -473,9 +473,6 @@ Note NT_STATUS_OK doesn't mean the name exists or is valid, just that we
didn't get any fatal errors that should immediately terminate the calling SMB
processing whilst resolving.
If UCF_ALWAYS_ALLOW_WCARD_LCOMP is passed in, then a MS wildcard
should be allowed in the last component of the path only.
If the orig_path was a stream, smb_filename->base_name will point to the base
filename, and smb_filename->stream_name will point to the stream name. If
orig_path was not a stream, then smb_filename->stream_name will be NULL.

View File

@ -61,7 +61,7 @@ struct trans_state {
* unix_convert_flags
*/
/* UCF_SAVE_LCOMP 0x00000001 is no longer used. */
#define UCF_ALWAYS_ALLOW_WCARD_LCOMP 0x00000002
/* UCF_ALWAYS_ALLOW_WCARD_LCOMP 0x00000002 is no longer used. */
/* UCF_COND_ALLOW_WCARD_LCOMP 0x00000004 is no longer used. */
#define UCF_POSIX_PATHNAMES 0x00000008
/* #define UCF_UNIX_NAME_LOOKUP 0x00000010 is no longer used. */