summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* param: Add startup checks for valid server role/binary combinationsAndrew Bartlett2012-08-231-0/+7
* lib/param: Remove use of lp{cfg,}_socket_address outside the NBT client and s...Andrew Bartlett2012-07-271-6/+3
* Move everything to use the common pidfile functions.Jeremy Allison2012-07-191-1/+2
* Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison2012-07-191-1/+1
* lib/param: bring lp_smb_ports() into common by making it a list everywhereAndrew Bartlett2012-07-191-21/+10
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* s3:smbd: add smbXsrv_open* infrastructureStefan Metzmacher2012-06-291-0/+4
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-271-1/+1
* s3:smbd: add smbXsrv_tcon infrastructureStefan Metzmacher2012-06-251-1/+6
* s3:smbd: add smbXsrv_session infrastructureStefan Metzmacher2012-06-251-0/+4
* s3:smbd: add smbXsrv_version_* infrastructureStefan Metzmacher2012-06-251-0/+7
* s3:lib: split things into a conn_tdb.hStefan Metzmacher2012-06-051-0/+1
* Stop spamming the logs with "Could not remove pid XX from serverid.tdb" messa...Jeremy Allison2012-05-311-15/+18
* s3:smbd: remove global 'smbd_server_conn' !!!Stefan Metzmacher2012-05-241-22/+7
* s3:smbd: only call file_init_global() in the parent smbdStefan Metzmacher2012-05-241-2/+2
* s3-auth: Rename to init_system_session_info().Andreas Schneider2012-05-151-1/+1
* s3:id_cache: do not use the in-memory idmap cache (it is going to be removed)Michael Adam2012-04-201-13/+0
* s3: New notify implementationVolker Lendecke2012-04-171-1/+99
* s3: Increase debuglevel for unknown child msgsVolker Lendecke2012-04-171-1/+1
* param: Change from _lp to lp__ as the prefix for internal parameter wrappersAndrew Bartlett2012-04-161-2/+2
* 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