summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_onefs_shadow_copy.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-25s3 onefs: Plumb smb_filename through onefs createfile pathTim Prouty1-10/+10
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty1-5/+6
This was a little messy because of all of the vfs modules I had to touch. Most of them were pretty straight forward, but the streams modules required a little attention to handle smb_filename. Since the use of smb_filename enables the vfs modules to access the raw, over-the-wire stream, a little bit of the handling that was being done by split_ntfs_stream_name has now been shifted into the individual stream modules. It may be a little more code, but overall it gives more flexibility to the streams modules, while also allowing correct stream handling.
2009-06-15s3 onefs: Change onefs modules to use the new createfile apiTim Prouty1-12/+31
2009-02-19s3 OneFS: Add shadow copy moduleTim Prouty1-0/+717