summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2024-01-27vfs_ceph: Use ceph_fdopendir() when available for SMB_VFS_FDOPENDIRAnoop C S1-1/+7
2024-01-26vfs_ceph: Implement SMB_VFS_FSTATATAnoop C S1-0/+46
2024-01-26vfs_ceph: Indicate a successful connection in logsAnoop C S1-0/+1
2024-01-26vfs_ceph: Fix a usage in commentsAnoop C S1-1/+1
2024-01-26Revert "vfs_acl_xattr.c: prefer capabilities over become_root"Anoop C S1-6/+6
2024-01-22vfs_default: allow disabling /proc/fds and RESOLVE_NO_SYMLINK at compile timeRalph Boehme1-0/+6
2024-01-16vfs: Remove shadow_copy2_get_real_filename_at()Volker Lendecke1-95/+0
2024-01-16vfs_worm: add FILE_WRITE_EA to write access maskBjörn Jacke1-1/+1
2024-01-16vfs_worm: add my copyrightBjörn Jacke1-0/+1
2024-01-16vfs_worm: add some more vfs functions that worm needs to take care ofBjörn Jacke1-0/+203
2024-01-16vfs_worm: move write_access_flags to globalBjörn Jacke1-4/+4
2024-01-16vfs_worm: factor out readonly checkBjörn Jacke1-13/+27
2024-01-16vfs_recycle: add connect function to cache parametersBjörn Jacke1-161/+133
2024-01-08smbd: move access override for previous versions to the SMB layerRalph Boehme1-25/+5
2024-01-08smbd: use check_any_access_fsp() for all access checksRalph Boehme2-4/+10
2024-01-08smbd: replace CHECK_WRITE() macro with calls to check_any_access_fsp()Ralph Boehme1-2/+5
2024-01-05vfs_worm: add connect function to cache parametersBjörn Jacke1-2/+42
2024-01-04vfs_ceph: use extra 'ceph_*at()' calls when availableShachar Sharon1-21/+111
2023-12-19smbd: Give source3/smbd/dir.c its own header fileVolker Lendecke5-0/+5
2023-12-08s3:modules: Fix code spellingJoseph Sutton1-1/+1
2023-11-30vfs_ceph: call 'ceph_fgetxattr' only if valid fdShachar Sharon1-3/+24
2023-11-17vfs_ceph: Fix some uninitialized structs and pointersAnoop C S1-8/+8
2023-11-17vfs_fruit: ignore ENAMETOOLONG in fruit_unlink_rsrc_adouble()MikeLiu1-1/+1
2023-11-16vfs_recycle.c: prefer capabilities over become_rootBjörn Jacke1-2/+2
2023-11-16vfs_posix_eadb.c: prefer capabilities over become_rootBjörn Jacke1-2/+2
2023-11-16vfs_default.c: prefer capabilities over become_rootBjörn Jacke1-2/+2
2023-11-16vfs_acl_xattr.c: prefer capabilities over become_rootBjörn Jacke1-6/+6
2023-11-16vfs_acl_common.c: prefer capabilities over become_rootBjörn Jacke1-4/+4
2023-11-16nfs4_acls.c: prefer capabilities over become_rootBjörn Jacke1-2/+2
2023-11-15vfs_zfsacl: Call stat CAP_DAC_OVERRIDE functionsChristof Schmitt1-0/+4
2023-11-15vfs_aixacl2: Call stat DAC_CAP_OVERRIDE functionsChristof Schmitt1-0/+4
2023-11-15nfs4_acls: Make fstat_with_cap_dac_override staticChristof Schmitt2-5/+2
2023-11-15nfs4_acls: Make stat_with_cap_dac_override staticChristof Schmitt2-5/+2
2023-11-15nfs4_acls: Make fstatat_with_cap_dac_override staticChristof Schmitt2-11/+5
2023-11-15vfs_gpfs: Move vfs_gpfs_fstatat to nfs4_acls.c and rename functionChristof Schmitt3-26/+32
2023-11-15vfs_gpfs: Move vfs_gpfs_lstat to nfs4_acls.c and rename functionChristof Schmitt3-16/+19
2023-11-15vfs_gpfs: Move vfs_gpfs_fstat to nfs4_acls.c and rename functionChristof Schmitt3-22/+26
2023-11-15vfs_gpfs: Move vfs_gpfs_stat to nfs4_acls.c and rename functionChristof Schmitt3-15/+18
2023-11-15vfs_gpfs: Move stat_with_capability to nfs4_acls.c and rename functionChristof Schmitt3-46/+49
2023-11-15vfs_gpfs: Move fstatat_with_cap_dac_override to nfs4_acls.cChristof Schmitt3-19/+25
2023-11-15nfs4_acls: Implement fstat with DAC_CAP_OVERRIDEChristof Schmitt3-5/+18
2023-11-15vfs_ceph: Replace libceph with libcephfs in commentsAnoop C S1-9/+9
2023-11-15vfs_ceph: Fix the comment quoting module usageAnoop C S1-1/+1
2023-11-15vfs_ceph: Fix a comment in cephwrap_fchmod()Anoop C S1-1/+1
2023-11-15vfs_ceph: Add path based fallback mechanism for SMB_VFS_CHOWNAnoop C S1-1/+18
2023-11-08vfs_gpfs: Implement CAP_DAC_OVERRIDE for fstatatChristof Schmitt1-0/+26
2023-11-08vfs_gpfs: Implement CAP_DAC_OVERRIDE for fstatChristof Schmitt1-0/+24
2023-11-08vfs_gpfs: Move fstatat with DAC_CAP_OVERRIDE to helper functionChristof Schmitt1-8/+24
2023-11-08vfs_gpfs: Use O_PATH for opening dirfd for stat with CAP_DAC_OVERRIDEChristof Schmitt1-1/+6
2023-11-07smbd: Simplify openat_pathref_fsp_case_insensitive()Volker Lendecke1-1/+1