summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_cacheprime.c
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-6/+6
| | | | | | | | | Now that we always require a 64 bit off_t, we no longer need SMB_OFF_T. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Apr 6 01:47:43 CEST 2012 on sn-devel-104
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-4/+4
| | | | | Autobuild-User: Richard Sharpe <sharpe@samba.org> Autobuild-Date: Mon Dec 12 04:58:40 CET 2011 on sn-devel-104
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* Restructure the connect function code to always callJeremy Allison2009-11-301-1/+8
| | | | | | | | down to NEXT-> before initializing. This allows us to do cleanup (by calling DISCONNECT) if initialization fails. Also fix vfs_acl_xattr which was failing to call the NEXT connect function. Jeremy.
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-13/+7
|
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-1/+1
|
* s3 vfs: Add a destructor to the fsp extension data APITim Prouty2009-02-091-1/+1
| | | | | I'm not certain if the dummy pointer is needed in struct vfs_fsp_data, but I added it to be consistent with the comment below.
* vfs_cacheprime: fix C++ warning - make implicit cast explicitMichael Adam2008-04-201-1/+1
| | | | | Michael (This used to be commit 04d671b8c9bd5bf811e6dbd6981f1874eb49740c)
* Remove now redundant parameter fd from prime_cache().Michael Adam2008-01-111-5/+4
| | | | | Michael (This used to be commit 63acaf1b9755cd5be5342929e1210afa06e170f3)
* Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2008-01-111-4/+3
| | | | | Michael (This used to be commit a52cfb7d777157c93c9dc26c67f457be592dd537)
* Fix the build of the cacheprime VFS module after API changes.Michael Adam2008-01-101-4/+3
| | | | | | | Sorry, that had escaped my attention. Michael (This used to be commit 88102b5b7c4eaad5445e9cb96e547dd918abc0c2)
* Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-101-1/+1
| | | | | Michael (This used to be commit a8fc2ddad8d5f7c6c00cb36c74a32a02d69d1d04)
* Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2008-01-071-3/+2
| | | | | Michael (This used to be commit 73e28806ce87d829ea7c38ed3440020845bb13bf)
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-101-0/+1
| | | | | clean up a bunch of no previous prototype warnings (This used to be commit c60687db112405262adf26dbf267804b04074e67)
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-0/+200
to do the upper layer directories but this is what everyone is waiting for.... Jeremy. (This used to be commit 9dafb7f48ca3e7af956b0a7d1720c2546fc4cfb8)