s3: VFS: fruit: Move two more uses of OpenDir() -> OpenDir_nstatus().
[samba.git] / source3 / modules / vfs_fruit.c
2022-03-02 Jeremy Allisons3: VFS: fruit: Move two more uses of OpenDir() ->...
2022-03-01 Volker Lendeckevfs: Set errno in an error return
2022-03-01 Volker Lendeckevfs: Fix a typo
2022-02-11 Volker Lendeckesmbd: Use fsp_is_alternate_stream() where an fsp is...
2022-02-11 Volker Lendeckesmbd: Introduce fsp_is_alternate_stream()
2022-02-10 Volker Lendeckesmbd: NULL out "fsp" in close_file()
2022-01-11 Pavel Filipenskýs3:modules: Fix possible dereference of NULL for fio
2021-10-08 Ralph Boehmevfs: Add flags and xferlen args to SMB_VFS_OFFLOAD_READ...
2021-07-14 Jeremy Allisons3: VFS: fruit. In ad_get_meta_fsp(), we only need...
2021-07-04 Jeremy Allisons3: VFS: fruit: In fruit_streaminfo_meta_netatalk(...
2021-07-04 Jeremy Allisons3: VFS: fruit: In fruit_stat_meta_netatalk(), ad_get...
2021-07-04 Jeremy Allisons3: VFS: fruit: In readdir_attr_meta_finderi_netatalk...
2021-07-04 Jeremy Allisons3: VFS: fruit: In update_btime(), ad_get() -> ad_get_m...
2021-07-04 Jeremy Allisons3: VFS: fruit: Add helper function ad_get_meta_fsp().
2021-07-04 Jeremy Allisons3: VFS: fruit: In the fruit handle->fruit_config_data...
2021-07-04 Jeremy Allisons3: VFS: fruit: In fruit_stat_meta_netatalk(), move...
2021-07-04 Jeremy Allisons3: VFS: fruit: Inside fruit_open_meta_netatalk() chang...
2021-07-04 Jeremy Allisons3: smbd: Code inside non_widelink_open() breaks an...
2021-06-09 Jeremy Allisons3: smbd: smbd_calculate_access_mask_fsp(). Add dirfsp...
2021-06-09 Jeremy Allisons3: VFS: fruit: fruit_freaddir_attr(), smbd_calculate_a...
2021-05-14 Samuel Cabreros3: VFS: fruit: Remove SMB_VFS_READDIR_ATTR()
2021-05-14 Samuel Cabreros3: VFS: fruit: Implement SMB_VFS_FREADDIR_ATTR()
2021-05-11 Noel Powers3/modules: VFS: fruit: Remove SMB_VFS_STREAMINFO
2021-05-11 Noel Powers3/module: VFS: fruit: vfs_streaminfo -> vfs_fstreaminfo
2021-05-11 Noel Powers3: vfs: fruit: Implement SMB_VFS_FSTREAMINFO
2021-04-19 Samuel Cabreros3: VFS: fruit: Remove SMB_VFS_NTIMES()
2021-04-19 Samuel Cabreros3: VFS: fruit: Implement SMB_VFS_FNTIMES()
2021-04-11 Noel Powers3/modules: VFS: fruit: Remove fruit_chmod
2021-04-11 Noel Powers3/modules: VFS: fruit: Add new fchmod_fn implementation
2021-01-28 Ralph Boehmes3/libadouble: remove dirfsp arg from ad_convert()
2021-01-28 Ralph Boehmevfs_fruit: support real dirfsps in fruit_unlinkat()
2021-01-28 Ralph Boehmevfs_fruit: support real dirfsps in fruit_unlink_rsrc_ad...
2021-01-28 Ralph Boehmevfs_fruit: support real dirfsps in fruit_unlink_rsrc_st...
2021-01-28 Ralph Boehmevfs_fruit: use SMB_VFS_FREMOVEXATTR() in fruit_unlink_m...
2021-01-28 Ralph Boehmevfs_fruit: use synthetic_pathref() in delete_invalid_me...
2021-01-28 Ralph Boehmevfs_fruit: fix use after free in delete_invalid_meta_st...
2021-01-28 Ralph Boehmevfs_fruit: use synthetic_pathref() in readdir_attr_meta...
2021-01-21 Stefan Metzmachervfs_fruit: make use of adouble_open_from_base_fsp(ADOUB...
2021-01-21 Stefan Metzmachervfs_fruit: add fruit_get_complete_fio() helper
2021-01-21 Stefan Metzmachervfs_fruit: let fruit_open_rsrc_adouble() return errno...
2021-01-14 Volker Lendeckevfs_fruit: Fix CID 1471764 Dereference null return...
2021-01-14 Volker Lendeckevfs_fruit: Fix CID 1471760 Dereference null return...
2021-01-08 Ralph Boehmevfs_fruit: fix close for fake_fd
2021-01-08 Ralph Boehmevfs_fruit: check fake_fd in fruit_pread_meta_stream()
2021-01-08 Ralph Boehmevfs_fruit: use "fake_fd" instead of "created"
2021-01-08 Stefan Metzmachervfs_fruit: make use of vfs_fake_fd_close()
2020-12-16 Ralph Boehmevfs_fruit: disable fd reopening optimisations for the...
2020-12-16 Ralph Boehmes3/libadouble: use openat_pathref_fsp() in readdir_attr...
2020-12-16 Ralph Boehmevfs_fruit: skip Netatalk locking checks for path-ref...
2020-12-16 Ralph Boehmesmbd: use fsp_get_pathref_fd() for *at related director...
2020-12-16 Ralph Boehmesmbd: use fsp_get_pathref_fd() when close()ing fds
2020-12-16 Ralph Boehmesmbd: use fsp_get_io_fd() when accessing a file or...
2020-12-16 Ralph Boehmesmbd: use fsp_set_fd()
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...
next