summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_preopen.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-8/+3
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty1-8/+9
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-03-10Add a vfs_preopen module to hide fs latenciesVolker Lendecke1-0/+456