summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* vfs_fruit: Don't unlink the main fileVolker Lendecke2018-09-051-1/+5
* vfs_delay_inject: adding delay to VFS callsRalph Boehme2018-09-052-0/+65
* vfs_fruit: Fix a leak of "br_lck"Volker Lendecke2018-08-231-8/+16
* s3: vfs: time_audit: fix handling of token_blob in smb_time_audit_offload_rea...Ralph Wuerthner2018-08-231-9/+3
* vfs_ceph: don't lie about flock supportDavid Disseldorp2018-07-281-6/+5
* vfs_fruit: delete 0 byte size streams if AAPL is enabledRalph Boehme2018-07-121-0/+3
* s3:smbd: fix interaction between chown and SD flagsRalph Boehme2018-05-241-2/+5
* s3: VFS: Fix memory leak in vfs_ceph.Vandana Rungta2018-05-171-10/+11
* vfs_ceph: add fake async pwrite/pread send/recv hooksDavid Disseldorp2018-05-141-1/+108
* ceph: VFS: Add asynchronous fsync to ceph module, fake using synchronous call.Jeremy Allison2018-05-071-0/+53
* s3: vfs: vfs_streams_xattr: Don't blindly re-use the base file mode bits.Jeremy Allison2018-05-071-0/+2
* s3: smbd: Fix memory leak in vfswrap_getwd()Jeremy Allison2018-04-101-3/+6
* s3: smbd: Fruit. Make the use of dom_sid_compare_domain() much clearer.Jeremy Allison2018-03-221-2/+3
* s3: smbd: vfs_fruit: Replace code in fruit_fget_nt_acl() with remove_virtual_...Jeremy Allison2018-03-221-28/+7
* s3: smbd: vfs_fruit: Replace code in check_ms_nfs() with remove_virtual_nfs_a...Jeremy Allison2018-03-221-37/+1
* s3: smbd: vfs_fruit: Add remove_virtual_nfs_aces() a generic NFS ACE remover.Jeremy Allison2018-03-221-0/+43
* s3: vfs_fruit. Change check_ms_nfs() to remove the virtual ACE's generated by...Jeremy Allison2018-03-221-1/+42
* s3: vfs_fruit. If the security descriptor was modified, ensure we set the fla...Jeremy Allison2018-03-221-0/+21
* s3: vfs_fruit: Ensure we operate on a copy of the incoming security descriptor.Jeremy Allison2018-03-221-1/+11
* s3: vfs_fruit. Ensure we only return one set of the 'virtual' UNIX ACE entries.Jeremy Allison2018-03-221-0/+28
* vfs_glusterfs: Fix the wrong pointer being sent in glfs_fsync_asyncPoornima G2018-03-221-1/+1
* vfs_fruit: set delete-on-close for empty finderinfoRalph Boehme2018-01-261-24/+36
* vfs_fruit: filter out AFP_AfpInfo streams with pending delete-on-closeRalph Boehme2018-01-251-1/+71
* vfs_fruit: factor out delete_invalid_meta_stream() from fruit_streaminfo_meta...Ralph Boehme2018-01-251-23/+34
* vfs_default: use VFS statvfs macro in fs_capabilitiesDavid Disseldorp2018-01-221-7/+7
* vfs_ceph: add fs_capabilities hook to avoid local statvfsDavid Disseldorp2018-01-221-0/+15
* vfs_error_inject: Add new moduleChristof Schmitt2018-01-022-0/+107
* vfs_zfsacl: fix compilation errorRalph Boehme2017-12-071-4/+6
* vfs_fruit: proper VFS-stackable conversion of FinderInfoRalph Boehme2017-12-051-14/+75
* vfs_fruit: add AfpInfo prototypesRalph Boehme2017-12-051-0/+4
* vfs_glusterfs: include glusterfs/api/glfs.h without relying on -I optionsNiels de Vos2017-11-241-1/+1
* s3:modules: Check correct variable for NULL in posixacl_xattrAndreas Schneider2017-11-011-1/+1
* s3:vfs_glusterfs: Fix a double free in vfs_gluster_getwd()Andreas Schneider2017-11-011-1/+2
* vfs_glusterfs: Fix exporting subdirs with shadow_copy2Michael Adam2017-11-011-0/+10
* vfs_fruit: Replace closedir() by SMB_VFS_CLOSEDIRAnoop C S2017-11-011-1/+1
* vfs_catia: Fix a potential memleakVolker Lendecke2017-10-251-1/+1
* vfs_catia: Fix a memory leakVolker Lendecke2017-10-251-0/+1
* vfs_fruit: on-access conversion of AppleDouble xattr dataRalph Boehme2017-10-252-1/+121
* vfs_fruit: static string fruit_catia_mapsRalph Boehme2017-10-251-14/+16
* vfs_fruit: pass smb_fname to ad_convertRalph Boehme2017-10-251-2/+4
* vfs_fruit: unpack AppleDouble xattr header if presentRalph Boehme2017-10-251-0/+141
* vfs_fruit: allocate ad_data buffer up to AD_XATTR_MAX_HDR_SIZE bytesRalph Boehme2017-10-251-9/+35
* vfs_fruit: add AppleDouble xattr structure definitionsRalph Boehme2017-10-251-0/+38
* vfs_fruit: fix ftruncating resource forkRalph Boehme2017-10-251-1/+1
* vfs_catia: factor out mapping functionsRalph Boehme2017-10-254-145/+237
* s3: VFS: Ensure default SMB_VFS_GETWD() call can't return a partially complet...Jeremy Allison2017-10-251-0/+4
* vfs_solarisacl: fix build for samba 4.7 and upJorge Schrauwen via samba-technical2017-10-252-2/+2
* vfs_fake_acls: deny give-ownershipRalph Boehme2017-10-251-0/+18
* vfs_acl_common: fix take ownership vs give ownershipRalph Boehme2017-10-251-0/+13
* vfs_acl_common: factor out a variable declarationRalph Boehme2017-10-251-2/+3