summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2017-12-07vfs_zfsacl: fix compilation errorRalph Boehme1-4/+6
2017-12-05vfs_fruit: proper VFS-stackable conversion of FinderInfoRalph Boehme1-14/+75
2017-12-05vfs_fruit: add AfpInfo prototypesRalph Boehme1-0/+4
2017-11-24vfs_glusterfs: include glusterfs/api/glfs.h without relying on -I optionsNiels de Vos1-1/+1
2017-11-01s3:modules: Check correct variable for NULL in posixacl_xattrAndreas Schneider1-1/+1
2017-11-01s3:vfs_glusterfs: Fix a double free in vfs_gluster_getwd()Andreas Schneider1-1/+2
2017-11-01vfs_glusterfs: Fix exporting subdirs with shadow_copy2Michael Adam1-0/+10
2017-11-01vfs_fruit: Replace closedir() by SMB_VFS_CLOSEDIRAnoop C S1-1/+1
2017-10-25vfs_catia: Fix a potential memleakVolker Lendecke1-1/+1
2017-10-25vfs_catia: Fix a memory leakVolker Lendecke1-0/+1
2017-10-25vfs_fruit: on-access conversion of AppleDouble xattr dataRalph Boehme2-1/+121
2017-10-25vfs_fruit: static string fruit_catia_mapsRalph Boehme1-14/+16
2017-10-25vfs_fruit: pass smb_fname to ad_convertRalph Boehme1-2/+4
2017-10-25vfs_fruit: unpack AppleDouble xattr header if presentRalph Boehme1-0/+141
2017-10-25vfs_fruit: allocate ad_data buffer up to AD_XATTR_MAX_HDR_SIZE bytesRalph Boehme1-9/+35
2017-10-25vfs_fruit: add AppleDouble xattr structure definitionsRalph Boehme1-0/+38
2017-10-25vfs_fruit: fix ftruncating resource forkRalph Boehme1-1/+1
2017-10-25vfs_catia: factor out mapping functionsRalph Boehme4-145/+237
2017-10-25s3: VFS: Ensure default SMB_VFS_GETWD() call can't return a partially complet...Jeremy Allison1-0/+4
2017-10-25vfs_solarisacl: fix build for samba 4.7 and upJorge Schrauwen via samba-technical2-2/+2
2017-10-25vfs_fake_acls: deny give-ownershipRalph Boehme1-0/+18
2017-10-25vfs_acl_common: fix take ownership vs give ownershipRalph Boehme1-0/+13
2017-10-25vfs_acl_common: factor out a variable declarationRalph Boehme1-2/+3
2017-10-25vfs/nfs4_acls: move special handling of SMB_ACE4_SYNCHRONIZE to vfs_zfsaclRalph Boehme2-7/+9
2017-10-25s3/vfs: move ACE4_ADD_FILE/ACE4_DELETE_CHILD mapping from NFSv4 framework to ...Ralph Boehme2-4/+4
2017-10-25vfs_zfsacl: ensure zfs_get_nt_acl_common() has access to stat infoRalph Boehme1-3/+22
2017-10-25vfs_zfsacl: pass smb_fname to zfs_get_nt_acl_commonRalph Boehme1-12/+8
2017-09-16s3: vfs: catia: compression get/set must act only on base file, and must cope...Jeremy Allison1-6/+38
2017-09-16s3: VFS: streams_xattr: Compression is only set/get on base filenames.Jeremy Allison1-37/+0
2017-09-16vfs_streams_xattr: Fix segfault when running with log level 10Christof Schmitt1-2/+2
2017-08-28vfs_default: Fix passing of errno from async callsChristof Schmitt1-6/+9
2017-08-14vfs_fruit: factor out common code from ad_get() and ad_fget()Ralph Boehme1-61/+30
2017-08-14vfs_fruit: return fake pipe fd in fruit_open_meta_netatalk()Ralph Boehme1-57/+16
2017-08-14vfs_fruit: don't open basefile in ad_open() and simplify APIRalph Boehme1-75/+47
2017-08-14vfs_fruit: use path based setxattr call in ad_fset()Ralph Boehme1-5/+5
2017-08-14vfs_streams_xattr: return a fake fd in streams_xattr_open()Ralph Boehme1-47/+20
2017-08-14vfs_streams_xattr: implement all missing handle based VFS functionsRalph Boehme1-0/+421
2017-08-14vfs_streams_xattr: always pass NULL as fsp arg to get_ea_value()Ralph Boehme1-4/+4
2017-08-14vfs_streams_xattr: remove fsp argument from get_xattr_size()Ralph Boehme1-5/+4
2017-08-14vfs_streams_xattr: remove all uses of fd, use name based functionsRalph Boehme1-35/+15
2017-08-14vfs_streams_xattr: invalidate stat info if xattr was not foundRalph Boehme1-0/+3
2017-08-11vfs_gpfs: handle EACCES when fetching DOS attributes from xattrRalph Boehme1-1/+68
2017-07-31vfs_ceph: fix cephwrap_chdir()David Disseldorp1-8/+0
2017-07-24smbd: Fix a connection run-down race conditionVolker Lendecke1-6/+27
2017-07-24vfs_fruit: don't use MS NFS ACEs with Windows clientsRalph Boehme1-0/+6
2017-07-24s3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LOCK_CHECKRalph Boehme6-29/+29
2017-07-24s3/vfs: remove SMB_VFS_STRICT_UNLOCKRalph Boehme6-83/+6
2017-07-24vfs_fruit: add fruit:model = <modelname> parametric optionGünther Deschner1-1/+5
2017-07-03s3/smbd: remove unneeded flags argument from SMB_VFS_OFFLOAD_WRITE_SENDRalph Boehme5-76/+53
2017-07-03s3/smbd: get rid of files_struct.aapl_copyfile_supportedRalph Boehme1-21/+10