summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* vfs_fileid: add fileid:algorithm = fsname_norootdirRalph Boehme2018-01-061-3/+42
* vfs_fileid: add fileid:nolockinode parameterRalph Boehme2018-01-061-1/+12
* vfs_fileid: add fileid:algorithm = fsname_nodirsRalph Boehme2018-01-061-0/+14
* vfs_fileid: add fileid:algorithm = hostnameRalph Boehme2018-01-061-0/+31
* vfs_fileid: convert dev argument of the device_mapping_fn to SMB_STRUCT_STATRalph Boehme2018-01-061-8/+8
* vfs_fileid: add "fstype/mntdir deny/allow list" optionRalph Wuerthner2018-01-061-0/+114
* vfs_fileid: preserve errno in an error code pathRalph Boehme2018-01-061-0/+3
* vfs_fileid: add a DEBUG message to log dev and inodeRalph Boehme2018-01-061-0/+3
* vfs_fruit: add "time machine max size" optionRalph Boehme2018-01-061-0/+428
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-1848-48/+47
* vfs_error_inject: Add new moduleChristof Schmitt2017-12-152-0/+107
* vfs_aio_fork: Use a shorter random delayVolker Lendecke2017-12-121-1/+1
* vfs_aio_fork: Fix vfs_aio_pwriteVolker Lendecke2017-12-121-0/+2
* vfs_aio_fork: Fix vfs_aio_preadVolker Lendecke2017-12-121-2/+14
* vfs_aio_fork: Fix a crash in aio_forkVolker Lendecke2017-12-121-25/+19
* vfs_aio_fork: Drop "volatile" from the mmap area in aio_forkVolker Lendecke2017-12-121-1/+1
* vfs: drop casts for VFS_ADD_FSP_EXTENSION() callersDavid Disseldorp2017-12-066-10/+7
* vfs_fruit: proper VFS-stackable conversion of FinderInfoRalph Boehme2017-11-291-14/+75
* vfs_fruit: add AfpInfo prototypesRalph Boehme2017-11-291-0/+4
* vfs_full_audit: make do_log() printf-awareUri Simchoni2017-11-241-8/+18
* nfs4acl: fix picky build in case rpc/xdr.h is not availableUri Simchoni2017-11-221-0/+1
* vfs_fruit: Unlink memory on errorAndreas Schneider2017-11-131-0/+1
* vfs: remove SMB_VFS_INIT_SEARCH_OPUri Simchoni2017-11-112-18/+0
* vfs_unityed_media: remove handling of init_search_opUri Simchoni2017-11-111-10/+0
* vfs_media_harmony: remove handling of init_search_opUri Simchoni2017-11-111-13/+0
* vfs_time_audit: remove init_search_op implementationUri Simchoni2017-11-111-17/+0
* vfs_glusterfs: remove init_search_op handlingUri Simchoni2017-11-111-7/+0
* vfs: Remove aio_linuxVolker Lendecke2017-11-112-354/+0
* vfs_glusterfs: include glusterfs/api/glfs.h without relying on -I optionsNiels de Vos2017-11-091-1/+1
* vfs_nfs4acl_xattr: add XDR backendRalph Boehme2017-11-085-1/+583
* vfs_nfs4acl_xattr: implement take-ownership as in vfs_acl_commonRalph Boehme2017-11-081-3/+52