summaryrefslogtreecommitdiff
path: root/source3/smbd/server_exit.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-27Call smb_panic when we try to exit the server uncleanly. This gives us the no...Richard Sharpe1-7/+1
2012-10-19s3:smbd: add exit_server to the smbd_shim hooksStefan Metzmacher1-2/+2
2012-07-19Move everything to use the common pidfile functions.Jeremy Allison1-1/+2
2012-07-19Make the s3 pidfile use the common code inside lib/util/pidfile.cJeremy Allison1-1/+1
2012-07-19Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison1-1/+1
2012-06-25s3:smbd: use smbXsrv_session_logoff_all() and smb1srv_tcon_disconnect_all() i...Michael Adam1-4/+32
2012-06-03s3:smbd: make conn_close_all() a void functionStefan Metzmacher1-1/+1
2012-05-31We are triggering the cleanup_timeout_fn() too often, on exiting when an smbd...Jeremy Allison1-11/+4
2012-05-31s3:smbd: use server_messaging_context() instead of sconn->msg_ctx in exit_ser...Stefan Metzmacher1-2/+3
2012-05-24s3:smbd: remove global 'smbd_server_conn' !!!Stefan Metzmacher1-2/+8
2011-12-16s3:smbd: avoid using sconn_server_id()Stefan Metzmacher1-1/+2
2011-07-04s3:smb2 fix smbd crash on premature end of smb2 conn (Bug 8286)Christian Ambach1-3/+3
2011-05-02s3: include ntdomain.h before including generated srv_ headers.Günther Deschner1-1/+1
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-22s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell1-5/+0
2011-03-02s3-server_id: only include server_id where needed.Günther Deschner1-0/+1
2011-02-22s3-printing: only include printing where really needed.Günther Deschner1-0/+1
2011-02-22s3-printing: isolate print notification prototypes better.Günther Deschner1-0/+1
2011-01-04s3-rpcecho: Only register rpcecho in the developer build.Andreas Schneider1-0/+2
2011-01-04s3-smbd: Call the rpc service shutdown functions.Andreas Schneider1-0/+34
2010-10-27s3-smbd Remove manual override of DEBUGELVEL during exitAndrew Bartlett1-5/+0
2010-09-28s3: Remove smbd_server_conn from files_forallVolker Lendecke1-5/+4
2010-07-19s3-auth: Simplify how we free the auth_contextSimo Sorce1-2/+1
2010-07-05s3: Remove smbd_messaging_context() from exit_server_common()Volker Lendecke1-1/+1
2010-07-05s3: Remove procid_self() from exit_server_commonVolker Lendecke1-1/+1
2010-07-04s3: Remove serverid_[de]register_selfVolker Lendecke1-1/+1
2010-07-04s3: Don't attempt to deregister from serverid twiceVolker Lendecke1-1/+6
2010-06-10s3:lib make server contexts genericSimo Sorce1-2/+2
2010-06-10Don't use the autofree context for the globals. This causes child smbd's forkedJeremy Allison1-0/+1
2010-05-28s3:smbd split smbd/server.c into smbd/server.c and smbd/server_exit.cAndrew Bartlett1-0/+173