summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: default: Remove recursion into the VFS inside the default pread call.Jeremy Allison2018-05-021-1/+1
* s3: VFS: default: Remove fallback if we don't have HAVE_PREAD set. Samba does...Jeremy Allison2018-05-021-22/+2
* s3: VFS: Remove fsync_fn() from the VFS and all modules. VFS ABI change.Jeremy Allison2018-05-027-94/+0
* ceph: VFS: Add asynchronous fsync to ceph module, fake using synchronous call.Jeremy Allison2018-04-301-0/+53
* s3:vfs_aio_pthread: make use of pthreadpool_tevent instead of pthreadpool_pipeStefan Metzmacher2018-04-231-115/+19
* s3:smbd: call pthreadpool_tevent_init() already in smbd_process()Stefan Metzmacher2018-04-231-31/+0
* s3: vfs: vfs_streams_xattr: Don't blindly re-use the base file mode bits.Jeremy Allison2018-04-111-0/+2
* vfs_fruit: Fix CID 1416474 Dereference null return valueVolker Lendecke2018-04-111-0/+5
* s3: smbd: Fix memory leak in vfswrap_getwd()Jeremy Allison2018-04-091-3/+6
* s3:modules: Set -Wno-strict-overflow for getdate if supportedAndreas Schneider2018-04-031-0/+5
* s3:modules: Generate new getdate.c with bisonAndreas Schneider2018-04-031-977/+897
* s3:modules: Update getdate.y to work with newer bison versionsAndreas Schneider2018-04-031-122/+121
* s3:modules: fix the build of vfs_aixacl2.cStefan Metzmacher2018-04-031-2/+3
* s3:modules: make virusfilter_io_connect_path() more portableStefan Metzmacher2018-04-031-15/+16
* s3:modules: fix the picky-developer build of vfs_virusfilter.c on FreeBSD 11Stefan Metzmacher2018-04-031-2/+3
* vfs_fruit: Fix CID 1433613 Operands don't affect resultVolker Lendecke2018-03-291-2/+2
* s3: smbd: Fruit. Make the use of dom_sid_compare_domain() much clearer.Jeremy Allison2018-03-211-2/+3
* s3:vfs_preopen: Change to a do-while loop and fix the checkAndreas Schneider2018-03-201-2/+2
* s3:modules: Fix size type in getdateAndreas Schneider2018-03-202-2/+2
* s3:vfs_nettalk: Fix size typesAndreas Schneider2018-03-201-1/+1
* s3: smbd: vfs_fruit: Replace code in fruit_fget_nt_acl() with remove_virtual_...Jeremy Allison2018-03-161-28/+7
* s3: smbd: vfs_fruit: Replace code in check_ms_nfs() with remove_virtual_nfs_a...Jeremy Allison2018-03-161-37/+1
* s3: smbd: vfs_fruit: Add remove_virtual_nfs_aces() a generic NFS ACE remover.Jeremy Allison2018-03-161-0/+43
* s3: vfs_fruit. Change check_ms_nfs() to remove the virtual ACE's generated by...Jeremy Allison2018-03-081-1/+42
* s3: vfs_fruit. If the security descriptor was modified, ensure we set the fla...Jeremy Allison2018-03-071-0/+21
* s3: vfs_fruit: Ensure we operate on a copy of the incoming security descriptor.Jeremy Allison2018-03-071-1/+11
* s3: vfs_fruit. Ensure we only return one set of the 'virtual' UNIX ACE entries.Jeremy Allison2018-03-071-0/+28
* s3:modules: Add FALL_THROUGH statements in getdate.cAndreas Schneider2018-03-011-2/+3
* s3:modules: Add FALL_THROUGH statements in vfs_acl_common.cAndreas Schneider2018-03-011-0/+1
* vfs_glusterfs: Fix the wrong pointer being sent in glfs_fsync_asyncPoornima G2018-02-261-1/+1
* vfs_fruit: use off_t, not size_t for TM size calculationsRalph Boehme2018-02-231-7/+6
* vfs_virusfilter: Fix CID 1428738 Macro compares unsigned to 0Volker Lendecke2018-01-311-1/+1
* vfs_virusfilter: Fix CID 1428740 Macro compares unsigned to 0Volker Lendecke2018-01-311-1/+1
* vfs_virusfilter: Fix CID 1428739 Buffer not null terminatedVolker Lendecke2018-01-311-1/+7
* Samba-VirusFilter: clean up dir check vfs_close and vfs_openTrever L. Adams2018-01-251-2/+6
* Samba-VirusFilter: fix virusfilter_vfs_close() crashTrever L. Adams2018-01-251-1/+1
* Samba-VirusFilter: clamav VFS and man page.Trever L. Adams2018-01-244-0/+200
* Samba-VirusFilter: F-Secure AntiVirus (fsav) VFS and man page.Trever L. Adams2018-01-244-0/+456
* Samba-VirusFilter: Sophos VFS backend.Trever L. Adams2018-01-244-5/+408
* Samba-VirusFilter: common headers and sources.Trever L. Adams2018-01-245-0/+2872
* waf: Fix NFS quota support with libtirpcAndreas Schneider2018-01-221-0/+9
* vfs_fileid: Fix the 32-bit buildVolker Lendecke2018-01-211-2/+2
* vfs_glusterfs: Add fallocate support for vfs_glusterfsSachin Prabhu2018-01-171-1/+27
* vfs_default: use VFS statvfs macro in fs_capabilitiesDavid Disseldorp2018-01-131-7/+7
* vfs_ceph: add fs_capabilities hook to avoid local statvfsDavid Disseldorp2018-01-131-0/+15
* vfs_fruit: initialise bandsize to please a compilerDouglas Bagnall2018-01-101-1/+1
* vfs_fruit: set delete-on-close for empty finderinfoRalph Boehme2018-01-091-24/+36
* vfs_fruit: filter out AFP_AfpInfo streams with pending delete-on-closeRalph Boehme2018-01-091-1/+71
* vfs_fruit: factor out delete_invalid_meta_stream() from fruit_streaminfo_meta...Ralph Boehme2018-01-091-23/+34
* vfs_fileid: fix a use after freeRalph Boehme2018-01-081-1/+3