summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* vfs_ceph: explicitly enable libcephfs POSIX ACL supportDavid Disseldorp2019-04-121-0/+11
* build: add explicit cephfs include path for vfs_ceph buildsDavid Disseldorp2019-04-121-1/+2
* modules: Update error check for new string conversion wrapperSwen Schillig2019-04-111-3/+2
* vfs_full_audit: Fix logging of get_real_filename outputChristof Schmitt2019-04-101-1/+1
* vfs_default: fix vfswrap_offload_write_send() NT_STATUS_INVALID_VIEW_SIZE checkStefan Metzmacher2019-03-281-6/+37
* vfs_default: fix DEBUG messages in vfswrap_offload_write_*_done()Stefan Metzmacher2019-03-281-2/+2
* vfs_snapper: drop unneeded fstat handlerDavid Disseldorp2019-03-271-19/+0
* vfs_nfs4acl_xattr: check status for NT_STATUS_ACCESS_DENIED in take ownership...Ralph Boehme2019-03-181-0/+3
* vfs_nfs4acl_xattr: support for NFS 4.0 and 4.1 ACLs from NFS4 mountRalph Boehme2019-03-185-0/+961
* nfs4acl_xattr: reformat enum nfs4acl_encoding to one per lineRalph Boehme2019-03-181-1/+4
* nfs4acl_xattr: add RFC compliant NFS 4.0 and 4.1 ACL defintionsRalph Boehme2019-03-181-0/+17
* nfs4acl_xattr: move a define to a common header fileRalph Boehme2019-03-182-1/+2
* nfs4acl_xattr: move some functions to a seperate fileRalph Boehme2019-03-184-34/+100
* nfs4acl_xattr: append 'i' to nfs4acl functionsRalph Boehme2019-03-181-37/+37
* nfs4acl_xattr: identifiers are XDR encoded as integersRalph Boehme2019-03-182-26/+26
* modules: Add dependency on tirpc to vfs_nfs4acl_xattrAndrew Bartlett2019-03-121-8/+11
* lib: Remove "struct sid_parse_ret" againVolker Lendecke2019-03-121-2/+2
* lib: Make sid_parse return the parsed lengthVolker Lendecke2019-03-121-1/+3
* vfs: drop lseek stat-open checksDavid Disseldorp2019-03-042-8/+2
* modules: Use wrapper for string to integer conversionSwen Schillig2019-03-013-4/+13
* vfs_ceph: drop ifdef HAVE_FCHOWN/_FCHMODDavid Disseldorp2019-02-271-12/+0
* vfs_ceph: remove ceph_fallocate/ceph_ftruncate fallbackDavid Disseldorp2019-02-271-89/+8
* vfs_ceph: fix strict_allocate_ftruncate()David Disseldorp2019-02-271-2/+4
* vfs_ceph: add missing fallocate hookDavid Disseldorp2019-02-271-0/+17
* 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