summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* vfs_ceph: refactor if-error-return-else logicDavid Disseldorp2019-02-201-53/+49
* vfs_glusterfs: check for VFS_ADD_FSP_EXTENSION() failureDavid Disseldorp2019-02-201-1/+9
* s3:modules: Fix compilation of nfs41acl_xdr.c when building outside srcAliaksei Karaliou2019-02-111-7/+17
* s3:vfs: Correctly check if OFD locks should be enabled or notAndreas Schneider2019-02-091-10/+4
* s3:vfs: Initialize pid to 0 in test_netatalk_lock()Andreas Schneider2019-02-081-1/+1
* s3: VFS: vfs_fruit. Fix the NetAtalk deny mode compatibility code.Jeremy Allison2019-02-081-106/+96
* vfs_glusterfs: Adapt to changes in libgfapi signaturesAnoop C S2019-02-031-0/+19
* vfs_gpfs: Fix the 32-bit buildVolker Lendecke2019-01-291-2/+4
* s3-vfs: Use ENOATTR in errno comparison for getxattrAnoop C S2019-01-233-4/+4
* s3-vfs: add glusterfs_fuse vfs module.Günther Deschner2019-01-222-0/+79
* wscript: Make non_posix_acls a subsystemChristof Schmitt2019-01-181-3/+2
* vfs_fileid: fix fsname_norootdir algorithmRalph Wuerthner2019-01-171-1/+2
* vfs_fileid: fix get_connectpath_inoRalph Wuerthner2019-01-151-1/+3
* vfs_default: use change_to_user_by_fsp() instead of change_to_user()Ralph Boehme2019-01-141-6/+2
* vfs_aio_pthread: add sync fallbackRalph Boehme2019-01-111-3/+29
* vfs_aio_pthread: store conn instead of sconn in aio_open_private_dataRalph Boehme2019-01-111-3/+3
* vfs_aio_pthread: use struct initializer for aio_open_private_dataRalph Boehme2019-01-111-9/+11
* vfs_default: add sync fallback to fsync_send/recvRalph Boehme2019-01-111-2/+12
* vfs_default: add sync fallback to pwrite_send/recvRalph Boehme2019-01-111-2/+12
* vfs_default: add sync fallback to pread_send/recvRalph Boehme2019-01-111-2/+12
* Revert "vfs_glusterfs: explain that/why we use the raw tevent_context in init...Ralph Boehme2019-01-111-10/+1
* Revert "smbd: add an effective connection_struct->user_ev_ctx that holds the ...Ralph Boehme2019-01-113-3/+2
* Revert "smbd: make use of smbd_impersonate_{conn_vuid,conn_sess,root,guest}_c...Ralph Boehme2019-01-111-1/+1
* smbd: rename sconn->raw_thread_pool to sconn->poolRalph Boehme2019-01-112-6/+5
* Revert "s3: vfs: add user_vfs_evg to connection_struct"Ralph Boehme2019-01-111-1/+1
* Revert "vfs_aio_pthread: use event context and threadpool from user_vfs_evg"Ralph Boehme2019-01-111-18/+22
* s3:smbd: pass (raw) ev to SMB_VFS_GET_DOS_ATTRIBUTES_SEND() instead of smb_vf...Ralph Boehme2019-01-114-10/+6
* s3:smbd: let SMB_VFS_GETXATTRAT_SEND() do explicit impersonationRalph Boehme2019-01-115-49/+162
* s3-vfs-fruit: add close callGünther Deschner2018-12-211-0/+82
* vfs: Use dom_sid_str_bufVolker Lendecke2018-12-203-8/+18
* s3-vfs-streams_xattr: add close callGünther Deschner2018-12-201-0/+26
* s3:modules: Remove superfloues sha256.h include in vfs_acl_xattrAndreas Schneider2018-12-121-1/+0
* s3:modules: Remove superfloues sha256.h include in vfs_acl_tdbAndreas Schneider2018-12-121-1/+0
* s3-vfs: Prevent NULL pointer dereference in vfs_glusterfs.Günther Deschner2018-12-111-29/+147
* vfs: Use dom_sid_str_bufVolker Lendecke2018-12-113-3/+9
* vfs_fruit: avoid dereferencing fsp->base_fsp in fruit_fstat_meta_stream()Ralph Boehme2018-12-021-2/+7
* Fix spelling mistakesOlly Betts2018-11-301-1/+1
* s3:modules: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-284-9/+9
* vfs_shadow_copy2: in fstat also convert fsp->fsp_name and fsp->base_fsp->fsp_...Ralph Boehme2018-11-271-8/+50
* vfs_shadow_copy2: nicely deal with attempts to open previous version for writingRalph Boehme2018-11-271-2/+122
* vfs_shadow_copy2: add shadow_copy2_strip_snapshot_convertedRalph Boehme2018-11-271-0/+16
* vfs_shadow_copy2: add _already_converted arg to shadow_copy2_strip_snapshot_i...Ralph Boehme2018-11-271-8/+24
* vfs_error_inject: add EBADF errorRalph Boehme2018-11-271-0/+1
* vfs_error_inject: add pwriteRalph Boehme2018-11-271-0/+18
* s3: VFS: fake_acls: Fix Coverity CID 1435850 Uninitialized pointer read.Jeremy Allison2018-11-151-5/+20
* vfs_fruit: validation of writes on AFP_AfpInfo streamRalph Boehme2018-11-091-10/+57
* vfs_fruit: move a comment to the right placeRalph Boehme2018-11-091-7/+12
* vfs_delay_inject: implement pread_send and pwrite_sendRalph Boehme2018-11-021-0/+262
* vfs_fruit: let fruit_open_meta() with O_CREAT return a fake-fdRalph Boehme2018-11-011-93/+72
* vfs_fruit: don't check for delete-on-close on the FinderInfo streamRalph Boehme2018-10-311-72/+1