Displaying 2 results from an estimated 2 matches for "smb2_setinfo_security".
2016 Mar 25
0
Setting FS Quota against SAMBA share from windows2k12
...yes:1] at ../source3/smbd/smb2_server.c:2837
>
>
> When I looked at the code the
>
> The* smbd_smb2_setinfo_send()* is handling only the below two info types
> and its not handling *SMB2_0_INFO_FILESYSTEM*.
>
> case 0x01:/* SMB2_SETINFO_FILE */
>
> case 0x03:/* SMB2_SETINFO_SECURITY */
>
>
> From the MS-SMB2 spec it looks like there is a specific info type for
> handling the FILESYSTEM requests as below and in samba this info type is
> not considered . Is it a known issue or I am missing anything ?
>
> *3.3.5.21.2 Handling SMB2_0_INFO_FILESYSTEM *
>
&g...
2016 Mar 30
0
Fwd: Fwd: Setting FS Quota against SAMBA share from windows2k12
...> > > > The* smbd_smb2_setinfo_send()* is handling only the below two info
> types
> > > > and its not handling *SMB2_0_INFO_FILESYSTEM*.
> > > >
> > > > case 0x01:/* SMB2_SETINFO_FILE */
> > > >
> > > > case 0x03:/* SMB2_SETINFO_SECURITY */
> > > >
> > > >
> > > > From the MS-SMB2 spec it looks like there is a specific info type for
> > > > handling the FILESYSTEM requests as below and in samba this info
> type is
> > > > not considered . Is it a known issue or I am mi...