summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2018-04-03s3:modules: Set -Wno-strict-overflow for getdate if supportedAndreas Schneider1-0/+5
2018-04-03s3:modules: Generate new getdate.c with bisonAndreas Schneider1-977/+897
2018-04-03s3:modules: Update getdate.y to work with newer bison versionsAndreas Schneider1-122/+121
2018-04-03s3:modules: fix the build of vfs_aixacl2.cStefan Metzmacher1-2/+3
2018-04-03s3:modules: make virusfilter_io_connect_path() more portableStefan Metzmacher1-15/+16
2018-04-03s3:modules: fix the picky-developer build of vfs_virusfilter.c on FreeBSD 11Stefan Metzmacher1-2/+3
2018-03-29vfs_fruit: Fix CID 1433613 Operands don't affect resultVolker Lendecke1-2/+2
2018-03-21s3: smbd: Fruit. Make the use of dom_sid_compare_domain() much clearer.Jeremy Allison1-2/+3
2018-03-20s3:vfs_preopen: Change to a do-while loop and fix the checkAndreas Schneider1-2/+2
2018-03-20s3:modules: Fix size type in getdateAndreas Schneider2-2/+2
2018-03-20s3:vfs_nettalk: Fix size typesAndreas Schneider1-1/+1
2018-03-16s3: smbd: vfs_fruit: Replace code in fruit_fget_nt_acl() with remove_virtual_...Jeremy Allison1-28/+7
2018-03-16s3: smbd: vfs_fruit: Replace code in check_ms_nfs() with remove_virtual_nfs_a...Jeremy Allison1-37/+1
2018-03-16s3: smbd: vfs_fruit: Add remove_virtual_nfs_aces() a generic NFS ACE remover.Jeremy Allison1-0/+43
2018-03-08s3: vfs_fruit. Change check_ms_nfs() to remove the virtual ACE's generated by...Jeremy Allison1-1/+42
2018-03-07s3: vfs_fruit. If the security descriptor was modified, ensure we set the fla...Jeremy Allison1-0/+21
2018-03-07s3: vfs_fruit: Ensure we operate on a copy of the incoming security descriptor.Jeremy Allison1-1/+11
2018-03-07s3: vfs_fruit. Ensure we only return one set of the 'virtual' UNIX ACE entries.Jeremy Allison1-0/+28
2018-03-01s3:modules: Add FALL_THROUGH statements in getdate.cAndreas Schneider1-2/+3
2018-03-01s3:modules: Add FALL_THROUGH statements in vfs_acl_common.cAndreas Schneider1-0/+1
2018-02-26vfs_glusterfs: Fix the wrong pointer being sent in glfs_fsync_asyncPoornima G1-1/+1
2018-02-23vfs_fruit: use off_t, not size_t for TM size calculationsRalph Boehme1-7/+6
2018-01-31vfs_virusfilter: Fix CID 1428738 Macro compares unsigned to 0Volker Lendecke1-1/+1
2018-01-31vfs_virusfilter: Fix CID 1428740 Macro compares unsigned to 0Volker Lendecke1-1/+1
2018-01-31vfs_virusfilter: Fix CID 1428739 Buffer not null terminatedVolker Lendecke1-1/+7
2018-01-25Samba-VirusFilter: clean up dir check vfs_close and vfs_openTrever L. Adams1-2/+6
2018-01-25Samba-VirusFilter: fix virusfilter_vfs_close() crashTrever L. Adams1-1/+1
2018-01-24Samba-VirusFilter: clamav VFS and man page.Trever L. Adams4-0/+200
2018-01-24Samba-VirusFilter: F-Secure AntiVirus (fsav) VFS and man page.Trever L. Adams4-0/+456
2018-01-24Samba-VirusFilter: Sophos VFS backend.Trever L. Adams4-5/+408
2018-01-24Samba-VirusFilter: common headers and sources.Trever L. Adams5-0/+2872
2018-01-22waf: Fix NFS quota support with libtirpcAndreas Schneider1-0/+9
2018-01-21vfs_fileid: Fix the 32-bit buildVolker Lendecke1-2/+2
2018-01-17vfs_glusterfs: Add fallocate support for vfs_glusterfsSachin Prabhu1-1/+27
2018-01-13vfs_default: use VFS statvfs macro in fs_capabilitiesDavid Disseldorp1-7/+7
2018-01-13vfs_ceph: add fs_capabilities hook to avoid local statvfsDavid Disseldorp1-0/+15
2018-01-10vfs_fruit: initialise bandsize to please a compilerDouglas Bagnall1-1/+1
2018-01-09vfs_fruit: set delete-on-close for empty finderinfoRalph Boehme1-24/+36
2018-01-09vfs_fruit: filter out AFP_AfpInfo streams with pending delete-on-closeRalph Boehme1-1/+71
2018-01-09vfs_fruit: factor out delete_invalid_meta_stream() from fruit_streaminfo_meta...Ralph Boehme1-23/+34
2018-01-08vfs_fileid: fix a use after freeRalph Boehme1-1/+3
2018-01-06vfs_fileid: add fileid:algorithm = fsname_norootdirRalph Boehme1-3/+42
2018-01-06vfs_fileid: add fileid:nolockinode parameterRalph Boehme1-1/+12
2018-01-06vfs_fileid: add fileid:algorithm = fsname_nodirsRalph Boehme1-0/+14
2018-01-06vfs_fileid: add fileid:algorithm = hostnameRalph Boehme1-0/+31
2018-01-06vfs_fileid: convert dev argument of the device_mapping_fn to SMB_STRUCT_STATRalph Boehme1-8/+8
2018-01-06vfs_fileid: add "fstype/mntdir deny/allow list" optionRalph Wuerthner1-0/+114
2018-01-06vfs_fileid: preserve errno in an error code pathRalph Boehme1-0/+3
2018-01-06vfs_fileid: add a DEBUG message to log dev and inodeRalph Boehme1-0/+3
2018-01-06vfs_fruit: add "time machine max size" optionRalph Boehme1-0/+428