summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* smbd: use async dos_mode_at_send in smbd_smb2_query_directory_send()Ralph Boehme2018-07-274-0/+31
* vfs_default: implement SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECVRalph Boehme2018-07-271-2/+140
* s3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECVRalph Boehme2018-07-278-0/+288
* vfs_xattr_tdb: implement SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2018-07-271-2/+132
* vfs_default: implement SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2018-07-271-2/+207
* s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2018-07-2715-0/+343
* s3:modules: add vfs_not_implemented moduleStefan Metzmacher2018-07-252-0/+1087
* vfs_aio_pthread: use event context and threadpool from user_vfs_evgRalph Boehme2018-07-251-22/+18
* s3: vfs: add user_vfs_evg to connection_structRalph Boehme2018-07-251-1/+1
* smbd: rename sconn->pool to sconn->raw_thread_poolRalph Boehme2018-07-252-4/+5
* vfs_default: fix async fsync idle/busy time profilingRalph Boehme2018-07-251-4/+9
* vfs_default: call smb_vfs_assert_all_fns()Stefan Metzmacher2018-07-251-0/+6
* lib/util: rename USE_LINUX_THREAD_CREDENTIALS to HAVE_LINUX_THREAD_CREDENTIALSRalph Boehme2018-07-241-2/+2
* smbd: make use of smbd_impersonate_{conn_vuid,conn_sess,root,guest}_create() ...Stefan Metzmacher2018-07-121-1/+1
* vfs_audit: Extend list of recognized syslog(3) facilities and wrap them into ...Timur I. Bakeyev2018-07-113-66/+231
* pass 'rdonly' or 'directory' flag to open a directory file.Pooja Mahadik2018-07-113-10/+22
* vfs_ceph: don't lie about flock supportDavid Disseldorp2018-07-061-6/+5
* Make "none" the default setting for the successful and failed operations in t...Timur I. Bakeyev2018-07-051-2/+3
* Make sure that vfs*audit modules recognize and accept all the syslog facilities.Timur I. Bakeyev2018-07-053-33/+81
* smbd: add an effective connection_struct->user_ev_ctx that holds the event co...Stefan Metzmacher2018-06-183-2/+3
* vfs_glusterfs: explain that/why we use the raw tevent_context in init_gluster...Stefan Metzmacher2018-06-181-1/+10
* vfs_default: maintain vfswrap_offload_write_state->{src_ev,dst_ev}Stefan Metzmacher2018-06-181-5/+8
* vfs_default: make use of change_to_user_by_fsp() in order to switch between s...Stefan Metzmacher2018-06-181-0/+42
* vfs_btrfs: make use of become_user_by_fsp() in order to switch between src an...Stefan Metzmacher2018-06-181-5/+41
* vfs_btrfs: don't keep state->subreq in btrfs_offload_write_send/recv()Stefan Metzmacher2018-06-181-24/+25
* vfs_btrfs: update s/btrfs_cc_state/btrfs_offload_write_state/ s/cc_state/state/Stefan Metzmacher2018-06-181-27/+33
* vfs_btrfs: remove unused checks which are already caught by vfs_offload_token...Stefan Metzmacher2018-06-181-5/+0
* vfs_default: remove unused checks which are already caught by vfs_offload_tok...Stefan Metzmacher2018-06-181-10/+0
* vfs_glusterfs: use tevent_req_defer_callback() in order to use the correct ev...Stefan Metzmacher2018-06-141-0/+24
* CID 1416475: possibly dereferencing NULL in fruit_pread_metaSwen Schillig2018-06-131-0/+5
* CID 1416476: possibly dereferencing NULL in fruit_ftruncate_rsrcSwen Schillig2018-06-131-0/+5
* CID 1416477: possibly dereferencing NULL in fruit_pwrite_metaSwen Schillig2018-06-131-0/+5
* CID 1416478: de-ref NULL value in fruit_pwrite_rsrcSwen Schillig2018-06-131-0/+5
* s3: VFS: Remove unused enum value.Jeremy Allison2018-06-021-2/+0
* 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