s4:dsdb: Fix stack use after scope in gkdi_create_root_key()
[samba.git] / source3 / smbd / vfs.c
2023-11-21 Volker Lendeckesmbd: Convert a void* into the real DIR*
2023-11-14 Ralph Boehmesmbd: remove now unneccessary wrapper vfs_fget_dos_attr...
2023-11-13 Volker Lendeckesmbd: Alternative fix for smb2.stream.attributes2 test
2023-09-12 Ralph Boehmesmbd: make vfs_stat_fsp() a no-op on fake file-handles
2023-06-23 Volker Lendeckevfs: Remove "sbuf" from readdir_fn()
2023-06-23 Volker Lendeckesmbd: Remove unused "sbuf" argument from vfs_readdirname()
2023-06-14 Volker Lendeckevfs: Remove vfs telldir/seekdir functions
2022-09-20 Stefan Metzmachers3:smbd: add helpers to deny vfs calls in some sections
2022-09-20 Stefan Metzmachers3:smbd: move VFS_FIND() to smbd/vfs.c
2022-09-20 Stefan Metzmachers3:smbd: move locking related vfs functions to smbd...
2022-09-17 Volker Lendeckesmbd: Remove non_widelink_open() support code
2022-09-17 Volker Lendeckevfs: Add dirfsp to connectpath_fn()
2022-08-22 Ralph Boehmesmbd: add and use vfs_fget_dos_attributes()
2022-08-06 Volker Lendeckevfs: change openat propotype to match linux openat2
2022-07-25 Volker Lendeckesmbd: Update fsp->fsp_flags.is_directory in vfs_stat_fsp()
2022-04-28 Volker LendeckeRevert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"
2022-04-28 Volker Lendeckevfs: Remove name-based SMB_VFS_GET_REAL_FILENAME()
2022-04-28 Volker Lendeckevfs: Add SMB_VFS_GET_REAL_FILENAME_AT
2022-03-10 Volker Lendeckevfs: Convert get_real_filename() to NTSTATUS
2022-03-10 Volker Lendeckevfs: Add SMB_VFS_FSTATAT
2022-02-11 Volker Lendeckesmbd: Introduce fsp_is_alternate_stream()
2022-01-31 Jeremy AllisonCVE-2021-44141: s3: smbd: Inside check_reduced_name...
2021-12-15 Jeremy Allisons3: smbd: In vfs_stat_smb_basename() use vfs_stat(...
2021-12-11 Jeremy Allisons3: smbd: Remove now unused check_reduced_name_with_pri...
2021-11-11 Volker LendeckeVFS: Fix a typo
2021-10-08 Ralph Boehmevfs: Add flags and xferlen args to SMB_VFS_OFFLOAD_READ...
2021-09-21 Christof SchmittVFS: Rename kernel_flock to filesystem_sharemode
2021-07-04 Jeremy Allisonvfs: RIP SMB_VFS_GETXATTR()
2021-06-29 Noel PowerVFS: Remove SMB_VFS_CHFLAGS, not used anymore
2021-06-29 Noel PowerVFS: Add initial implemenataion for SMB_VFS_FCHFLAGS
2021-06-25 Jeremy Allisons3: smbd: Move the call to fsp_set_fd(conn->cwd_fsp...
2021-06-09 Jeremy Allisons3: VFS: RIP SMB_VFS_SYS_ACL_BLOB_GET_FILE()
2021-06-09 Jeremy Allisons3: VFS: RIP SMB_VFS_SYS_ACL_GET_FILE()
2021-06-09 Jeremy Allisonvfs: RIP SMB_VFS_GET_NT_ACL_AT()
2021-06-09 Noel PowerVFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additio...
2021-06-02 Jeremy Allisons3: smbd: check_reduced_name(), parent_smb_fname()...
2021-06-02 Jeremy Allisons3: smbd: check_reduced_name_with_privilege(), parent_s...
2021-06-02 Jeremy Allisons3: VFS: Add SMB_VFS_PARENT_PATHNAME().
2021-05-18 Jeremy Allisonvfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE()
2021-05-18 Jeremy Allisons3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(),
2021-05-14 Samuel Cabreros3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer used
2021-05-14 Samuel CabreroVFS: Add SMB_VFS_FREADDIR_ATTR()
2021-05-11 Noel Powers3: VFS: Remove SMB_VFS_STREAMINFO(), no longer used
2021-05-11 Noel Powers3: Remove vfs_streaminfo function
2021-05-11 Noel Powers3/smbd: add new toplevel vfs_fstreaminfo wrapper
2021-05-11 Noel PowerVFS: Add SMB_VFS_FSTREAMINFO
2021-04-19 Volker Lendeckevfs: Replace a call to TALLOC_ZERO()
2021-04-19 Samuel Cabreros3: VFS: Remove SMB_VFS_NTIMES(), no longer used
2021-04-19 Samuel CabreroVFS: Add SMB_VFS_FNTIMES
2021-04-11 Noel PowerVFS: Remove SMB_VFS_CHMOD, no longer used
2021-04-08 Noel PowerVFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer used
2021-04-08 Noel Powers3/smbd: VFS Fix incorrect VFS_FIND
2021-04-07 Jeremy AllisonVFS: Remove SMB_VFS_REMOVEXATTR, no longer used
2021-03-11 Noel PowerVFS: Remove SMB_VFS_SETXATTR, no longer used
2021-02-26 Noel PowerVFS: Remove SMB_VFS_LISTXATTR, no longer used
2021-01-28 Ralph Boehmevfs: make fsp arg of vfs_[memctx|fetch]_fsp_extension...
2021-01-08 Stefan Metzmachers3:smbd: add vfs_fake_fd_close() helper
2020-12-17 Ralph Boehmevfs: RIP SMB_VFS_SYS_ACL_SET_FILE()
2020-12-17 Ralph Boehmevfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()
2020-12-16 Ralph Boehmevfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESS...
2020-12-16 Ralph Boehmevfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()
2020-12-16 Ralph Boehmevfs: Add dirfsp arg to SMB_VFS_READDIR()
2020-12-16 Ralph Boehmesmbd: add vfs_stat()
2020-12-16 Ralph Boehmesmbd: check for pathref fd's in vfs_set_blocking()
2020-12-16 Ralph Boehmesmbd: use fd_handle_create()
2020-12-16 Ralph Boehmesmbd: use fsp_get_pathref_fd() for fstat() calls
2020-12-16 Ralph Boehmesmbd: use fsp_get_pathref_fd() for *at related director...
2020-12-16 Ralph Boehmesmbd: use fsp_set_fd()
2020-10-23 Ralph Boehmevfs: make dirfsp arg to SMB_VFS_READLINKAT() const
2020-10-02 Ralph Boehmevfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()
2020-10-02 Ralph Boehmevfs: add and use vfs_fake_fd()
2020-07-16 Christof Schmittsmbd: Remove code inside #ifdef HAVE_BROKEN_READDIR_NAME
2020-07-16 Christof Schmittsmbd: Remove code inside #ifdef NEXT2
2020-07-02 Stefan Metzmachers3:smbd: make sure vfs_ChDir() always sets conn->cwd_fs...
2020-07-02 Stefan Metzmachers3:smbd: reformat if statement for caching in vfs_ChDir()
2020-06-15 Volker Lendeckesmbd: Reduce indentation in check_reduced_name()
2020-06-03 Jeremy Allisons3: VFS: Change the function signature for SMB_VFS_READ...
2020-05-21 Ralph Boehmevfs: remove SMB_VFS_OPEN()
2020-05-21 Ralph Boehmevfs: add SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmes3/vfs: add vfs_at_fspcwd()
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-12 Stefan Metzmachersmbd: add vfs_valid_{pread,pwrite}_range() checks where...
2020-05-12 Stefan Metzmachers3:smbd: add vfs_valid_{pread,pwrite}_range() helper...
2020-05-07 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_GET_NT_ACL...
2020-05-07 Jeremy Allisons3: VFS: Add SMB_VFS_GET_NT_ACL_AT().
2020-05-05 Ralph Boehmesmbd: set twrp in vfs_stat_smb_basename()
2020-05-05 Ralph Boehmesmbd: vfs: convert link_contents arg of SMB_VFS_SYMLINK...
2020-05-05 Ralph Boehmesmbd: convert SMB_VFS_GET_REAL_FILENAME() arg path...
2020-05-05 Ralph Boehmesmbd: realign smb_vfs_call_get_real_filename() args
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-05-05 Ralph Boehmesmbd: realign synthetic_smb_fname() args in vfs_GetWd()
2020-05-05 Ralph Boehmesmbd: realign synthetic_smb_fname() args in check_reduc...
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in check_reduced_name()
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in check_reduced_name_with...
2020-04-09 Jeremy Allisons3: smbd: Reformatting - fix indentation in check_reduc...
2020-04-09 Jeremy Allisons3: VFS: Remove the lp_widelinks() check from check_red...
2020-04-09 Jeremy Allisons3: smbd: VFS: Add custom initialization for vfs_widelinks.
2020-03-31 Ralph Boehmesmbd: remove struct privilege_paths
2020-03-24 Ralph Boehmevfs: remove SMB_VFS_OPENDIR()
next