Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-05 | Fix for bug #7189 - Open txt files with notepad on samba shares creates problem. | Jeremy Allison | 1 | -1/+3 | |
Ensure we don't use any of the create_options for Samba private use. Add a new parameter to the VFS_CREATE call (private_flags) which is only used internally. Renumber NTCREATEX_OPTIONS_PRIVATE_DENY_DOS and NTCREATEX_OPTIONS_PRIVATE_DENY_FCB to match the S4 code). Rev. the VFS interface to version 28. Jeremy. | |||||
2009-07-24 | s3 onefs: Fix the onefs modules after the big refactoring | Tim Prouty | 1 | -2/+2 | |
2009-07-24 | Make the smbd VFS typesafe | Volker Lendecke | 1 | -106/+43 | |
2009-07-07 | s3 onefs: Fix a few bugs from the smb_filename migration | Tim Prouty | 1 | -39/+29 | |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_NTIMES | Tim Prouty | 1 | -4/+5 | |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_UNLINK | Tim Prouty | 1 | -7/+34 | |
2009-07-06 | s3 onefs: Fix failure in POSIX smbtorture test | Tim Prouty | 1 | -2/+2 | |
The return value of readlink was a bool instead of an int, which caused the length of the returned value to never be >1. | |||||
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_RENAME | Tim Prouty | 1 | -9/+37 | |
2009-06-25 | s3 onefs: Plumb smb_filename through onefs createfile path | Tim Prouty | 1 | -10/+10 | |
2009-06-17 | s3: Change SMB_VFS_OPEN to take an smb_filename struct | Tim Prouty | 1 | -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-15 | s3 onefs: Change onefs modules to use the new createfile api | Tim Prouty | 1 | -12/+31 | |
2009-02-19 | s3 OneFS: Add shadow copy module | Tim Prouty | 1 | -0/+717 | |