summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_fruit.c
Commit message (Expand)AuthorAgeFilesLines
* 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