summaryrefslogtreecommitdiff
path: root/examples/VFS
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r23799: updated old Franklin Street FSF addresses to new URLAndrew Tridgell2-6/+2
2007-10-10r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2-2/+2
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison3-3/+3
2007-10-10r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison2-6/+6
2007-10-10r23105: Add lchown to the vfs layer. We need this in the POSIX code.Jeremy Allison2-0/+12
2007-10-10r22591: Fix up the examples also.Jeremy Allison1-1/+5
2007-10-10r22341: Fix build of examples/VFS: adapt include for new place of tdb...Michael Adam1-1/+1
2007-10-10r21762: Fix the build by enabling shared modules and adding the config.*James Peach6-10/+3106
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison2-6/+6
2007-10-10r19852: Fix the build for the VFS examples. Fixes bugzilla #3931.James Peach2-4/+17
2007-10-10r16948: Sync the exmaples code from trunk.Jeremy Allison2-200/+200
2007-10-10r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison3-1/+13
2007-10-10r13366: Add popt to the include path for examples/VFS. The modules themselves...Volker Lendecke1-1/+1
2007-10-10r12839: - apply changes from svn r4963 also for VFS configure - KRB5_CONFIG s...Volker Lendecke1-4/+4
2007-10-10r11784: Fix minor glitch found by Rainer Weikusat <rainer.weikusat@sncag.com>...Volker Lendecke1-1/+1
2007-10-10r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.Jeremy Allison2-0/+12
2007-10-10r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...Jeremy Allison2-12/+12
2007-10-10r8657: Add -fPIC which is the case for all other Samba shared libs.Lars Müller1-1/+1
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison2-0/+88
2007-10-10r7952: Fix for bug #2826 pointed out by Jiri Klouda <jk@zg.cz>.Jeremy Allison2-4/+4
2007-10-10r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison2-4/+4
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2-4/+4
2007-10-10r5131: BUG 2290: don;t call mkversion.sh since we don't have it in this direc...Gerald Carter1-3/+0
2007-10-10r4092: Bring into line with new *alloc rules.Jeremy Allison1-1/+1
2007-10-10r3855: Sync up with the one in the main source dir (yes, this should probablyJeremy Allison1-17/+22
2007-10-10r3644: Fixup examples VFS compile.Jeremy Allison2-2/+38
2007-10-10r39: * importing .cvsignore filesGerald Carter1-9/+0
2004-01-15Fix for bug 905. Remove POBAD_CC as it doesn't seem to be applicableTim Potter1-3/+0
2004-01-06Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison2-0/+22
2003-12-05Change PICFLAG -> PICFLAGS to keep in line with version from sourceTim Potter1-16/+16
2003-08-08Added by request of "Stefan (metze) Metzmacher" <metze@metzemix.de>.Jeremy Allison1-0/+83
2003-08-07Test modules for shadow copy by "Stefan (metze) Metzmacher" <metze@metzemix.de>.Jeremy Allison2-2/+14
2003-06-06Make skeleton VFSs compile with new EA modules.Jeremy Allison3-0/+238