summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-19Move everything to use the common pidfile functions.Jeremy Allison1-1/+2
2012-07-19Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison1-1/+1
2012-07-19lib/param: bring lp_smb_ports() into common by making it a list everywhereAndrew Bartlett1-21/+10
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-1/+1
2012-06-29s3:smbd: add smbXsrv_open* infrastructureStefan Metzmacher1-0/+4
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett1-1/+1
2012-06-25s3:smbd: add smbXsrv_tcon infrastructureStefan Metzmacher1-1/+6
2012-06-25s3:smbd: add smbXsrv_session infrastructureStefan Metzmacher1-0/+4
2012-06-25s3:smbd: add smbXsrv_version_* infrastructureStefan Metzmacher1-0/+7
2012-06-05s3:lib: split things into a conn_tdb.hStefan Metzmacher1-0/+1
2012-05-31Stop spamming the logs with "Could not remove pid XX from serverid.tdb" messa...Jeremy Allison1-15/+18
2012-05-24s3:smbd: remove global 'smbd_server_conn' !!!Stefan Metzmacher1-22/+7
2012-05-24s3:smbd: only call file_init_global() in the parent smbdStefan Metzmacher1-2/+2
2012-05-15s3-auth: Rename to init_system_session_info().Andreas Schneider1-1/+1
2012-04-20s3:id_cache: do not use the in-memory idmap cache (it is going to be removed)Michael Adam1-13/+0
2012-04-17s3: New notify implementationVolker Lendecke1-1/+99
2012-04-17s3: Increase debuglevel for unknown child msgsVolker Lendecke1-1/+1
2012-04-16param: Change from _lp to lp__ as the prefix for internal parameter wrappersAndrew Bartlett1-2/+2
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-3/+3
2012-03-22s3: Fix smbd -iVolker Lendecke1-9/+11
2012-03-22s3: Remove an unused structure fieldVolker Lendecke1-2/+0
2012-03-15s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...Michael Adam1-0/+13
2012-03-14s3:smbd: also create ncalrpc/np directory before forking rpc daemonsStefan Metzmacher1-0/+13
2012-03-07s3: piddir creation fix.Ira Cooper1-0/+3
2012-03-07s3-rpc_server: Register embedded RPC services after starting lsasd and spoolssdAndrew Bartlett1-4/+4
2012-03-04change low FDs are handled in SambaAndrew Bartlett1-10/+2
2012-02-28s3: More fix for smbd -iVolker Lendecke1-1/+1
2012-02-28smbd: detect EOF on stdin in --foreground modeAndrew Tridgell1-0/+25
2012-02-21s3: Fix smbd -iVolker Lendecke1-0/+1
2012-02-15s3: Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY, bug 8760Volker Lendecke1-4/+2
2012-01-31s3: Fix "smbcontrol smbd close-share"Volker Lendecke1-0/+11
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