Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
smbd: remove processing of @gmt tokens from the SMB2 server
Setting this flag was a hokey hack to trigger @gmt token processing in filename_convert(). Now that all internal processing is based on struct smb_filename.NTTIME twrp, we can remove this hack. With this change, paths containing @gmt tokens received over SMB2 are subsequently processed unchanged, the @gmt token is not stripped and will hit the filesystem, mostly resulting in NT_STATUS_NOT_FOUND failures which is the same behaviour as Windows. Signed-off-by: Ralph Boehme <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
- Loading branch information