summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Add close-denied-share messageVolker Lendecke2020-01-151-0/+5
* smbd: use smbXsrv_session_local_traverse() in id_in_use()Ralph Boehme2020-01-131-50/+76
* smbd: use session->global->auth_session_info in switch_message()Ralph Boehme2020-01-131-9/+8
* smbd: add session to struct smb_requestRalph Boehme2020-01-131-0/+2
* s3: smbd: Ensure we exit on smbd_smb2_process_negprot() fail.Jeremy Allison2019-12-041-1/+8
* s3:param: make "servicename" a substituted optionRalph Boehme2019-11-271-1/+3
* smbdotconf: mark "root directory" with substitution="1"Ralph Boehme2019-11-271-1/+3
* smbd: rename change_to_user() to change_to_user_and_service()Ralph Boehme2019-09-111-1/+1
* smbd: Enhance debugging in push_deferred_open_message_smb()Volker Lendecke2019-08-061-6/+6
* smbd: Use "req->request_time" in schedule_async_open()Volker Lendecke2019-08-061-7/+6
* smbd: Use smb1cli_is_andx_req()Volker Lendecke2019-06-181-7/+7
* s3:smbd: Return NTSTATUS for srv_calculate_sign_mac()Andreas Schneider2019-05-211-1/+8
* s3:smbd: Make clear that we got a suicide packetAndreas Schneider2019-03-211-2/+2
* libcli: Use a define for the SMB_SUICIDE_PACKETAndreas Schneider2019-03-211-1/+2
* Revert "smbd: add smbd_server_connection->raw_ev_ctx pointer"Ralph Boehme2019-01-111-1/+0
* 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-111-2/+0
* Revert "smbd: use sconn->root_ev_ctx for smbd_sig_{term,hup}_handler()"Ralph Boehme2019-01-111-2/+2
* Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the...Ralph Boehme2019-01-111-8/+0
* Revert "smbd: remove unused smbd_server_connection->ev_ctx"Ralph Boehme2019-01-111-0/+1
* Revert "smbd: make use of smbd_impersonate_{conn_vuid,conn_sess,root,guest}_c...Ralph Boehme2019-01-111-16/+2
* Revert "smbd: remove unused change_to_root_user() from smbd_sig_hup_handler()"Ralph Boehme2019-01-111-0/+1
* smbd: rename sconn->raw_thread_pool to sconn->poolRalph Boehme2019-01-111-1/+1
* Revert "smbd: introduce sconn->sync_thread_pool"Ralph Boehme2019-01-111-15/+1
* smbd: introduce sconn->sync_thread_poolStefan Metzmacher2018-07-251-1/+15
* smbd: rename sconn->pool to sconn->raw_thread_poolRalph Boehme2018-07-251-1/+1
* smbd: remove unused change_to_root_user() from smbd_sig_hup_handler()Stefan Metzmacher2018-07-121-1/+0
* smbd: make use of smbd_impersonate_{conn_vuid,conn_sess,root,guest}_create() ...Stefan Metzmacher2018-07-121-2/+16
* smbd: remove unused smbd_server_connection->ev_ctxStefan Metzmacher2018-06-181-1/+0
* smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event c...Stefan Metzmacher2018-06-181-0/+8
* smbd: use sconn->root_ev_ctx for smbd_sig_{term,hup}_handler()Stefan Metzmacher2018-06-181-2/+2
* smbd: add smbd_server_connection->{root,guest}_ev_ctx pointerStefan Metzmacher2018-06-181-0/+2
* smbd: use raw_ev_ctx to clear the MSG_SMB_CONF_UPDATED registrationStefan Metzmacher2018-06-181-1/+1
* smbd: add smbd_server_connection->raw_ev_ctx pointerStefan Metzmacher2018-06-181-0/+1
* smbd: use req->xconn->client->raw_ev_ctx for schedule_deferred_open_message_s...Stefan Metzmacher2018-06-181-1/+8
* smbd: replace xconn->msg_ctx with xconn->client->msg_ctxStefan Metzmacher2018-06-181-2/+1
* smbd: replace xconn->ev_ctx with xconn->client->raw_ev_ctxStefan Metzmacher2018-06-181-7/+11
* smbd: rename smbXsrv_client->ev_ctx into smbXsrv_client->raw_ev_ctxStefan Metzmacher2018-06-181-2/+2
* smbd: avoid calling set_current_user_info() twice with AS_USER (SMB1)Stefan Metzmacher2018-06-181-1/+12
* smbd: let switch_message() only call chdir_current_service() for SMBtdis/SMBexitStefan Metzmacher2018-06-181-5/+8
* smbd: call set_current_case_sensitive() before change_to_user() in switch_mes...Stefan Metzmacher2018-06-181-0/+2
* smbd: remove xconn->client->last_session_id based set_current_user_info() cac...Stefan Metzmacher2018-06-181-6/+2
* smbd: don't call change_to_root_user() before change_to_guest()Stefan Metzmacher2018-06-141-11/+9
* smbd: remove useless allow_access() check for AS_GUESTStefan Metzmacher2018-06-141-23/+0
* smbd: make smbd_setup_sig_{term,hup}_handler() staticStefan Metzmacher2018-06-141-2/+2
* s3:smbd: Fix converity warning with _smb_setlen_large()Andreas Schneider2018-05-161-4/+4
* lib: #include "util_event.h" only where neededVolker Lendecke2018-04-241-0/+1
* s3:smbd: call pthreadpool_tevent_init() already in smbd_process()Stefan Metzmacher2018-04-231-0/+7
* smbd: Fix CID 1414783 Double unlockVolker Lendecke2018-04-111-9/+3
* source3: initilize_password_db after a fork.Gary Lockyer2018-04-061-0/+1