summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-3/+3
* s3: Fix smbd -iVolker Lendecke2012-03-221-9/+11
* s3: Remove an unused structure fieldVolker Lendecke2012-03-221-2/+0
* s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...Michael Adam2012-03-151-0/+13
* s3:smbd: also create ncalrpc/np directory before forking rpc daemonsStefan Metzmacher2012-03-141-0/+13
* s3: piddir creation fix.Ira Cooper2012-03-071-0/+3
* s3-rpc_server: Register embedded RPC services after starting lsasd and spoolssdAndrew Bartlett2012-03-071-4/+4
* change low FDs are handled in SambaAndrew Bartlett2012-03-041-10/+2
* s3: More fix for smbd -iVolker Lendecke2012-02-281-1/+1
* smbd: detect EOF on stdin in --foreground modeAndrew Tridgell2012-02-281-0/+25
* s3: Fix smbd -iVolker Lendecke2012-02-211-0/+1
* s3: Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY, bug 8760Volker Lendecke2012-02-151-4/+2
* s3: Fix "smbcontrol smbd close-share"Volker Lendecke2012-01-311-0/+11
* s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa...Stefan Metzmacher2011-12-151-3/+3
* s3:smbd: split smb_conf_updated into parent and child versionsStefan Metzmacher2011-12-151-12/+9
* s3:smbd: split ID_CACHE_* message handling into parent and child partsStefan Metzmacher2011-12-151-1/+48
* s3:smbd: remove brl_register_msgs()Stefan Metzmacher2011-12-141-1/+2
* s3:smbd/server: avoid msg_ctx_to_sconn() in smbd_accept_connection()Stefan Metzmacher2011-12-141-1/+1
* s3:smbd/server: maintain the list of child processes under smbd_parent_contextStefan Metzmacher2011-12-141-31/+55
* s3:smbd/server: pass smbd_parent_context to smbd_setup_sig_chld_handler()Stefan Metzmacher2011-12-141-6/+6
* s3:smbd/globals: change 'int am_parent' into 'struct smbd_parent_context *am_...Stefan Metzmacher2011-12-141-8/+9
* s3:smbd/server: move smbd_open_socket and smbd_parent_context to the topStefan Metzmacher2011-12-131-19/+19
* s3:smbd: pass smbd_server_connection to smbd_setup_sig_hup_handler()Stefan Metzmacher2011-12-131-2/+1
* s3:smbd: pass smbd_server_connection to smbd_setup_sig_term_handler()Stefan Metzmacher2011-12-131-1/+1
* s3:smbd/server: remove unused msg_sam_sync()Stefan Metzmacher2011-12-131-15/+0
* s3:smbd/server: add parent specific SIGTERM and SIGHUP handlersStefan Metzmacher2011-12-131-3/+45
* s3:smbd/server: create smbd_parent_context earlierStefan Metzmacher2011-12-131-7/+8
* s3:smbd/server: remember the ev_ctx on the smbd_parent_contextStefan Metzmacher2011-12-131-0/+2
* s3:smbd/server: remember the msg_ctx on the smbd_parent_contextStefan Metzmacher2011-12-131-4/+4
* s3:smbd: register MSG_SMB_FILE_RENAME after the forkStefan Metzmacher2011-12-131-2/+0
* s3: Use pid_to_procidVolker Lendecke2011-12-131-2/+1
* s3: Remove a call to procid_self()Volker Lendecke2011-12-131-1/+1
* s3: Remove a call to procid_self()Volker Lendecke2011-12-131-1/+1
* s3: Remove a call to procid_self()Volker Lendecke2011-12-131-2/+3
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-121-2/+1
* s3:smbd: also the parent smbd needs FLAG_MSG_PRINT_GENERAL (bug #8553)Stefan Metzmacher2011-10-311-0/+1
* libcli/auth: Provide a struct loadparm_context to schannel callsAndrew Bartlett2011-10-131-1/+4
* s3:smbcontrol: let smbd pass the idmap msg to its children for convenienceGregor Beck2011-10-121-2/+1
* s3: factor out messaging_send_to_children()Gregor Beck2011-10-121-8/+17
* s3: Remove a reference to smbd_server_connVolker Lendecke2011-09-131-1/+1
* s3: Remove a reference to smbd_server_connVolker Lendecke2011-09-131-1/+1
* s3: Remove a reference to smbd_server_connVolker Lendecke2011-09-131-1/+2
* s3-smbd: Rename reload_printers() and add documentation.Andreas Schneider2011-09-051-1/+1
* s3-id_cache: Use better names for id cache management opsAndreas Schneider2011-08-211-2/+2
* s3-id_cache: Move id caches mgmt out of smbdAndreas Schneider2011-08-211-0/+2
* s3-rpc_server: Replace RPC_SERVICE_MODE_DAEMON checksSimo Sorce2011-08-211-7/+7
* s3-smbd: Start lsasd as deamon.Andreas Schneider2011-08-211-4/+15
* s3-smbd Avoid races creating 'ncaclrpc dir' with epmd in a child processAndrew Bartlett2011-08-131-0/+9
* s3-printing: Do not try to force reload.Simo Sorce2011-08-101-2/+2
* s3-printing: Force pcap reload when all readySimo Sorce2011-08-101-1/+5