summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_cacheprime.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-6/+6
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-4/+4
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2009-11-30Restructure the connect function code to always callJeremy Allison1-1/+8
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-13/+7
2009-07-20s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty1-1/+1
2009-02-09s3 vfs: Add a destructor to the fsp extension data APITim Prouty1-1/+1
2008-04-20vfs_cacheprime: fix C++ warning - make implicit cast explicitMichael Adam1-1/+1
2008-01-11Remove now redundant parameter fd from prime_cache().Michael Adam1-5/+4
2008-01-11Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam1-4/+3
2008-01-10Fix the build of the cacheprime VFS module after API changes.Michael Adam1-4/+3
2008-01-10Remove redundant parameter fd from SMB_VFS_READ().Michael Adam1-1/+1
2008-01-07Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam1-3/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r20261: merge 20260 from samba_3_0_24Herb Lewis1-0/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-0/+200