summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_fruit.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: vfs_fruit: Remove chown_fn().Jeremy Allison2019-10-151-47/+0
* s3: VFS: vfs_fruit: Remove rmdir_fn. No longer used.Jeremy Allison2019-10-101-9/+0
* s3: VFS: vfs_fruit: Change fruit_rmdir_internal() to call UNLINKAT instead of...Jeremy Allison2019-10-101-1/+4
* s3:smbd: use is_named_stream() in a a few placesRalph Boehme2019-10-021-10/+7
* s3: VFS: vfs_fruit: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-9/+0
* s3: lib: adouble: Add struct files_struct *dirfsp parameter to ad_convert().Jeremy Allison2019-09-261-1/+6
* s3: VFS: vfs_fruit. Change delete_invalid_meta_stream() to use UNLINKAT().Jeremy Allison2019-09-261-1/+4
* s3: VFS: vfs_fruit. Change fruit_pread_meta_stream() to use UNLINKAT().Jeremy Allison2019-09-261-1/+4
* s3: VFS: vfs_fruit. Add struct files_struct *dirfsp parameter to fruit_unlink...Jeremy Allison2019-09-261-4/+11
* s3: VFS: vfs_fruit. Add struct files_struct *dirfsp parameter to fruit_unlink...Jeremy Allison2019-09-261-4/+11
* s3: VFS: vfs_fruit. Add files_struct *dirfsp parameter to fruit_unlink_rsrc().Jeremy Allison2019-09-261-4/+8
* s3: VFS: vfs_fruit. Add struct files_struct *dirfsp parameter to fruit_unlink...Jeremy Allison2019-09-261-3/+9
* s3: VFS: vfs_fruit. Add files_struct *dirfsp parameter to fruit_unlink_meta().Jeremy Allison2019-09-261-2/+5
* s3: VFS: vfs_fruit: Convert fruit_rmdir_internal() to UNLINKAT().Jeremy Allison2019-09-261-1/+4
* s3: VFS: vfs_fruit: Add dirfsp files_struct pointer parameter to fruit_rmdir_...Jeremy Allison2019-09-261-1/+5
* s3: VFS: vfs_fruit: Wrap fruit_rmdir() so we can add parameters.Jeremy Allison2019-09-261-1/+8
* s3: VFS: vfs_fruit. Change fruit_unlink_internal() to call UNLNKAT.Jeremy Allison2019-09-261-3/+12
* s3: VFS: vfs_fruit. Add files_struct *dirfsp to fruit_unlink_internal() so we...Jeremy Allison2019-09-261-2/+7
* s3: VFS: vfs_fruit. Wrap Convert fruit_unlink() -> fruit_unlink_internal() so...Jeremy Allison2019-09-261-2/+8
* s3: VFS: vfs_fruit. Implement unlinkat().Jeremy Allison2019-09-261-0/+17
* s3:locking: add brl_req_guid() and brl_req_mem_ctx() helper functionsStefan Metzmacher2019-09-091-0/+13
* Spelling fixes s/exisiting/existing/Mathieu Parent2019-09-011-2/+2
* s3: VFS: vfs_fruit. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-55/+0
* s3: VFS: vfs_fruit. Implement renameat().Jeremy Allison2019-08-161-0/+65
* smbd: Make "lease" const in SMB_VFS_CREATE_FILE()Volker Lendecke2019-08-091-1/+1
* s3: move fruit catia string replace mappings to s3/lib/Ralph Boehme2019-07-121-15/+3
* vfs_fruit: remove duplicate catia mappingsRalph Boehme2019-07-121-2/+1
* s3:lib: move Mac streams util functions to s3/libRalph Boehme2019-07-121-45/+12
* vfs_fruit: move AppleDouble functionality to a dedicated subsystemRalph Boehme2019-07-121-2008/+1
* vfs_fruit: pass catia mappings as argument to ad_convert()Ralph Boehme2019-07-121-4/+13
* vfs_fruit: add flags to ad_convert()Ralph Boehme2019-07-121-16/+31
* vfs_fruit: convert adouble accessor macros to functionsRalph Boehme2019-07-121-6/+19
* 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