search for: smb_vfs_is_offlin

Displaying 1 result from an estimated 1 matches for "smb_vfs_is_offlin".

Did you mean: smb_vfs_is_offline
2014 Jul 17
1
Using SMB_VFS_IS_OFFLINE for directories.
...to source3/smbd/dosmode.c to let my plugin on my linux box return FILE_ATTRIBUTE_OFFLINE for directories, and so far Windows (2008) seems okay with it. It displays the folder icon with the "X" over it and it navigates the folder hierarchy without trouble (so far). I can see that the SMB_VFS_IS_OFFLINE code went in originally for DMAPI support (Bokovoy, Jan 2008, commit d86fc3ec) and that DMAPI doesn't have the concept of punching a directory like it does for files. So that would explain the limitation in the original code. But, has anyone used this for directories? Dean -------------...