A better way to handle the different format of RenameInformation in SMB2
authorAndrew Tridgell <tridge@samba.org>
Thu, 14 Feb 2008 03:54:21 +0000 (14:54 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 14 Feb 2008 03:54:21 +0000 (14:54 +1100)
commit4a04a5e620a4666fc123d04cb96ef391de72c469
tree81801b0f146d77f546f03382d644ca47d334bfe2
parent501e8fbc3dd49e4e1b9ccc08f830af4f8c1a1095
A better way to handle the different format of RenameInformation in SMB2

We now define a separate info level RAW_SFILEINFO_RENAME_INFORMATION_SMB2
and set that level when handling SMB2 packets. This makes the parsers clearer.
(This used to be commit f6cdf3f1177f63d80be757f007eb15380839b4f5)
source4/libcli/raw/interfaces.h
source4/libcli/raw/rawsetfileinfo.c
source4/libcli/smb2/setinfo.c
source4/ntvfs/posix/pvfs_setfileinfo.c
source4/smb_server/blob.c
source4/smb_server/smb2/fileinfo.c