VFS: Modify rmdir to take a const struct smb_filename * instead of const char *
[kamenim/samba-autobuild/.git] / source3 / modules / vfs_fruit.c
2016-02-25 Jeremy AllisonVFS: Modify rmdir to take a const struct smb_filename...
2016-02-12 Christian Ambachs3:vfs_fruit fix a compiler warning
2015-12-21 Ralph Boehmevfs_fruit: ignore delete on the AFP_Resource stream
2015-12-21 Ralph Boehmevfs_fruit: fix offset and len handling for AFP_AfpInfo...
2015-12-21 Ralph Boehmevfs_fruit: writing all 0 to AFP_AfpInfo stream
2015-12-21 Ralph Boehmevfs_fruit: handling of ftruncate() on AFP_AfpInfo stream
2015-12-21 Ralph Boehmevfs_fruit: stat AFP_AfpInfo must fail when it doesn...
2015-12-21 Ralph Boehmevfs_fruit: fix some debug messages
2015-12-01 Ralph Boehmevfs_fruit: enable POSIX directory rename semantics
2015-12-01 Ralph Boehmevfs_fruit: add a flag that tracks whether use of AAPL...
2015-11-09 Volker Lendeckevfs_fruit: Fix a typo
2015-10-16 Ralph Boehmevfs_fruit: hide the Netatalk metadata xattr in streaminfo
2015-10-16 Ralph Boehmevfs_fruit: add and use define for the Netatalk metadata...
2015-10-12 Volker Lendeckelib: Move sys_rw* to lib/util
2015-10-06 Ralph Boehmevfs_fruit: return value of ad_pack in vfs_fruit.c
2015-09-08 Volker Lendeckefruit: Fix CID 1323186 Dereference before null check
2015-09-02 Ralph Boehmevfs_fruit: delete ._ file when deleting the basefile
2015-09-02 Ralph Boehmevfs_fruit: split and simplify fruit_ftruncate
2015-09-02 Ralph Boehmevfs_fruit: handling of empty resource fork
2015-07-13 Volker Lendeckevfs_fruit: Fix the 32-bit build
2015-07-07 Volker Lendeckevfs_fruit: Fix CID 1311244 Out-of-bounds read
2015-07-02 Ralph Boehmevfs_fruit: check offset and length for AFP_AfpInfo...
2015-06-23 Ralph Boehmevfs:fruit: implement copyfile style copy_chunk
2015-06-23 Ralph Boehmevfs_fruit: simplify lp_parm_bool check
2015-06-09 Ralph Boehmevfs_fruit: add option veto_appledouble
2015-05-08 Ralph Boehmevfs_fruit: comment fix: the options are documented
2015-05-08 Ralph Boehmevfs_fruit: add option "nfs_aces" that controls the...
2015-05-07 Volker LendeckeFix a few printf format errors
2015-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2015-04-17 Björn Jackevfs_fruit: also map characters below 0x20
2015-03-26 Ralph Boehmevfs_fruit: enhance handling of malformed AppleDouble...
2015-03-09 David Disseldorps3/vfs: change fallocate mode flags from enum->uint32_t
2015-03-06 Volker Lendeckevfs_fruit: Fix CID 1273290 Uninitialized scalar variable
2015-01-08 Volker Lendeckevfs_fruit: mmap under FreeBSD needs PROT_READ
2015-01-08 Volker Lendeckevfs_fruit: fix base_fsp name conversion
2014-12-18 Volker Lendeckevfs_fruit: Avoid double ()
2014-12-18 Volker Lendeckevfs_fruit: Avoid double initialization
2014-12-08 Jeremy Allisons3: modules: Fix *allocate* calls to follow POSIX error...
2014-12-06 Volker Lendeckelib: Split out sys_[read|write] & friends
2014-12-04 Ralph Boehmevfs_fruit: AAPL support
2014-12-04 Ralph Boehmes3:vfs: add create tags to SMB_VFS_CREATEFILE
2014-11-25 Stefan Metzmachers3:modules: rename variables in vfs_fruit.c to fix...
2014-09-30 Ralph Boehmevfs_fruit: deal with vfs_catia not being loaded
2014-09-30 Ralph Boehmevfs_fruit: remove redundant assignment
2014-09-30 Ralph Boehmevfs_fruit: fix possible uninitialized use
2014-09-25 Ralph Boehmevfs_fruit: update rfork size in AppleDouble header
2014-09-25 Ralph Boehmevfs_fruit: ad_write: path may be NULL for rfork
2014-09-25 Ralph Boehmevfs_fruit: fix resource fork length calculation
2014-09-25 Ralph Boehmevfs_fruit: fix unpacking of AppleDouble files
2014-08-18 Ralph BoehmeNew VFS module vfs_fruit