summaryrefslogtreecommitdiff
path: root/examples/VFS
AgeCommit message (Expand)AuthorFilesLines
2011-03-07Fix the examples/VFS build.Jeremy Allison2-7/+7
2011-03-07Fix examples/VFS to use correct prototypes for is_offline() and set_offline().Jeremy Allison2-6/+6
2011-02-09Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison2-0/+12
2010-12-18Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison2-5/+7
2010-12-02Move posix_fallocate into the VFS where it belongs.Jeremy Allison2-0/+16
2010-11-20Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2-3/+3
2010-03-05Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison2-0/+3
2009-12-07examples: Fix the build of the example VFS modules.Karolin Seeger2-10/+13
2009-09-25Fix the opaque sample module for the new VFS interface.Jeremy Allison1-216/+389
2009-09-25Update the advice for the new VFS system.Jeremy Allison1-4/+3
2009-09-25Remove unused static fn.Jeremy Allison1-5/+0
2009-09-25Rewrite vfs_transparent example for the new VFS changes.Jeremy Allison1-131/+291
2009-09-25Fix vfs module sample for new interface.Jeremy Allison1-6/+5
2009-07-18VFS examples: Update copy of config.{guess,sub}.Jelmer Vernooij2-75/+282
2009-07-06s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2-4/+8
2009-07-06s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2-4/+6
2009-07-06s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2-4/+8
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2-8/+8
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2-4/+6
2009-02-24s3:example/VFS: fix the buildStefan Metzmacher2-4/+8
2009-02-19s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty2-3/+3
2009-02-05examples/VFS: fix the configure and make with the new directory layoutStefan Metzmacher4-15/+17
2009-01-23Extend NTIMES to allow setting create_timetodd stecher2-4/+4
2008-10-07Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2-2/+2
2008-08-14Fix bug #5692 - Core dump in full_audit.so.Jeremy Allison1-1/+1
2008-05-08Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison2-15/+0
2008-04-21Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2-4/+4
2008-01-17Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy2-7/+0
2008-01-17Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy2-4/+4
2008-01-16Fix the mess that ab just made of the new VFS code.Jeremy Allison2-2/+54
2008-01-11Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2-4/+4
2008-01-11Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2-4/+4
2008-01-10Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2-4/+4
2008-01-10Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2-4/+4
2008-01-08Fix returns in void functions.Michael Adam1-2/+2
2008-01-08Fix examples/VFS after VFS API changes.Michael Adam2-33/+33
2008-01-07Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2-4/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2-4/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2-4/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2-4/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2-4/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2-4/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2-4/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam2-4/+4
2008-01-07Adapt fset_nt_acl() and fget_nt_acl() in examples/VFS/ to vfs prototype change.Michael Adam2-7/+7
2008-01-07Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2-4/+4
2007-10-29Add in the recvfile entry to the VFS layer with a defaultJeremy Allison2-0/+25
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison3-9/+9
2007-10-10r24123: add file_id_create() to some vfs modulesStefan Metzmacher2-2/+17
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell3-6/+3