summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2022-12-22smbd: Implement SET_REPARSE_POINT buffer size checksVolker Lendecke1-0/+34
2022-12-22smbd: Rename "ctx" to the more common "mem_ctx" in reparse functionsVolker Lendecke2-6/+6
2022-12-22smbd: Print the file name in reparse point functionsVolker Lendecke1-3/+3
2022-12-12smbd: Remove a few "extern userdom_struct current_user_info"Volker Lendecke1-3/+0
2022-12-12lib: Add get_current_user_info_domain()Volker Lendecke1-1/+1
2022-12-12vfs: Remove an unnecessary if statementVolker Lendecke1-4/+0
2022-12-09vfs_zfsacl: fix mixed declaration and code errorRalph Boehme1-1/+2
2022-12-09vfs_zfsacl: remove unused functionRalph Boehme1-35/+0
2022-12-02nfs4_acl: Add comment for setting ACL as rootChristof Schmitt1-0/+8
2022-12-02nfs4_acls: Call chown_if_needed function to remove duplicate codeChristof Schmitt1-41/+2
2022-11-25vfs: fix the build of nfs4acl_xattr_ without rpc/xdr.h supportStefan Metzmacher2-1/+2
2022-11-14s3: smbd: Always use metadata_fsp() when processing fsctls.Jeremy Allison1-1/+7
2022-10-24vfs_gpfs: Remove support for old GPFS without DACL_PROTECTED supportChristof Schmitt1-8/+0
2022-10-14full_audit: whitespace fixesVolker Lendecke1-14/+14
2022-10-14s3: VFS: vfs_full_audit. Remove SMB_VFS_OP_FSYNC, it no longer exists in sync...Jeremy Allison1-2/+0
2022-10-13vfs_glusterfs: Add path based fallback mechanism for SMB_VFS_FNTIMESAnoop C S1-1/+7
2022-10-12vfs_glusterfs: Simplify SMB_VFS_FDOPENDIR implementationAnoop C S1-27/+1
2022-10-12vfs_glusterfs: Add path based fallback mechanism for SMB_VFS_FGETXATTRAnoop C S1-1/+15
2022-10-12vfs_glusterfs: Do not use glfs_fgetxattr() for SMB_VFS_GET_REAL_FILENAME_ATAnoop C S1-14/+0
2022-10-12vfs_glusterfs: Simplify SMB_VFS_GET_REAL_FILENAME_AT implementationAnoop C S1-26/+5
2022-10-06vfs_fruit: add missing calls to tevent_req_received()Ralph Boehme1-2/+10
2022-10-06s3: VFS: fruit. Implement fsync_send()/fsync_recv().Jeremy Allison1-0/+102
2022-10-06vfs_glusterfs: Remove special handling of O_CREAT flagAnoop C S1-48/+30
2022-10-03vfs: Fix a typoVolker Lendecke1-1/+1
2022-09-23vfs_gpfs: Protect against timestamps before the Unix epochVolker Lendecke1-4/+4
2022-09-19vfs: Simplify xattr_tdb_mkdirat()Volker Lendecke1-18/+5
2022-09-19streams_xattr: Avoid a talloc_strdupVolker Lendecke1-12/+8
2022-09-19smbd: Fix a typoVolker Lendecke1-1/+1
2022-09-19shadow_copy2: Don't implicitly return memory off talloc_tos()Volker Lendecke1-3/+4
2022-09-19shadow_copy2: Avoid a few ZERO_STRUCT()sVolker Lendecke1-9/+11
2022-09-19source3: A few whitespace fixesVolker Lendecke1-4/+3
2022-09-19vfs: Simplify vfswrap_parent_pathname()Volker Lendecke1-11/+6
2022-09-19vfs: Avoid a talloc in vfswrap_parent_pathname()Volker Lendecke1-8/+7
2022-09-17shadow_copy2: Remove an intermediate if-statementVolker Lendecke1-7/+5
2022-09-17shadow_copy2: Use dirfsp if it's aroundVolker Lendecke1-5/+7
2022-09-17shadow_copy2: Use dirfsp for connectpathVolker Lendecke1-1/+8
2022-09-17vfs: Add dirfsp to connectpath_fn()Volker Lendecke7-15/+28
2022-09-07s3:modules - fix read of uninitialized memoryAndrew Walker1-0/+1
2022-09-02Cleanup and bug fixes in vxfs vfs code.Saurabh Singh3-73/+67
2022-08-28s3: smbd: Remove allow_broken_path from get_referred_path() and it's callers.Jeremy Allison1-1/+0
2022-08-26vfs: Fix a copy&paste errorVolker Lendecke1-3/+1
2022-08-26vfs_glusterfs: Implement SMB_VFS_FSTATATAnoop C S1-0/+50
2022-08-26vfs_glusterfs: Use glfs_fgetxattr() for SMB_VFS_GET_REAL_FILENAME_ATAnoop C S1-18/+28
2022-08-26vfs_glusterfs: Use glfs_readlinkat() for SMB_VFS_READ_DFS_PATHATAnoop C S1-0/+16
2022-08-26vfs_glusterfs: Use glfs_symlinkat() for SMB_VFS_CREATE_DFS_PATHATAnoop C S1-10/+25
2022-08-26vfs_glusterfs: Use glfs_mknodat() for SMB_VFS_MKNODATAnoop C S1-3/+19
2022-08-26vfs_glusterfs: Use glfs_linkat() for SMB_VFS_LINKATAnoop C S1-5/+35
2022-08-26vfs_glusterfs: Use glfs_readlinkat() for SMB_VFS_READLINKATAnoop C S1-3/+19
2022-08-26vfs_glusterfs: Use glfs_symlinkat() for SMB_VFS_SYMLINKATAnoop C S1-5/+23
2022-08-26vfs_glusterfs: Use glfs_unlinkat() for SMB_VFS_UNLINKATAnoop C S1-1/+19