]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: rename SMB2_FILE_POSIX_INFORMATION to FSCC_FILE_POSIX_INFORMATION
authorRalph Boehme <slow@samba.org>
Tue, 26 Nov 2024 18:44:13 +0000 (19:44 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 27 Nov 2024 18:22:28 +0000 (18:22 +0000)
commit27198998eda788ff0b4790036bb81480ae4319c1
tree34a120913f8d62f2ec27971912b9c0055f5e417d
parent8eccfbea7dc4ab7de7fe41d1a844f1eaaf2f64fd
smbd: rename SMB2_FILE_POSIX_INFORMATION to FSCC_FILE_POSIX_INFORMATION

Streamline the info-level defines. Also get rid of
SMB2_FILE_POSIX_INFORMATION_INTERNAL which is not needed for an info-level that
is exclusive to SMB2.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
libcli/smb/smb_unix_ext.h
source3/include/trans2.h
source3/smbd/smb2_getinfo.c
source3/smbd/smb2_query_directory.c
source3/smbd/smb2_trans2.c