summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server_exit.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smbprofile: Replace sysv shmem with tdbVolker Lendecke2015-03-061-0/+2
* s3:smbprofile: track connect_count and disconnect_countStefan Metzmacher2014-11-191-0/+1
* smbd: Fix a use-after-freeVolker Lendecke2014-10-101-1/+4
* s3:smbd: introduce 'struct smbXsrv_client' in order to prepare multi-channel ...Stefan Metzmacher2014-09-191-9/+34
* s3:smbd: rename 'conn' to 'xconn' in exit_server_common()Stefan Metzmacher2014-08-061-10/+10
* s3:smbd: move sconn->smb1.negprot.* to xconn->smb1.negprot.*Stefan Metzmacher2014-08-061-1/+1
* s3:smbd: move sconn->status to xconn->transport.statusStefan Metzmacher2014-08-061-3/+3
* s3:smbd: maintain smbd_server_connection->statusStefan Metzmacher2014-02-211-0/+11
* s3:smbd: simplify exit_server_common()Stefan Metzmacher2014-02-211-4/+2
* param: rename lp function and variable from 'piddir' to 'pid_directory'Garming Sam2014-02-071-1/+1
* Call smb_panic when we try to exit the server uncleanly. This gives us the no...Richard Sharpe2013-03-271-7/+1
* s3:smbd: add exit_server to the smbd_shim hooksStefan Metzmacher2012-10-191-2/+2
* Move everything to use the common pidfile functions.Jeremy Allison2012-07-191-1/+2
* Make the s3 pidfile use the common code inside lib/util/pidfile.cJeremy Allison2012-07-191-1/+1
* Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison2012-07-191-1/+1
* s3:smbd: use smbXsrv_session_logoff_all() and smb1srv_tcon_disconnect_all() i...Michael Adam2012-06-251-4/+32
* s3:smbd: make conn_close_all() a void functionStefan Metzmacher2012-06-031-1/+1
* We are triggering the cleanup_timeout_fn() too often, on exiting when an smbd...Jeremy Allison2012-05-311-11/+4
* s3:smbd: use server_messaging_context() instead of sconn->msg_ctx in exit_ser...Stefan Metzmacher2012-05-311-2/+3
* s3:smbd: remove global 'smbd_server_conn' !!!Stefan Metzmacher2012-05-241-2/+8
* s3:smbd: avoid using sconn_server_id()Stefan Metzmacher2011-12-161-1/+2
* s3:smb2 fix smbd crash on premature end of smb2 conn (Bug 8286)Christian Ambach2011-07-041-3/+3
* s3: include ntdomain.h before including generated srv_ headers.Günther Deschner2011-05-021-1/+1
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell2011-03-221-5/+0
* s3-server_id: only include server_id where needed.Günther Deschner2011-03-021-0/+1
* s3-printing: only include printing where really needed.Günther Deschner2011-02-221-0/+1
* s3-printing: isolate print notification prototypes better.Günther Deschner2011-02-221-0/+1
* s3-rpcecho: Only register rpcecho in the developer build.Andreas Schneider2011-01-041-0/+2
* s3-smbd: Call the rpc service shutdown functions.Andreas Schneider2011-01-041-0/+34
* s3-smbd Remove manual override of DEBUGELVEL during exitAndrew Bartlett2010-10-271-5/+0
* s3: Remove smbd_server_conn from files_forallVolker Lendecke2010-09-281-5/+4
* s3-auth: Simplify how we free the auth_contextSimo Sorce2010-07-191-2/+1
* s3: Remove smbd_messaging_context() from exit_server_common()Volker Lendecke2010-07-051-1/+1
* s3: Remove procid_self() from exit_server_commonVolker Lendecke2010-07-051-1/+1
* s3: Remove serverid_[de]register_selfVolker Lendecke2010-07-041-1/+1
* s3: Don't attempt to deregister from serverid twiceVolker Lendecke2010-07-041-1/+6
* s3:lib make server contexts genericSimo Sorce2010-06-101-2/+2
* Don't use the autofree context for the globals. This causes child smbd's forkedJeremy Allison2010-06-101-0/+1
* s3:smbd split smbd/server.c into smbd/server.c and smbd/server_exit.cAndrew Bartlett2010-05-281-0/+173