summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* vfs_fruit: delete 0 byte size streams if AAPL is enabledRalph Boehme2018-05-301-0/+3
* vfs_gpfs: Use full_path_tos instead of talloc_asprintfChristof Schmitt2018-05-261-5/+8
* vfs_gpfs: Remove get_full_smb_filename from is_offline checkChristof Schmitt2018-05-251-13/+4
* vfs_gpfs: Remove wrong get_full_smb_filename from ntimes functionChristof Schmitt2018-05-251-10/+2
* vfs_gpfs: Adjust debug level when get_winattrs returns EBADFChristof Schmitt2018-05-251-1/+10
* s3: vfs_fake_acls: Correctly implement the chmod/fchmod algorithm on fake acls.Jeremy Allison2018-05-251-0/+214
* s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison2018-05-2512-141/+0
* s3: modules: vfs_ceph: Remove FCHMOD_ACL in cephwrap_fchmod().Jeremy Allison2018-05-251-15/+0
* s3: modules: vfs_default: Remove FCHMOD_ACL in fchmod.Jeremy Allison2018-05-251-17/+0
* s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison2018-05-2516-357/+0
* s3: modules: vfs_ceph: Remove CHMOD_ACL in cephwrap_chmod().Jeremy Allison2018-05-251-20/+0
* s3: modules: vfs_ceph: Remove CHMOD_ACL in cephwrap_mkdir().Jeremy Allison2018-05-251-24/+3
* s3: modules: vfs_default: Remove CHMOD_ACL in chmod.Jeremy Allison2018-05-251-21/+0
* s3: modules: vfs_default: Remove CHMOD_ACL in mkdir.Jeremy Allison2018-05-251-17/+1
* vfs_time_audit: Fix a log messageVolker Lendecke2018-05-251-1/+1
* vfs_zfsacl: return synthesized ACL when ZFS return ENOTSUPRalph Boehme2018-05-181-2/+34
* s3:modules: Initialize pointers in vfs_virusfilterAndreas Schneider2018-05-161-1/+1
* Remove extra 0x prefix for the "%p" format specifiers, avoiding 0x0x0 strings...Timur I. Bakeyev2018-05-161-2/+2
* s3:smbd: fix interaction between chown and SD flagsRalph Boehme2018-05-111-2/+5
* samdb: Add remote address to connectGary Lockyer2018-05-101-1/+3
* vfs_ceph: add fake async pwrite/pread send/recv hooksDavid Disseldorp2018-05-091-1/+108
* s3: VFS: Fix memory leak in vfs_ceph.Vandana Rungta2018-05-091-10/+11
* s3: VFS: Remove SMB_VFS_WRITE() function and all implementations.Jeremy Allison2018-05-056-89/+0
* s3: VFS: ceph: Replace the lseek/write ftruncate extend with pwrite.Jeremy Allison2018-05-041-7/+2
* s3: VFS: default: Remove recursion into the VFS inside the default pwrite call.Jeremy Allison2018-05-041-1/+1
* s3: VFS: default: Remove fallback if we don't have HAVE_PWRITE set. Samba doe...Jeremy Allison2018-05-041-18/+2
* s3: VFS: Remove SMB_VFS_READ() function and all implementations.Jeremy Allison2018-05-046-83/+0
* vfs_virusfilter_fsav: Initialize stack pointers per README.CodingAndrew Bartlett2018-05-031-1/+1
* 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