summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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-223-0/+80
* s3:lib: Fix the debug message for adding cache entries.Andreas Schneider2019-01-191-4/+4
* s3:libsmb: Store file allocation size in struct file_info.Jeremy Allison2019-01-182-0/+2
* s3:libsmb: parse_finfo_id_both_directory_info capture FileID in SMB2_FIND_ID_...Puran Chand2019-01-182-0/+2
* wscript: Make non_posix_acls a subsystemChristof Schmitt2019-01-181-3/+2
* s3:pylibsmb: Add FILE_READ_ATTRIBUTES access to .loadfile() APITim Beale2019-01-171-1/+2
* s3:pylibsmb: Add .set_acl API to SMB py bindingsTim Beale2019-01-171-0/+51
* vfs_fileid: fix fsname_norootdir algorithmRalph Wuerthner2019-01-171-1/+2
* s3:libsmb: Honor disable_netbios option in smbsock_connect_sendJustin Stephenson2019-01-161-0/+7
* profiling: stop smbprofile from growing unnecessarilyDylan Stephano-Shachter2019-01-161-0/+5
* s3-smbd: use fruit:model string for mDNS registrationGünther Deschner2019-01-151-0/+27
* libcli/dns: Add resolv.conf parsingVolker Lendecke2019-01-152-0/+24
* vfs_fileid: fix get_connectpath_inoRalph Wuerthner2019-01-151-1/+3
* s3:smbd: perform impersonation in smb2_query_directory_fetch_write_time_done()Ralph Boehme2019-01-141-0/+7
* s3:smbd: perform impersonation in smb2_query_directory_dos_mode_done()Ralph Boehme2019-01-141-0/+7
* s3:smbd: perform impersonation in dos_mode_at_vfs_get_dosmode_done()Ralph Boehme2019-01-141-0/+7
* vfs_default: use change_to_user_by_fsp() instead of change_to_user()Ralph Boehme2019-01-141-6/+2
* vfs: perform impersonation in smb_vfs_call_getxattrat_done()Ralph Boehme2019-01-141-0/+9
* vfs: use struct initializer in smb_vfs_call_getxattrat_send()Ralph Boehme2019-01-141-1/+4
* vfs: perform impersonation in smb_vfs_call_get_dos_attributes_done()Ralph Boehme2019-01-141-0/+9
* vfs: use struct initializer in smb_vfs_call_get_dos_attributes_sendRalph Boehme2019-01-141-1/+4
* s3:pylibsmb: Add .get_acl() API to SMB py bindingsTim Beale2019-01-141-0/+53
* lib: remove unused function nttime_from_string()Swen Schillig2019-01-121-9/+0
* Revert "smbd: add smbd_server_connection->raw_ev_ctx pointer"Ralph Boehme2019-01-113-5/+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
* s3:smbd: don't use async dosmode if per-thread cwd is not availableRalph Boehme2019-01-111-0/+3
* s3:smbd: use passed in ev in smbd_smb2_query_directory_send()Ralph Boehme2019-01-111-1/+1
* Revert "vfs_glusterfs: explain that/why we use the raw tevent_context in init...Ralph Boehme2019-01-111-10/+1
* Revert "smbd: explain that/why we use the raw tevent_context for update_write...Ralph Boehme2019-01-111-10/+2
* Revert "smbd: explain that/why we use the raw tevent_context for lease_timeou...Ralph Boehme2019-01-111-11/+1
* Revert "smbd: explain that/why we use the raw tevent_context for oplock_timeo...Ralph Boehme2019-01-111-13/+1
* Revert "smbd: explain that/why we use the raw tevent_context for do_break_to_...Ralph Boehme2019-01-111-14/+1
* Revert "smbd: explain that/why we use the raw tevent_context for linux_oplock...Ralph Boehme2019-01-111-13/+1
* Revert "smbd: use raw_ev_ctx to clear the MSG_SMB_CONF_UPDATED registration"Ralph Boehme2019-01-111-1/+1
* Revert "smbd: add smbd_server_connection->{root,guest}_ev_ctx pointer"Ralph Boehme2019-01-113-6/+0
* Revert "smbd: use sconn->root_ev_ctx for brl_timeout_fn()"Ralph Boehme2019-01-112-10/+2
* Revert "smbd: use sconn->root_ev_ctx for smbd_sig_{term,hup}_handler()"Ralph Boehme2019-01-111-2/+2
* Revert "smbd: add an effective connection_struct->user_ev_ctx that holds the ...Ralph Boehme2019-01-117-20/+2
* Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the...Ralph Boehme2019-01-1125-53/+37
* Revert "smbd: remove unused smbd_server_connection->ev_ctx"Ralph Boehme2019-01-113-0/+3
* Revert "s3:messages: protect against usage of wrapper tevent_context objects ...Ralph Boehme2019-01-115-69/+0
* Revert "s3:messages: allow messaging_{dgm,ctdb}_register_tevent_context() to ...Ralph Boehme2019-01-112-58/+18
* Revert "s3:messages: allow messaging_dgm_ref() to use wrapper tevent_context"Ralph Boehme2019-01-111-12/+12
* Revert "s3:messages: allow messaging_filtered_read_send() to use wrapper teve...Ralph Boehme2019-01-111-11/+5