summaryrefslogtreecommitdiffstats
path: root/examples/VFS
Commit message (Expand)AuthorAgeFilesLines
...
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-1/+1
* Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison2011-06-012-3/+3
* s3-vfs: rename open function to open_fn.Günther Deschner2011-04-212-2/+2
* Fix the examples/VFS build.Jeremy Allison2011-03-072-7/+7
* Fix examples/VFS to use correct prototypes for is_offline() and set_offline().Jeremy Allison2011-03-072-6/+6
* Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison2011-02-092-0/+12
* Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison2010-12-182-5/+7
* Move posix_fallocate into the VFS where it belongs.Jeremy Allison2010-12-022-0/+16
* Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2010-11-202-3/+3
* Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison2010-03-052-0/+3
* examples: Fix the build of the example VFS modules.Karolin Seeger2009-12-072-10/+13
* Fix the opaque sample module for the new VFS interface.Jeremy Allison2009-09-251-216/+389
* Update the advice for the new VFS system.Jeremy Allison2009-09-251-4/+3
* Remove unused static fn.Jeremy Allison2009-09-251-5/+0
* Rewrite vfs_transparent example for the new VFS changes.Jeremy Allison2009-09-251-131/+291
* Fix vfs module sample for new interface.Jeremy Allison2009-09-251-6/+5
* VFS examples: Update copy of config.{guess,sub}.Jelmer Vernooij2009-07-182-75/+282
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-062-4/+8
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-062-4/+6
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-062-4/+8
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-242-8/+8
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-172-4/+6
* s3:example/VFS: fix the buildStefan Metzmacher2009-02-242-4/+8
* s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty2009-02-192-3/+3
* examples/VFS: fix the configure and make with the new directory layoutStefan Metzmacher2009-02-054-15/+17
* Extend NTIMES to allow setting create_timetodd stecher2009-01-232-4/+4
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-072-2/+2
* Fix bug #5692 - Core dump in full_audit.so.Jeremy Allison2008-08-141-1/+1
* Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison2008-05-082-15/+0
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-04-212-4/+4
* Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy2008-01-172-7/+0
* Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy2008-01-172-4/+4
* Fix the mess that ab just made of the new VFS code.Jeremy Allison2008-01-162-2/+54
* Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2008-01-112-4/+4
* Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2008-01-112-4/+4
* Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-102-4/+4
* Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-102-4/+4
* Fix returns in void functions.Michael Adam2008-01-081-2/+2
* Fix examples/VFS after VFS API changes.Michael Adam2008-01-082-33/+33
* Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam2008-01-072-4/+4
* Adapt fset_nt_acl() and fget_nt_acl() in examples/VFS/ to vfs prototype change.Michael Adam2008-01-072-7/+7
* Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2008-01-072-4/+4
* Add in the recvfile entry to the VFS layer with a defaultJeremy Allison2007-10-292-0/+25