summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_fruit.c
Commit message (Expand)AuthorAgeFilesLines
* s3:locking: add brl_req_guid() and brl_req_mem_ctx() helper functionsStefan Metzmacher2019-09-091-0/+13
* vfs_fruit: Fix a typoVolker Lendecke2019-07-081-1/+1
* s3:modules: Use hash_inode() in vfs_fruitAndreas Schneider2019-07-031-70/+10
* smbd: Remove unused "msg_ctx" from do_lock()Volker Lendecke2019-07-021-4/+0
* smbd: do_lock() never sees blocking locks anymoreVolker Lendecke2019-07-021-4/+0
* smbd: Make do_lock() return NTSTATUSVolker Lendecke2019-07-021-24/+4
* vfs_fruit: change default for "fruit:zero_file_id" to falseRalph Boehme2019-07-011-1/+1
* vfs_fruit: make "fruit:zero_file_id" a per share optionRalph Boehme2019-07-011-2/+5
* vfs_fruit: move zero file-id to vfs_fruitRalph Boehme2019-07-011-3/+17
* s3: modules: Fruit. Now we know we have a handle, always use VFS_FCHMOD inste...Jeremy Allison2019-06-241-11/+6
* smbd: Return "blocker_pid" from do_lock()Volker Lendecke2019-06-201-16/+44
* vfs_fruit: remove a now unnecessary includeRalph Boehme2019-05-301-1/+0
* vfs_fruit: use VFS functions in ad_read_rsrc_adouble()Ralph Boehme2019-05-301-7/+6
* vfs_fruit: use fsp and remove syscalls from ad_convert_blank_rfork()Ralph Boehme2019-05-301-24/+12
* vfs_fruit: use VFS function in ad_convert_truncate()Ralph Boehme2019-05-301-6/+4
* vfs_fruit: add VFS handle to ad_convert_truncate()Ralph Boehme2019-05-301-2/+3
* vfs_fruit: use fsp and remove mmap in ad_convert_xattr()Ralph Boehme2019-05-301-24/+5
* vfs_fruit: remove use of mmap() from ad_convert_move_reso()Ralph Boehme2019-05-301-23/+33
* vfs_fruit: convert ad_open_rsrc() to open a proper fsp with SMB_VFS_CREATE_FI...Ralph Boehme2019-05-301-26/+77
* vfs_fruit: only do cross protocol locking on non-internal opensRalph Boehme2019-05-301-1/+3
* vfs_fruit: remove a layer of indirectionRalph Boehme2019-05-301-11/+4
* vfs_fruit: pass VFS handle to ad_convert_move_reso()Ralph Boehme2019-05-301-2/+3
* vfs_fruit: remove xattr code from the AppleDouble subsystemRalph Boehme2019-05-301-27/+8
* vfs_fruit: remove now unused AppleDouble code for resource fork in xattrRalph Boehme2019-05-301-67/+3
* vfs_fruit: use stream code for resource fork size calculation in readdir_attr...Ralph Boehme2019-05-301-1/+1
* vfs_fruit: use correct case FRUIT_RSRC_STREAM in readdir_attr_rfork_size()Ralph Boehme2019-05-301-1/+1
* vfs_fruit: ignore AppleDouble files in fruit_unlink()Ralph Boehme2019-05-301-0/+2
* vfs_fruit: add a missing elseRalph Boehme2019-05-301-1/+1
* vfs_fruit: add and use is_adouble_file()Ralph Boehme2019-05-301-5/+22
* vfs_fruit: finally, remove ad_handle from struct adoubleRalph Boehme2019-05-301-2/+0
* vfs_fruit: pass handle to ad_convert_delete_adfile()Ralph Boehme2019-05-301-4/+5
* vfs_fruit: pass handle to ad_convert_finderinfo()Ralph Boehme2019-05-301-3/+4
* vfs_fruit: pass handle to ad_convert_blank_rfork()Ralph Boehme2019-05-301-3/+4
* vfs_fruit: pass handle to ad_convert_xattr()Ralph Boehme2019-05-301-4/+5
* vfs_fruit: indentation fixRalph Boehme2019-05-301-2/+2
* vfs_fruit: pass handle to ad_read_rsrc() and all the way downRalph Boehme2019-05-301-9/+12
* vfs_fruit: use proper VFS function in ad_read_meta()Ralph Boehme2019-05-301-1/+3
* vfs_fruit: indentation fixRalph Boehme2019-05-301-1/+1
* vfs_fruit: pass handle to ad_read_meta()Ralph Boehme2019-05-301-3/+4
* vfs_fruit: pass handle to ad_read()Ralph Boehme2019-05-301-2/+4
* vfs_fruit: pass handle to ad_set()Ralph Boehme2019-05-301-4/+8
* vfs_fruit: pass handle to ad_fset()Ralph Boehme2019-05-301-8/+12
* vfs_fruit: change trigger points of AppleDouble conversionRalph Boehme2019-05-231-21/+40
* vfs_fruit: add a forward declaration for ad_get()Ralph Boehme2019-05-231-0/+4
* s3:vfs: Use GnuTLS MD5 in vfs_fruitAndreas Schneider2019-05-211-12/+35
* s3:vfs: Initialize pid to 0 in test_netatalk_lock()Andreas Schneider2019-02-081-1/+1
* s3: VFS: vfs_fruit. Fix the NetAtalk deny mode compatibility code.Jeremy Allison2019-02-081-106/+96
* s3-vfs-fruit: add close callGünther Deschner2018-12-211-0/+82
* vfs_fruit: avoid dereferencing fsp->base_fsp in fruit_fstat_meta_stream()Ralph Boehme2018-12-021-2/+7
* vfs_fruit: validation of writes on AFP_AfpInfo streamRalph Boehme2018-11-091-10/+57