| Commit message (Expand) | Author | Age | Files | Lines |
* | vfs_fileid: fix get_connectpath_ino | Ralph Wuerthner | 2019-01-15 | 1 | -1/+3 |
* | s3:smbd: perform impersonation in smb2_query_directory_fetch_write_time_done() | Ralph Boehme | 2019-01-14 | 1 | -0/+7 |
* | s3:smbd: perform impersonation in smb2_query_directory_dos_mode_done() | Ralph Boehme | 2019-01-14 | 1 | -0/+7 |
* | s3:smbd: perform impersonation in dos_mode_at_vfs_get_dosmode_done() | Ralph Boehme | 2019-01-14 | 1 | -0/+7 |
* | vfs_default: use change_to_user_by_fsp() instead of change_to_user() | Ralph Boehme | 2019-01-14 | 1 | -6/+2 |
* | vfs: perform impersonation in smb_vfs_call_getxattrat_done() | Ralph Boehme | 2019-01-14 | 1 | -0/+9 |
* | vfs: use struct initializer in smb_vfs_call_getxattrat_send() | Ralph Boehme | 2019-01-14 | 1 | -1/+4 |
* | vfs: perform impersonation in smb_vfs_call_get_dos_attributes_done() | Ralph Boehme | 2019-01-14 | 1 | -0/+9 |
* | vfs: use struct initializer in smb_vfs_call_get_dos_attributes_send | Ralph Boehme | 2019-01-14 | 1 | -1/+4 |
* | s3:pylibsmb: Add .get_acl() API to SMB py bindings | Tim Beale | 2019-01-14 | 1 | -0/+53 |
* | lib: remove unused function nttime_from_string() | Swen Schillig | 2019-01-12 | 1 | -9/+0 |
* | Revert "smbd: add smbd_server_connection->raw_ev_ctx pointer" | Ralph Boehme | 2019-01-11 | 3 | -5/+2 |
* | vfs_aio_pthread: add sync fallback | Ralph Boehme | 2019-01-11 | 1 | -3/+29 |
* | vfs_aio_pthread: store conn instead of sconn in aio_open_private_data | Ralph Boehme | 2019-01-11 | 1 | -3/+3 |
* | vfs_aio_pthread: use struct initializer for aio_open_private_data | Ralph Boehme | 2019-01-11 | 1 | -9/+11 |
* | vfs_default: add sync fallback to fsync_send/recv | Ralph Boehme | 2019-01-11 | 1 | -2/+12 |
* | vfs_default: add sync fallback to pwrite_send/recv | Ralph Boehme | 2019-01-11 | 1 | -2/+12 |
* | vfs_default: add sync fallback to pread_send/recv | Ralph Boehme | 2019-01-11 | 1 | -2/+12 |
* | s3:smbd: don't use async dosmode if per-thread cwd is not available | Ralph Boehme | 2019-01-11 | 1 | -0/+3 |
* | s3:smbd: use passed in ev in smbd_smb2_query_directory_send() | Ralph Boehme | 2019-01-11 | 1 | -1/+1 |
* | Revert "vfs_glusterfs: explain that/why we use the raw tevent_context in init... | Ralph Boehme | 2019-01-11 | 1 | -10/+1 |
* | Revert "smbd: explain that/why we use the raw tevent_context for update_write... | Ralph Boehme | 2019-01-11 | 1 | -10/+2 |
* | Revert "smbd: explain that/why we use the raw tevent_context for lease_timeou... | Ralph Boehme | 2019-01-11 | 1 | -11/+1 |
* | Revert "smbd: explain that/why we use the raw tevent_context for oplock_timeo... | Ralph Boehme | 2019-01-11 | 1 | -13/+1 |
* | Revert "smbd: explain that/why we use the raw tevent_context for do_break_to_... | Ralph Boehme | 2019-01-11 | 1 | -14/+1 |
* | Revert "smbd: explain that/why we use the raw tevent_context for linux_oplock... | Ralph Boehme | 2019-01-11 | 1 | -13/+1 |
* | Revert "smbd: use raw_ev_ctx to clear the MSG_SMB_CONF_UPDATED registration" | Ralph Boehme | 2019-01-11 | 1 | -1/+1 |
* | Revert "smbd: add smbd_server_connection->{root,guest}_ev_ctx pointer" | Ralph Boehme | 2019-01-11 | 3 | -6/+0 |
* | Revert "smbd: use sconn->root_ev_ctx for brl_timeout_fn()" | Ralph Boehme | 2019-01-11 | 2 | -10/+2 |
* | Revert "smbd: use sconn->root_ev_ctx for smbd_sig_{term,hup}_handler()" | Ralph Boehme | 2019-01-11 | 1 | -2/+2 |
* | Revert "smbd: add an effective connection_struct->user_ev_ctx that holds the ... | Ralph Boehme | 2019-01-11 | 7 | -20/+2 |
* | Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the... | Ralph Boehme | 2019-01-11 | 25 | -53/+37 |
* | Revert "smbd: remove unused smbd_server_connection->ev_ctx" | Ralph Boehme | 2019-01-11 | 3 | -0/+3 |
* | Revert "s3:messages: protect against usage of wrapper tevent_context objects ... | Ralph Boehme | 2019-01-11 | 5 | -69/+0 |
* | Revert "s3:messages: allow messaging_{dgm,ctdb}_register_tevent_context() to ... | Ralph Boehme | 2019-01-11 | 2 | -58/+18 |
* | Revert "s3:messages: allow messaging_dgm_ref() to use wrapper tevent_context" | Ralph Boehme | 2019-01-11 | 1 | -12/+12 |
* | Revert "s3:messages: allow messaging_filtered_read_send() to use wrapper teve... | Ralph Boehme | 2019-01-11 | 1 | -11/+5 |
* | Revert "smbd: add [un]become_guest() helper functions" | Ralph Boehme | 2019-01-11 | 2 | -30/+0 |
* | Revert "smbd: add smbd_impersonate_debug_create() helper" | Ralph Boehme | 2019-01-11 | 2 | -235/+0 |
* | Revert "smbd: add simple noop smbd_impersonate_{conn_vuid,conn_sess,root,gues... | Ralph Boehme | 2019-01-11 | 2 | -61/+0 |
* | Revert "smbd: make use of smbd_impersonate_{conn_vuid,conn_sess,root,guest}_c... | Ralph Boehme | 2019-01-11 | 5 | -67/+9 |
* | Revert "smbd: implement smbd_impersonate_{conn_vuid,conn_sess,root,guest}_cre... | Ralph Boehme | 2019-01-11 | 1 | -930/+21 |
* | Revert "smbd: avoid explicit change_to_user() in defer_rename_done() already ... | Ralph Boehme | 2019-01-11 | 1 | -0/+11 |
* | Revert "smbd: remove unused change_to_root_user() from smbd_sig_hup_handler()" | Ralph Boehme | 2019-01-11 | 1 | -0/+1 |
* | Revert "smbd: remove unused change_to_root_user() from brl_timeout_fn()" | Ralph Boehme | 2019-01-11 | 1 | -0/+3 |
* | smbd: rename sconn->raw_thread_pool to sconn->pool | Ralph Boehme | 2019-01-11 | 5 | -10/+9 |
* | Revert "smbd: introduce sconn->sync_thread_pool" | Ralph Boehme | 2019-01-11 | 3 | -28/+1 |
* | Revert "s3: vfs: add smb_vfs_ev_glue" | Ralph Boehme | 2019-01-11 | 2 | -862/+0 |
* | Revert "s3: vfs: add user_vfs_evg to connection_struct" | Ralph Boehme | 2019-01-11 | 6 | -819/+29 |
* | Revert "vfs_aio_pthread: use event context and threadpool from user_vfs_evg" | Ralph Boehme | 2019-01-11 | 1 | -18/+22 |