ctdb-scripts: Do not de-duplicate the interfaces list
[samba.git] / source3 / modules / vfs_fruit.c
2 days ago Volker Lendeckelib: Give lib/util/util_file.c its own header file
2023-12-19 Volker Lendeckesmbd: Give source3/smbd/dir.c its own header file
2023-11-17 MikeLiuvfs_fruit: ignore ENAMETOOLONG in fruit_unlink_rsrc_ado...
2023-10-24 Ralph Boehmevfs_fruit: add option fruit:validate_afpinfo = yes...
2023-08-08 Joseph Suttons3:modules: Remove redundant newlines in logging messages
2023-08-08 Joseph Suttons3:modules: Add missing newlines to logging messages
2023-07-17 Andreas Schneiders3:modules: Remove fruit:ressource option with incorrec...
2023-06-23 Volker Lendeckesmbd: Remove unused "sbuf" argument from ReadDirName()
2023-06-13 Volker Lendeckesmbd: Remove the offset argument from ReadDirName()
2023-05-26 Ralph Boehmevfs_fruit: add fruit:convert_adouble parameter
2023-05-25 Ralph Boehmevfs_fruit: just log failing AppleDouble conversion
2023-05-25 Ralph Boehmevfs_fruit: never return AFP_Resource stream for directories
2023-05-25 Ralph Boehmevfs_fruit: return ENOENT instead of EISDIR when trying...
2023-04-12 Stefan Metzmachervfs_fruit: avoid using 'conn->tcon->compat', we can...
2022-10-06 Ralph Boehmevfs_fruit: add missing calls to tevent_req_received()
2022-10-06 Jeremy Allisons3: VFS: fruit. Implement fsync_send()/fsync_recv().
2022-08-06 Volker Lendeckevfs: Add struct vfs_open_how.resolve
2022-08-06 Volker Lendeckevfs: change openat propotype to match linux openat2
2022-07-25 Volker LendeckeVFS: NULL dirfsp for openat on stream opens
2022-05-20 Volker Lendeckesmbd: Simplify copy_file()
2022-05-20 Volker Lendeckesmbd: Simplify copy_file()
2022-04-28 Volker LendeckeRevert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"
2022-04-07 Volker Lendeckemodules: Use conn->cwd_fsp in fruit_open_rsrc_adouble()
2022-04-01 Volker Lendeckevfs: Ensure we have a base fsp openat() for named streams
2022-03-31 Ralph Boehmevfs_fruit: change default for "fruit:zero_file_id"...
2022-03-02 Jeremy Allisons3: smbd: Rename OpenDir_ntstatus() -> OpenDir().
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()
next