summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_fruit.c
Commit message (Expand)AuthorAgeFilesLines
* vfs_fruit: ignore delete on the AFP_Resource streamRalph Boehme2015-12-211-21/+2
* vfs_fruit: fix offset and len handling for AFP_AfpInfo streamRalph Boehme2015-12-211-3/+12
* vfs_fruit: writing all 0 to AFP_AfpInfo streamRalph Boehme2015-12-211-0/+17
* vfs_fruit: handling of ftruncate() on AFP_AfpInfo streamRalph Boehme2015-12-211-8/+12
* vfs_fruit: stat AFP_AfpInfo must fail when it doesn't existRalph Boehme2015-12-211-0/+11
* vfs_fruit: fix some debug messagesRalph Boehme2015-12-211-6/+4
* vfs_fruit: enable POSIX directory rename semanticsRalph Boehme2015-12-011-0/+7
* vfs_fruit: add a flag that tracks whether use of AAPL was negotiatedRalph Boehme2015-12-011-9/+17
* vfs_fruit: Fix a typoVolker Lendecke2015-11-091-1/+1
* vfs_fruit: hide the Netatalk metadata xattr in streaminfoRalph Boehme2015-10-161-2/+49
* vfs_fruit: add and use define for the Netatalk metadata xattrRalph Boehme2015-10-161-2/+3
* lib: Move sys_rw* to lib/utilVolker Lendecke2015-10-131-1/+1
* vfs_fruit: return value of ad_pack in vfs_fruit.cRalph Boehme2015-10-061-6/+8
* fruit: Fix CID 1323186 Dereference before null checkVolker Lendecke2015-09-081-1/+1
* vfs_fruit: delete ._ file when deleting the basefileRalph Boehme2015-09-021-12/+50
* vfs_fruit: split and simplify fruit_ftruncateRalph Boehme2015-09-021-30/+60
* vfs_fruit: handling of empty resource forkRalph Boehme2015-09-021-8/+26
* vfs_fruit: Fix the 32-bit buildVolker Lendecke2015-07-131-4/+5
* vfs_fruit: Fix CID 1311244 Out-of-bounds readVolker Lendecke2015-07-071-1/+1
* vfs_fruit: check offset and length for AFP_AfpInfo read requestsRalph Boehme2015-07-021-1/+15
* vfs:fruit: implement copyfile style copy_chunkRalph Boehme2015-06-231-0/+218
* vfs_fruit: simplify lp_parm_bool checkRalph Boehme2015-06-231-22/+13
* vfs_fruit: add option veto_appledoubleRalph Boehme2015-06-091-20/+28
* vfs_fruit: comment fix: the options are documentedRalph Boehme2015-05-081-1/+1
* vfs_fruit: add option "nfs_aces" that controls the NFS ACEs stuffRalph Boehme2015-05-081-2/+7
* Fix a few printf format errorsVolker Lendecke2015-05-071-2/+3
* Convert all uint8/16/32 to _t in all modules.Richard Sharpe2015-05-061-2/+2
* vfs_fruit: also map characters below 0x20Björn Jacke2015-04-171-0/+8
* vfs_fruit: enhance handling of malformed AppleDouble filesRalph Boehme2015-03-261-6/+73
* s3/vfs: change fallocate mode flags from enum->uint32_tDavid Disseldorp2015-03-091-1/+1
* vfs_fruit: Fix CID 1273290 Uninitialized scalar variableVolker Lendecke2015-03-061-1/+2
* vfs_fruit: mmap under FreeBSD needs PROT_READVolker Lendecke2015-01-081-1/+1
* vfs_fruit: fix base_fsp name conversionVolker Lendecke2015-01-081-1/+1
* vfs_fruit: Avoid double ()Volker Lendecke2014-12-181-1/+1
* vfs_fruit: Avoid double initializationVolker Lendecke2014-12-181-1/+0
* s3: modules: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-081-2/+3
* lib: Split out sys_[read|write] & friendsVolker Lendecke2014-12-071-0/+1
* vfs_fruit: AAPL supportRalph Boehme2014-12-041-6/+453
* s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme2014-12-041-2/+5
* s3:modules: rename variables in vfs_fruit.c to fix shadow warningsStefan Metzmacher2014-11-251-16/+16
* 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