summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_fruit.c
Commit message (Expand)AuthorAgeFilesLines
* vfs_fruit: hide the Netatalk metadata xattr in streaminfoRalph Boehme2016-01-061-2/+49
* vfs_fruit: add and use define for the Netatalk metadata xattrRalph Boehme2016-01-061-2/+3
* vfs_fruit: ignore delete on the AFP_Resource streamRalph Boehme2016-01-061-21/+2
* vfs_fruit: fix offset and len handling for AFP_AfpInfo streamRalph Boehme2016-01-061-3/+12
* vfs_fruit: writing all 0 to AFP_AfpInfo streamRalph Boehme2016-01-061-0/+17
* vfs_fruit: handling of ftruncate() on AFP_AfpInfo streamRalph Boehme2016-01-061-8/+12
* vfs_fruit: stat AFP_AfpInfo must fail when it doesn't existRalph Boehme2016-01-061-0/+11
* vfs_fruit: fix some debug messagesRalph Boehme2016-01-061-6/+4
* vfs_fruit: enable POSIX directory rename semanticsRalph Boehme2015-12-181-0/+7
* vfs_fruit: add a flag that tracks whether use of AAPL was negotiatedRalph Boehme2015-12-181-9/+17
* vfs_fruit: return value of ad_pack in vfs_fruit.cRalph Boehme2015-10-131-6/+8
* vfs_fruit: delete ._ file when deleting the basefileRalph Boehme2015-09-041-12/+50
* vfs_fruit: split and simplify fruit_ftruncateRalph Boehme2015-09-041-30/+60
* vfs_fruit: handling of empty resource forkRalph Boehme2015-09-041-8/+26
* vfs:fruit: implement copyfile style copy_chunkRalph Boehme2015-08-171-0/+218
* vfs_fruit: check offset and length for AFP_AfpInfo read requestsRalph Boehme2015-07-051-1/+15
* vfs_fruit: add option veto_appledoubleRalph Boehme2015-06-201-20/+28
* vfs_fruit: comment fix: the options are documentedRalph Boehme2015-05-201-1/+1
* vfs_fruit: add option "nfs_aces" that controls the NFS ACEs stuffRalph Boehme2015-05-201-2/+7
* vfs_fruit: also map characters below 0x20Björn Jacke2015-04-271-0/+8
* vfs_fruit: enhance handling of malformed AppleDouble filesRalph Boehme2015-04-081-6/+73
* vfs_fruit: mmap under FreeBSD needs PROT_READVolker Lendecke2015-01-151-1/+1
* vfs_fruit: fix base_fsp name conversionVolker Lendecke2015-01-151-1/+1
* s3: modules: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-081-2/+3
* vfs_fruit: AAPL supportRalph Boehme2014-12-081-6/+453
* s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme2014-12-081-2/+5
* vfs_fruit: deal with vfs_catia not being loadedRalph Boehme2014-10-011-3/+21
* vfs_fruit: remove redundant assignmentRalph Boehme2014-09-301-1/+0
* vfs_fruit: fix possible uninitialized useRalph Boehme2014-09-301-4/+4
* vfs_fruit: update rfork size in AppleDouble headerRalph Boehme2014-09-251-0/+8
* vfs_fruit: ad_write: path may be NULL for rforkRalph Boehme2014-09-251-2/+5
* vfs_fruit: fix resource fork length calculationRalph Boehme2014-09-251-7/+3
* vfs_fruit: fix unpacking of AppleDouble filesRalph Boehme2014-09-251-2/+4
* New VFS module vfs_fruitRalph Boehme2014-08-181-0/+2945