libndr: Avoid assigning duplicate versions to symbols
[amitay/samba.git] / source3 / modules / vfs_fruit.c
2020-10-02 Ralph Boehmevfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()
2020-10-02 Ralph Boehmevfs_fruit: avoid using fsp->dirsp
2020-10-02 Ralph Boehmevfs_fruit: use VFS ftruncate function in fruit_ftruncat...
2020-10-02 Ralph Boehmevfs_fruit: ensure the buffer passed to file_lines_parse...
2020-10-02 Ralph Boehmevfs: add and use vfs_fake_fd()
2020-05-21 Ralph Boehmevfs: remove SMB_VFS_OPEN()
2020-05-21 Jeremy Allisons3: VFS: fruit. Now we've gotten rid of SMB_VFS_OPEN...
2020-05-21 Ralph Boehmevfs_fruit: use SMB_VFS_NEXT_OPENAT()
2020-05-21 Ralph Boehmevfs_fruit: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_fruit: pass down cwdfsp as dirfsp in fruit_open()
2020-05-21 Ralph Boehmesmbd: add dirfsp arg to SMB_VFS_CREATE_FILE()
2020-05-14 Ralph Boehmevfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()
2020-05-05 Ralph Boehmevfs_fruit: set twrp in smb_fname in fruit_fstat_meta_st...
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-05-05 Ralph Boehmevfs_fruit: realign synthetic_smb_fname() args in fruit_...
2020-05-05 Ralph Boehmevfs_fruit: realign synthetic_smb_fname() args in delete...
2020-05-05 Ralph Boehmevfs_fruit: realign synthetic_smb_fname() args in vfswra...
2020-05-05 Ralph Boehmevfs_fruit: realign synthetic_smb_fname() args in vfswra...
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to smbd_calculate_acce...
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory to a bitfield
2020-03-26 Volker Lendeckevfs_fruit: Use ARRAY_DEL_ELEMENT() in del_fruit_stream()
2020-03-26 Volker Lendeckevfs_fruit: Use ARRAY_DEL_ELEMENT() in filter_empty_rsrc...
2020-03-24 Ralph Boehmevfs_fruit: use OpenDir() in fruit_disk_free()
2020-03-24 Ralph Boehmevfs_fruit: pass e->d_name directly to fruit_tmsize_do_d...
2020-03-24 Ralph Boehmevfs_fruit: let fruit_get_num_bands() take bundle as...
2020-03-24 Ralph Boehmevfs_fruit: use OpenDir() instead of SMB_VFS_OPENDIR...
2020-03-24 Ralph Boehmevfs_fruit: move fruit_unlink_internal() back into fruit...
2020-03-24 Ralph Boehmevfs_fruit: remove internal directory cleanup logic
2020-03-07 Art M. Gallaghervfs_fruit: tmsize prevent overflow Force the type durin...
2019-12-06 Ralph Boehmesmbd: fix handling of sentinel timestamp values
2019-11-27 Ralph Boehmesmbdotconf: mark "veto files" with substitution="1"
2019-10-15 Jeremy Allisons3: VFS: vfs_fruit: Remove chown_fn().
2019-10-10 Jeremy Allisons3: VFS: vfs_fruit: Remove rmdir_fn. No longer used.
2019-10-10 Jeremy Allisons3: VFS: vfs_fruit: Change fruit_rmdir_internal() to...
2019-10-02 Ralph Boehmes3:smbd: use is_named_stream() in a a few places
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit: Remove unlink_fn. No longer used.
2019-09-26 Jeremy Allisons3: lib: adouble: Add struct files_struct *dirfsp param...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Change delete_invalid_meta_stream...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Change fruit_pread_meta_stream...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Add struct files_struct *dirfsp...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Add struct files_struct *dirfsp...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Add files_struct *dirfsp parameter...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Add struct files_struct *dirfsp...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Add files_struct *dirfsp parameter...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit: Convert fruit_rmdir_internal()...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit: Add dirfsp files_struct pointer...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit: Wrap fruit_rmdir() so we can add...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Change fruit_unlink_internal()...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Add files_struct *dirfsp to fruit_u...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Wrap Convert fruit_unlink() ->...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Implement unlinkat().
2019-09-09 Stefan Metzmachers3:locking: add brl_req_guid() and brl_req_mem_ctx...
2019-09-01 Mathieu ParentSpelling fixes s/exisiting/existing/
2019-08-16 Jeremy Allisons3: VFS: vfs_fruit. Remove rename_fn(). No longer used.
2019-08-16 Jeremy Allisons3: VFS: vfs_fruit. Implement renameat().
2019-08-09 Volker Lendeckesmbd: Make "lease" const in SMB_VFS_CREATE_FILE()
2019-07-12 Ralph Boehmes3: move fruit catia string replace mappings to s3...
2019-07-12 Ralph Boehmevfs_fruit: remove duplicate catia mappings
2019-07-12 Ralph Boehmes3:lib: move Mac streams util functions to s3/lib
2019-07-12 Ralph Boehmevfs_fruit: move AppleDouble functionality to a dedicate...
2019-07-12 Ralph Boehmevfs_fruit: pass catia mappings as argument to ad_convert()
2019-07-12 Ralph Boehmevfs_fruit: add flags to ad_convert()
2019-07-12 Ralph Boehmevfs_fruit: convert adouble accessor macros to functions
2019-07-08 Volker Lendeckevfs_fruit: Fix a typo
2019-07-03 Andreas Schneiders3:modules: Use hash_inode() in vfs_fruit
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from do_lock()
2019-07-02 Volker Lendeckesmbd: do_lock() never sees blocking locks anymore
2019-07-02 Volker Lendeckesmbd: Make do_lock() return NTSTATUS
2019-07-01 Ralph Boehmevfs_fruit: change default for "fruit:zero_file_id"...
2019-07-01 Ralph Boehmevfs_fruit: make "fruit:zero_file_id" a per share option
2019-07-01 Ralph Boehmevfs_fruit: move zero file-id to vfs_fruit
2019-06-24 Jeremy Allisons3: modules: Fruit. Now we know we have a handle, alway...
2019-06-20 Volker Lendeckesmbd: Return "blocker_pid" from do_lock()
2019-05-30 Ralph Boehmevfs_fruit: remove a now unnecessary include
2019-05-30 Ralph Boehmevfs_fruit: use VFS functions in ad_read_rsrc_adouble()
2019-05-30 Ralph Boehmevfs_fruit: use fsp and remove syscalls from ad_convert_...
2019-05-30 Ralph Boehmevfs_fruit: use VFS function in ad_convert_truncate()
2019-05-30 Ralph Boehmevfs_fruit: add VFS handle to ad_convert_truncate()
2019-05-30 Ralph Boehmevfs_fruit: use fsp and remove mmap in ad_convert_xattr()
2019-05-30 Ralph Boehmevfs_fruit: remove use of mmap() from ad_convert_move_reso()
2019-05-30 Ralph Boehmevfs_fruit: convert ad_open_rsrc() to open a proper...
2019-05-30 Ralph Boehmevfs_fruit: only do cross protocol locking on non-intern...
2019-05-30 Ralph Boehmevfs_fruit: remove a layer of indirection
2019-05-30 Ralph Boehmevfs_fruit: pass VFS handle to ad_convert_move_reso()
2019-05-30 Ralph Boehmevfs_fruit: remove xattr code from the AppleDouble subsystem
2019-05-30 Ralph Boehmevfs_fruit: remove now unused AppleDouble code for resou...
2019-05-30 Ralph Boehmevfs_fruit: use stream code for resource fork size calcu...
2019-05-30 Ralph Boehmevfs_fruit: use correct case FRUIT_RSRC_STREAM in readdi...
2019-05-30 Ralph Boehmevfs_fruit: ignore AppleDouble files in fruit_unlink()
2019-05-30 Ralph Boehmevfs_fruit: add a missing else
2019-05-30 Ralph Boehmevfs_fruit: add and use is_adouble_file()
2019-05-30 Ralph Boehmevfs_fruit: finally, remove ad_handle from struct adouble
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_convert_delete_adfile()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_convert_finderinfo()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_convert_blank_rfork()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_convert_xattr()
2019-05-30 Ralph Boehmevfs_fruit: indentation fix
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_read_rsrc() and all the...
2019-05-30 Ralph Boehmevfs_fruit: use proper VFS function in ad_read_meta()
2019-05-30 Ralph Boehmevfs_fruit: indentation fix
next