]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Prepare fdos_mode() for handling symlinks in smb2
authorVolker Lendecke <vl@samba.org>
Tue, 19 Nov 2024 14:35:58 +0000 (15:35 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 22 Nov 2024 09:50:37 +0000 (09:50 +0000)
commitc87269f528ae7758ed8b5a793d724596ab35a697
tree2c58782a164d8dbc2bfb30614e6214afdefe0c75
parent61259bf9aabfa1d207b3d4bfeac0860f54f5cd4d
smbd: Prepare fdos_mode() for handling symlinks in smb2

We should show all special files as NORMAL|REPARSE_POINT, except
symlinks for SMB1 Posix Extensions. IFREG and IFDIR are handled via
our xattr mechanisms.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/dosmode.c