]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: smbd: UCF_ALWAYS_ALLOW_WCARD_LCOMP 0x00000002 is no longer used.
authorJeremy Allison <jra@samba.org>
Fri, 3 Dec 2021 20:40:43 +0000 (12:40 -0800)
committerRalph Boehme <slow@samba.org>
Sat, 11 Dec 2021 07:17:29 +0000 (07:17 +0000)
Hurrah !

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

index 601832fdb499ae0660a7e47a826e1d667f04d531..995547aecaa74651cf91cd0c63817820e3ec3789 100644 (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.
index 84fcf033a71a43e50fbe4546d35eef910cf2fa5a..88bff2830d9513febbd44f2042dcf13a040a2d13 100644 (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. */