summaryrefslogtreecommitdiffstats
path: root/examples/VFS
Commit message (Collapse)AuthorAgeFilesLines
* Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2008-01-112-4/+4
| | | | | Michael (This used to be commit 3958abffaf2866c69ad9e13ec345364fde5c78bb)
* Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2008-01-112-4/+4
| | | | | Michael (This used to be commit a52cfb7d777157c93c9dc26c67f457be592dd537)
* Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-102-4/+4
| | | | | Michael (This used to be commit c8ae7d095a2a6a7eac920a68ca7244e3a423e1b1)
* Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-102-4/+4
| | | | | Michael (This used to be commit a8fc2ddad8d5f7c6c00cb36c74a32a02d69d1d04)
* Fix returns in void functions.Michael Adam2008-01-081-2/+2
| | | | | Michael (This used to be commit ef7c9a765bcdb1c774ff4f6d14053c4aa3815f31)
* Fix examples/VFS after VFS API changes.Michael Adam2008-01-082-33/+33
| | | | | Michael (This used to be commit c88555ce45aa2998037d316f3a8edccd04be04a4)
* Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2008-01-072-4/+4
| | | | | Michael (This used to be commit 4f3ab2c406072e0b43581057e7e785e8ad454cfa)
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-072-4/+4
| | | | | Michael (This used to be commit 2ad66050a0452b8e7e08b1e7a01efa00c72fd451)
* Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-072-4/+4
| | | | | Michael (This used to be commit fbb193db3e0dc51cb000ae406a68bc547f31d9ab)
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-072-4/+4
| | | | | Michael (This used to be commit a54d5604da556d1250ca9948d4acc4a187a9fede)
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-072-4/+4
| | | | | Michael (This used to be commit 0b86c420be94d295f6917a220b5d699f65b46711)
* Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2008-01-072-4/+4
| | | | | Michael (This used to be commit 8f83c9a7b245dbfef28195f9a7f33047a8ba95a0)
* Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-072-4/+4
| | | | | Michael (This used to be commit df929796f2698698d2875227bda8500589cca2df)
* Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam2008-01-072-4/+4
| | | | | Michael (This used to be commit 8c4901a19ae2fd3ee085f9499f33aa7db016d182)
* Adapt fset_nt_acl() and fget_nt_acl() in examples/VFS/ to vfs prototype change.Michael Adam2008-01-072-7/+7
| | | | | Michael (This used to be commit d9d6775878f8b3425665c6a45a5ef9cb92932cf8)
* Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2008-01-072-4/+4
| | | | | Michael (This used to be commit 73e28806ce87d829ea7c38ed3440020845bb13bf)
* Add in the recvfile entry to the VFS layer with a defaultJeremy Allison2007-10-292-0/+25
| | | | | | implementation. Needed for the zero-copy write code. Jeremy. (This used to be commit bfbdb6324c5d13bfde8b742e9c5a0e0c9092bd86)
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-183-9/+9
| | | | | | | | 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)
* r24123: add file_id_create() to some vfs modulesStefan Metzmacher2007-10-102-2/+17
| | | | | metze (This used to be commit 0bc5a9cd0136f8512e963a30b6e7b009667fb0bf)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-103-6/+3
| | | | (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
* r23799: updated old Franklin Street FSF addresses to new URLAndrew Tridgell2007-10-102-6/+2
| | | | (This used to be commit 43cd589773148fe3d243892768ce187604dd0c33)
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-10-102-2/+2
| | | | | Jeremy. (This used to be commit c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-103-3/+3
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison2007-10-102-6/+6
| | | | | | | | | | return to correctly return NT_STATUS_INVALID_OWNER if it should be disallowed. Matches better what W2K3R3 does. NFSv4 ACL module owners, please examine these changes. Jeremy. (This used to be commit fc6899a5506b272f8cd5f5837ca13300b4e69a5f)
* r23105: Add lchown to the vfs layer. We need this in the POSIX code.Jeremy Allison2007-10-102-0/+12
| | | | | Jeremy. (This used to be commit 932523cbb508db869b726768e86bfa8e248f768b)
* r22591: Fix up the examples also.Jeremy Allison2007-10-101-1/+5
| | | | | Jeremy. (This used to be commit aa5a1591c626e2828244a78f237af8a59af57784)
* r22341: Fix build of examples/VFS: adapt include for new place of tdb...Michael Adam2007-10-101-1/+1
| | | | (This used to be commit e7110058286ed7e723c9a24e555b9c3b527c456e)
* r21762: Fix the build by enabling shared modules and adding the config.*James Peach2007-10-106-10/+3106
| | | | | | files. Add norify_watch and chflags operations. Fix a bunch of warnings. (This used to be commit 1106db7ea148253e3b5f0806b2d5efcd094b202e)
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-102-6/+6
| | | | | | | | | | | for utimes - change the call to ntimes. This preserves nsec timestamps we get from stat (if the system supports it) and only maps back down to usec or sec resolution on time set. Looks bigger than it is as I had to move lots of internal code from using time_t and struct utimebuf to struct timespec. Jeremy. (This used to be commit 8f3d530c5a748ea90f42ed8fbe68ae92178d4875)
* r19852: Fix the build for the VFS examples. Fixes bugzilla #3931.James Peach2007-10-102-4/+17
| | | | (This used to be commit fa69031d00f914aa8d642a2731db8c81f74bc8d9)
* r16948: Sync the exmaples code from trunk.Jeremy Allison2007-10-102-200/+200
| | | | | Jeremy. (This used to be commit 508ba05a8e4a7df8bf7f6ffe3d09a3c461026f78)
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2007-10-103-1/+13
| | | | | | | | | into 3.0. Also merge the new POSIX lock code - this is not enabled unless -DDEVELOPER is defined. This doesn't yet map onto underlying system POSIX locks. Updates vfs to allow lock queries. Jeremy. (This used to be commit 08e52ead03304ff04229e1bfe544ff40e2564fc7)
* r13366: Add popt to the include path for examples/VFS. The modules ↵Volker Lendecke2007-10-101-1/+1
| | | | | | | | | | | | | themselves don't use that, but includes.h fails in environments where there's no system popt around. As the modules don't need that anyway, porting the check whether to use the system one or our own seems a bit overkill. Thanks to Michael Adam <ma@SerNet.DE>. Volker (This used to be commit 04cbde59566f814cfba5a008e12496795544ad05)
* r12839: - apply changes from svn r4963 also for VFS configure - KRB5_CONFIG ↵Volker Lendecke2007-10-101-4/+4
| | | | | | | | | | | should not be used - rename it to KRB5CONFIG Thanks to Björn Jacke <bj@sernet.de> Volker (This used to be commit 9c44fef5bec76d383d25b73ecc01dc1fc25b3f20)
* r11784: Fix minor glitch found by Rainer Weikusat ↵Volker Lendecke2007-10-101-1/+1
| | | | | | <rainer.weikusat@sncag.com> -- Thanks (This used to be commit 1128d054dd8d387e529bf92dad3a3db5e251d61d)
* r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.Jeremy Allison2007-10-102-0/+12
| | | | | Jeremy. (This used to be commit af8545806770a7530eecc184bdd230ca14999884)
* r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a ↵Jeremy Allison2007-10-102-12/+12
| | | | | | | | UNIX vendor not understanding abstract data types :-(. Jeremy. (This used to be commit be5b4e2fa3ed30b0ff01b47d2354e5f782a12e25)
* r8657: Add -fPIC which is the case for all other Samba shared libs.Lars Müller2007-10-101-1/+1
| | | | | Fix bug #2060. (This used to be commit 8c09716c91e0bb2ef90a9f81e093048077581e47)
* r7963: Add aio support to 3.0.Jeremy Allison2007-10-102-0/+88
| | | | | Jeremy. (This used to be commit 1de27da47051af08790317f5b48b02719d6b9934)
* r7952: Fix for bug #2826 pointed out by Jiri Klouda <jk@zg.cz>.Jeremy Allison2007-10-102-4/+4
| | | | | | Wrong return val for symlink and readlink. Jeremy. (This used to be commit f3c4d5a95746531b7bd548bbbfccfff197a2abf3)
* r7893: Add in the extra parameters to opendir() to fix the large ↵Jeremy Allison2007-10-102-4/+4
| | | | | | | | directory/insane app problem. Rev vfs version. Doesn't change the normal codepath. Jeremy. (This used to be commit 0f03a6bdcdbdf60da81e0aeffa84ac6e48fc6a04)
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-102-4/+4
| | | | | | | safe for using our headers and linking with C++ modules. Stops us from using C++ reserved keywords in our code. Jeremy (This used to be commit 9506b8e145982b1160a2f0aee5c9b7a54980940a)
* r5131: BUG 2290: don;t call mkversion.sh since we don't have it in this ↵Gerald Carter2007-10-101-3/+0
| | | | | | directory (This used to be commit 2ddcb643819bcb0f33c14fc22117d98ea2bcc132)
* r4092: Bring into line with new *alloc rules.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 2ed86ac5844ce5893beb2bca351fee66cc3b4049)
* r3855: Sync up with the one in the main source dir (yes, this should probablyJeremy Allison2007-10-101-17/+22
| | | | | | be a symlink...). Jeremy. (This used to be commit 5b0da25796337b73d151a3025b7e460222164b3f)
* r3644: Fixup examples VFS compile.Jeremy Allison2007-10-102-2/+38
| | | | | Jeremy. (This used to be commit dfa910e4ab498100d0572838f2ac05faec3c917f)
* r39: * importing .cvsignore filesGerald Carter2007-10-101-9/+0
| | | | | * updateing WHATSNEW with vl's change (This used to be commit a7e2730ec4389e0c249886a8bfe1ee14c5abac41)
* Fix for bug 905. Remove POBAD_CC as it doesn't seem to be applicableTim Potter2004-01-151-3/+0
| | | | | anymore. (This used to be commit 67d25f3de803f7e599c51cacd51367f124151d6b)
* Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison2004-01-062-0/+22
| | | | | | | using pread/pwrite. Modified a little to ensure fsp->pos is correct. Fix for #889. Jeremy. (This used to be commit 019aaaf0df091c3f67048f591e70d4353a02bb9b)
* Change PICFLAG -> PICFLAGS to keep in line with version from sourceTim Potter2003-12-051-16/+16
| | | | | directory and fix display bug. (This used to be commit f43546d0af7c7ad74b3bf0bae1652822184a04da)