summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-15s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa...Stefan Metzmacher1-3/+3
2011-12-15s3:smbd: split smb_conf_updated into parent and child versionsStefan Metzmacher1-12/+9
2011-12-15s3:smbd: split ID_CACHE_* message handling into parent and child partsStefan Metzmacher1-1/+48
2011-12-14s3:smbd: remove brl_register_msgs()Stefan Metzmacher1-1/+2
2011-12-14s3:smbd/server: avoid msg_ctx_to_sconn() in smbd_accept_connection()Stefan Metzmacher1-1/+1
2011-12-14s3:smbd/server: maintain the list of child processes under smbd_parent_contextStefan Metzmacher1-31/+55
2011-12-14s3:smbd/server: pass smbd_parent_context to smbd_setup_sig_chld_handler()Stefan Metzmacher1-6/+6
2011-12-14s3:smbd/globals: change 'int am_parent' into 'struct smbd_parent_context *am_...Stefan Metzmacher1-8/+9
2011-12-13s3:smbd/server: move smbd_open_socket and smbd_parent_context to the topStefan Metzmacher1-19/+19
2011-12-13s3:smbd: pass smbd_server_connection to smbd_setup_sig_hup_handler()Stefan Metzmacher1-2/+1
2011-12-13s3:smbd: pass smbd_server_connection to smbd_setup_sig_term_handler()Stefan Metzmacher1-1/+1
2011-12-13s3:smbd/server: remove unused msg_sam_sync()Stefan Metzmacher1-15/+0
2011-12-13s3:smbd/server: add parent specific SIGTERM and SIGHUP handlersStefan Metzmacher1-3/+45
2011-12-13s3:smbd/server: create smbd_parent_context earlierStefan Metzmacher1-7/+8
2011-12-13s3:smbd/server: remember the ev_ctx on the smbd_parent_contextStefan Metzmacher1-0/+2
2011-12-13s3:smbd/server: remember the msg_ctx on the smbd_parent_contextStefan Metzmacher1-4/+4
2011-12-13s3:smbd: register MSG_SMB_FILE_RENAME after the forkStefan Metzmacher1-2/+0
2011-12-13s3: Use pid_to_procidVolker Lendecke1-2/+1
2011-12-13s3: Remove a call to procid_self()Volker Lendecke1-1/+1
2011-12-13s3: Remove a call to procid_self()Volker Lendecke1-1/+1
2011-12-13s3: Remove a call to procid_self()Volker Lendecke1-2/+3
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke1-2/+1
2011-10-31s3:smbd: also the parent smbd needs FLAG_MSG_PRINT_GENERAL (bug #8553)Stefan Metzmacher1-0/+1
2011-10-13libcli/auth: Provide a struct loadparm_context to schannel callsAndrew Bartlett1-1/+4
2011-10-12s3:smbcontrol: let smbd pass the idmap msg to its children for convenienceGregor Beck1-2/+1
2011-10-12s3: factor out messaging_send_to_children()Gregor Beck1-8/+17
2011-09-13s3: Remove a reference to smbd_server_connVolker Lendecke1-1/+1
2011-09-13s3: Remove a reference to smbd_server_connVolker Lendecke1-1/+1
2011-09-13s3: Remove a reference to smbd_server_connVolker Lendecke1-1/+2
2011-09-05s3-smbd: Rename reload_printers() and add documentation.Andreas Schneider1-1/+1
2011-08-21s3-id_cache: Use better names for id cache management opsAndreas Schneider1-2/+2
2011-08-21s3-id_cache: Move id caches mgmt out of smbdAndreas Schneider1-0/+2
2011-08-21s3-rpc_server: Replace RPC_SERVICE_MODE_DAEMON checksSimo Sorce1-7/+7
2011-08-21s3-smbd: Start lsasd as deamon.Andreas Schneider1-4/+15
2011-08-13s3-smbd Avoid races creating 'ncaclrpc dir' with epmd in a child processAndrew Bartlett1-0/+9
2011-08-10s3-printing: Do not try to force reload.Simo Sorce1-2/+2
2011-08-10s3-printing: Force pcap reload when all readySimo Sorce1-1/+5
2011-08-10s3:spoolssd Start spoolssd from printing_subsystem_initSimo Sorce1-22/+8
2011-08-09s3-smbd: Pass tevent context to smbd_server_connection_loop_once().Andreas Schneider1-3/+3
2011-08-02s3:server Consolidate printing related initializationSimo Sorce1-9/+0
2011-08-02s3:smbd - Move printing queue stuffSimo Sorce1-37/+9
2011-08-01s3-rpc_server: Use rpc_spoolss_mode().Andreas Schneider1-5/+2
2011-08-01s3-rpc_server: Use rpc_epmapper_mode().Andreas Schneider1-5/+2
2011-08-01s3-rpc_server: Rename to rpc service setup.Andreas Schneider1-1/+1
2011-07-20debug: log early messages to stdout, and keep it openAndrew Bartlett1-2/+8
2011-07-14s3-smbd: Pass event and messaging context to smbd_parent_housekeeping().Andreas Schneider1-3/+5
2011-07-14s3-smbd: Pass ev_ctx to remove_child_pid().Andreas Schneider1-3/+5
2011-07-14s3-smbd: Pass msg_ctx to smbd_accept_connection.Andreas Schneider1-4/+8
2011-07-14s3-smbd: Pass ev_ctx to smbd_setup_sig_chld_handler().Andreas Schneider1-5/+5
2011-07-14s3-smbd: Pass ev_ctx and msg_ctx to smbd_accept_connection().Andreas Schneider1-3/+13