summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* shadow_copy2: Fix stream open for streams_depot pathsVolker Lendecke2023-04-171-9/+16
* streams_depot: Create files when requestedVolker Lendecke2023-04-171-1/+1
* vfs_fruit: avoid using 'conn->tcon->compat', we can just use 'conn'!Stefan Metzmacher2023-04-121-2/+2
* s3:modules: call rpcgen only if vfs_nfs4acl_xattr is enabledDavid Disseldorp2023-04-031-42/+41
* vfs: Replace a "== false" with a "!"Volker Lendecke2023-03-091-1/+1
* s3:modules: Fix invalid escape sequencesJoseph Sutton2023-03-031-1/+1
* vfs_ceph: add support to select ceph file systemJohn Mulligan2023-02-241-1/+34
* vfs_ceph: cache ceph mounts based on share configuration paramsJohn Mulligan2023-02-241-35/+118
* vfs_ceph: split ceph mount logic into a new functionJohn Mulligan2023-02-241-38/+51
* vfs: Fix whitespace in vfs_aixacl_util.cVolker Lendecke2023-02-131-24/+18
* vfs_ceph: use fsp_get_pathref_fd in ceph fstatat and close vfs callsJohn Mulligan2023-02-131-3/+4
* s3:modules: Initialize pointer with NULLAndreas Schneider2023-02-061-1/+1
* s4:modules: Move structs with dynamic arrays to end of structAndreas Schneider2023-02-061-4/+4
* s3:modules: Ignore -Wunused-but-set-variable for autogenerated codeAndreas Schneider2023-02-061-1/+4
* smbd: Implement SET_REPARSE_POINT buffer size checksVolker Lendecke2022-12-221-0/+34
* smbd: Rename "ctx" to the more common "mem_ctx" in reparse functionsVolker Lendecke2022-12-222-6/+6
* smbd: Print the file name in reparse point functionsVolker Lendecke2022-12-221-3/+3
* smbd: Remove a few "extern userdom_struct current_user_info"Volker Lendecke2022-12-121-3/+0
* lib: Add get_current_user_info_domain()Volker Lendecke2022-12-121-1/+1
* vfs: Remove an unnecessary if statementVolker Lendecke2022-12-121-4/+0
* vfs_zfsacl: fix mixed declaration and code errorRalph Boehme2022-12-091-1/+2
* vfs_zfsacl: remove unused functionRalph Boehme2022-12-091-35/+0
* nfs4_acl: Add comment for setting ACL as rootChristof Schmitt2022-12-021-0/+8
* nfs4_acls: Call chown_if_needed function to remove duplicate codeChristof Schmitt2022-12-021-41/+2
* vfs: fix the build of nfs4acl_xattr_ without rpc/xdr.h supportStefan Metzmacher2022-11-252-1/+2
* s3: smbd: Always use metadata_fsp() when processing fsctls.Jeremy Allison2022-11-141-1/+7
* vfs_gpfs: Remove support for old GPFS without DACL_PROTECTED supportChristof Schmitt2022-10-241-8/+0
* full_audit: whitespace fixesVolker Lendecke2022-10-141-14/+14
* s3: VFS: vfs_full_audit. Remove SMB_VFS_OP_FSYNC, it no longer exists in sync...Jeremy Allison2022-10-141-2/+0
* vfs_glusterfs: Add path based fallback mechanism for SMB_VFS_FNTIMESAnoop C S2022-10-131-1/+7
* vfs_glusterfs: Simplify SMB_VFS_FDOPENDIR implementationAnoop C S2022-10-121-27/+1
* vfs_glusterfs: Add path based fallback mechanism for SMB_VFS_FGETXATTRAnoop C S2022-10-121-1/+15
* vfs_glusterfs: Do not use glfs_fgetxattr() for SMB_VFS_GET_REAL_FILENAME_ATAnoop C S2022-10-121-14/+0
* vfs_glusterfs: Simplify SMB_VFS_GET_REAL_FILENAME_AT implementationAnoop C S2022-10-121-26/+5
* vfs_fruit: add missing calls to tevent_req_received()Ralph Boehme2022-10-061-2/+10
* s3: VFS: fruit. Implement fsync_send()/fsync_recv().Jeremy Allison2022-10-061-0/+102
* vfs_glusterfs: Remove special handling of O_CREAT flagAnoop C S2022-10-061-48/+30
* vfs: Fix a typoVolker Lendecke2022-10-031-1/+1
* vfs_gpfs: Protect against timestamps before the Unix epochVolker Lendecke2022-09-231-4/+4
* vfs: Simplify xattr_tdb_mkdirat()Volker Lendecke2022-09-191-18/+5
* streams_xattr: Avoid a talloc_strdupVolker Lendecke2022-09-191-12/+8
* smbd: Fix a typoVolker Lendecke2022-09-191-1/+1
* shadow_copy2: Don't implicitly return memory off talloc_tos()Volker Lendecke2022-09-191-3/+4
* shadow_copy2: Avoid a few ZERO_STRUCT()sVolker Lendecke2022-09-191-9/+11
* source3: A few whitespace fixesVolker Lendecke2022-09-191-4/+3
* vfs: Simplify vfswrap_parent_pathname()Volker Lendecke2022-09-191-11/+6
* vfs: Avoid a talloc in vfswrap_parent_pathname()Volker Lendecke2022-09-191-8/+7
* shadow_copy2: Remove an intermediate if-statementVolker Lendecke2022-09-171-7/+5
* shadow_copy2: Use dirfsp if it's aroundVolker Lendecke2022-09-171-5/+7
* shadow_copy2: Use dirfsp for connectpathVolker Lendecke2022-09-171-1/+8