summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_onefs_shadow_copy.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-03-02s3: Pass smb_filename through the set_offline vfs opVolker Lendecke1-1/+2
2011-03-02s3: Pass smb_filename through the is_offline vfs opVolker Lendecke1-1/+3
2010-11-20Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison1-3/+2
2010-03-05Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison1-1/+3
2009-07-24s3 onefs: Fix the onefs modules after the big refactoringTim Prouty1-2/+2
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-106/+43
2009-07-07s3 onefs: Fix a few bugs from the smb_filename migrationTim Prouty1-39/+29
2009-07-06s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty1-4/+5
2009-07-06s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty1-7/+34
2009-07-06s3 onefs: Fix failure in POSIX smbtorture testTim Prouty1-2/+2
2009-07-06s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty1-9/+37
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
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