summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2020-11-04s3-vfs_glusterfs: always disable write-behind translatorGünther Deschner1-3/+17
2020-11-03s3: modules: vfs_glusterfs: Fix leak of char **lines onto mem_ctx on return.Jeremy Allison1-0/+2
2020-11-02s3-vfs_glusterfs: refuse connection when write-behind xlator is presentGünther Deschner1-0/+89
2020-10-23s3:modules: Do not install vfs modules only used for testingAndreas Schneider1-4/+8
2020-10-23vfs_default: allow dirfsps in the link VFS functionsRalph Boehme1-9/+0
2020-10-23vfs_streams_depot: only assert AT_FDCWD for streamsRalph Boehme1-5/+5
2020-10-23vfs_streams_xattr: only assert AT_FDCWD for streamsRalph Boehme1-5/+5
2020-10-23vfs: make dirfsp arg to SMB_VFS_READLINKAT() constRalph Boehme13-13/+13
2020-10-15vfs_zfsacl: only grant DELETE_CHILD if ACL tag is specialAndrew Walker1-1/+4
2020-10-15vfs_zfsacl: use a helper variable in zfs_get_nt_acl_common()Ralph Boehme1-4/+11
2020-10-15vfs_zfsacl: README.Coding fixRalph Boehme1-1/+2
2020-10-15vfs_zfsacl: Add new parameter to stop automatic addition of special entriesAndrew Walker1-0/+24
2020-10-15vfs_zfsacl: use handle based facl() call to query ZFS filesytem ACLRalph Boehme1-37/+122
2020-10-14vfs_shadow_copy2: Avoid closing snapsdir twiceAnoop C S1-0/+7
2020-10-05Revert "vfs_ceph: drop fdopendir handler"David Disseldorp1-3/+12
2020-10-02vfs: Fix a typoVolker Lendecke1-1/+1
2020-10-02vfs: Fix a typoVolker Lendecke1-1/+1
2020-10-02vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()Ralph Boehme8-19/+3
2020-10-02vfs_fruit: avoid using fsp->dirspRalph Boehme1-1/+1
2020-10-02vfs_fruit: use VFS ftruncate function in fruit_ftruncate_rsrc_adouble()Ralph Boehme1-1/+1
2020-10-02vfs_fruit: ensure the buffer passed to file_lines_parse() is 0-terminatedRalph Boehme1-1/+3
2020-10-02vfs_default: realign vfswrap_fgetxattr() argsRalph Boehme1-1/+5
2020-10-02vfs: add and use vfs_fake_fd()Ralph Boehme2-36/+3
2020-09-12s3:VFS: Remove function declaration for vfs_posixacl_initChristof Schmitt1-2/+0
2020-09-08test_vfs_gpfs: Add test for file id generationChristof Schmitt1-0/+54
2020-09-08test_vfs_gpfs: Add test for winattr mappingsChristof Schmitt1-0/+34
2020-09-08test_vfs_gpfs: Add test for lease mapping functionChristof Schmitt1-0/+8
2020-09-08selftest: Add unit test for vfs_gpfsChristof Schmitt2-0/+62
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore3-0/+3
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme4-0/+4
2020-07-17vfs_posixacl: Remove unnecessary call to acl_set_permsetChristof Schmitt1-1/+2
2020-07-17test_vfs_posixacl: Add unit test for Linux POSIX ACL mappingChristof Schmitt2-0/+164
2020-06-21vfs_shadow_copy2: Fix a log messageAnoop C S1-2/+2
2020-06-21vfs_shadow_copy: Fix a log messageAnoop C S1-2/+1
2020-06-17vfs_glusterfs: Enable caching of selinux xattr by defaultAnoop C S1-0/+6
2020-06-15vfs: Move reparse point functions to util_reparse.cVolker Lendecke4-9/+107
2020-06-10vfs: Fix typosVolker Lendecke1-2/+2
2020-06-10vfs_default: Remove an unused data memberAnoop C S1-2/+0
2020-06-03s3: VFS: default. Ensure read_dfs_pathat() returns stat info.Jeremy Allison1-0/+14
2020-06-03s3: VFS: shadow_copy2. Ensure read_dfs_pathat() returns stat info.Jeremy Allison1-0/+5
2020-06-03s3: VFS: gluster. Ensure read_dfs_pathat() returns stat info.Jeremy Allison1-0/+15
2020-06-03s3: VFS: ceph. Ensure read_dfs_pathat() returns stat info.Jeremy Allison1-0/+19
2020-06-03s3: VFS: catia. Ensure read_dfs_pathat() returns stat info.Jeremy Allison1-0/+5
2020-06-03s3: VFS: cap. Ensure read_dfs_pathat() returns stat info.Jeremy Allison1-0/+6
2020-06-03s3: VFS: Change the function signature for SMB_VFS_READ_DFS_PATHAT() to take ...Jeremy Allison9-9/+9
2020-05-26s3: VFS: cap. Fixup mistake using the wrong parameter to capencode.Jeremy Allison1-1/+1
2020-05-21vfs: remove SMB_VFS_OPEN()Ralph Boehme28-1342/+0
2020-05-21vfs_shadow_copy2: use SMB_VFS_NEXT_OPENAT() in shadow_copy2_get_shadow_copy_d...Ralph Boehme1-5/+14
2020-05-21s3: VFS: fruit. Now we've gotten rid of SMB_VFS_OPEN(), add const to the func...Jeremy Allison1-15/+7