summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: Remove unused serverid.tdbVolker Lendecke2017-12-051-9/+0
* s3: smbd: Fix SMB1 use-after-free crash bug. CVE-2017-14746Jeremy Allison2017-11-211-3/+4
* smbd: Avoid an "else"Volker Lendecke2017-11-131-1/+2
* ctdb_conn: Use messaging_ctdb_connectionVolker Lendecke2017-07-251-2/+2
* ctdbd_conn: Pass "ev" through ctdb connection callbacksVolker Lendecke2017-07-251-1/+2
* s3: smbd: Fix a read after free if a chained SMB1 call goes async.Jeremy Allison2017-07-151-1/+1
* lib: Give messages_ctdbd.c its own headerVolker Lendecke2017-06-211-0/+1
* lib:util: Rename smb_load_modules()Andreas Schneider2017-06-061-1/+1
* s3: server: s3_tevent_context_init() -> samba_tevent_context_init()Jeremy Allison2016-09-241-2/+2
* s3: smbd: Correctly reflect back SMB_PIDHIGH to a client.Per Forlin2016-06-181-0/+1
* smbd: Simplify chroot option in smbdAndreas Schneider2016-02-131-8/+15
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-3/+2
* smbd:process: use smbXsrv_client_create.Michael Adam2016-01-261-6/+5
* smbd:process: treat initialized table in smbXsrv_connection_init_tablesMichael Adam2016-01-261-0/+4
* smbstatus: add support for SMB1 signing and CIFS UNIX extensions encryptionRalph Boehme2016-01-221-0/+77
* s3: smbd: VFS change. Add new field bool posix_pathnames into struct smb_requ...Jeremy Allison2015-12-231-0/+1
* lib: Move sys_rw* to lib/utilVolker Lendecke2015-10-131-1/+1
* lib: Make ctdbd_register_ips return 0/errnoVolker Lendecke2015-10-071-1/+6
* s3:smb3: rename smbd_smb2_first_negprot and pass expected seq_lowRalph Boehme2015-10-071-1/+1
* smbd: Set process name for async echo handlerChristof Schmitt2015-09-241-1/+1
* s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt2015-09-241-1/+2
* async_req: check for errors when monitoring socket for readabilityUri Simchoni2015-07-151-2/+2
* ctdbd_conn: Move release_ip handling into process.cVolker Lendecke2015-07-141-5/+18
* s3-smbd: reset protocol in smbXsrv_connection_init_tables failure paths.Günther Deschner2015-06-301-1/+6
* smbd: Use new debug macros in kill-client-ipChristof Schmitt2015-06-111-3/+3
* Convert all uses of uint8/16/32 to _t in source3/smbd.Richard Sharpe2015-05-061-6/+6
* s3:smbd: use smbd_reinit_after_forkRalph Boehme2015-04-221-3/+1
* s3:smbprofile: Replace sysv shmem with tdbVolker Lendecke2015-03-061-0/+25