summaryrefslogtreecommitdiffstats
path: root/examples/VFS/skel_transparent.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison2010-03-051-0/+2
* examples: Fix the build of the example VFS modules.Karolin Seeger2009-12-071-7/+8
* 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
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-061-2/+4
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-2/+3
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-2/+4
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-4/+4
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-171-2/+3
* s3:example/VFS: fix the buildStefan Metzmacher2009-02-241-2/+4
* s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty2009-02-191-2/+2
* examples/VFS: fix the configure and make with the new directory layoutStefan Metzmacher2009-02-051-3/+3
* Extend NTIMES to allow setting create_timetodd stecher2009-01-231-2/+2
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-071-1/+1
* Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison2008-05-081-7/+0
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-04-211-2/+2
* Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy2008-01-171-1/+0
* Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy2008-01-171-2/+2
* Fix the mess that ab just made of the new VFS code.Jeremy Allison2008-01-161-1/+27
* Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2008-01-111-2/+2
* Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2008-01-111-2/+2
* Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-101-2/+2
* Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-101-2/+2
* Fix examples/VFS after VFS API changes.Michael Adam2008-01-081-21/+21
* Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam2008-01-071-2/+2
* Adapt fset_nt_acl() and fget_nt_acl() in examples/VFS/ to vfs prototype change.Michael Adam2008-01-071-4/+4
* Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2008-01-071-2/+2
* Add in the recvfile entry to the VFS layer with a defaultJeremy Allison2007-10-291-0/+12
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* r24123: add file_id_create() to some vfs modulesStefan Metzmacher2007-10-101-0/+7
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison2007-10-101-2/+2
* r23105: Add lchown to the vfs layer. We need this in the POSIX code.Jeremy Allison2007-10-101-0/+6
* r21762: Fix the build by enabling shared modules and adding the config.*James Peach2007-10-101-5/+25
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-101-3/+3
* r16948: Sync the exmaples code from trunk.Jeremy Allison2007-10-101-116/+116
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2007-10-101-0/+6
* r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.Jeremy Allison2007-10-101-0/+6
* r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...Jeremy Allison2007-10-101-6/+6
* r7963: Add aio support to 3.0.Jeremy Allison2007-10-101-0/+44
* r7952: Fix for bug #2826 pointed out by Jiri Klouda <jk@zg.cz>.Jeremy Allison2007-10-101-2/+2