s3/smbd: redesign macOS copyfile copy-chunk
[vlendec/samba-autobuild/.git] / source3 / smbd / server_exit.c
2015-12-07 Jeremy AllisonRevert "s3: smbd: Tear down global_smbXsrv_client in...
2015-11-25 Jeremy Allisons3: smbd: Tear down global_smbXsrv_client in the correc...
2015-11-12 Volker Lendeckesmbd: Remove dead code
2015-09-24 Christof Schmitts3: Move call to prctl_set_comment to reinit_after_fork
2015-04-22 Ralph Boehmes3:smbd: add wrapper around reinit_after_fork
2015-03-06 Volker Lendeckes3:smbprofile: Replace sysv shmem with tdb
2014-11-19 Stefan Metzmachers3:smbprofile: track connect_count and disconnect_count
2014-10-10 Volker Lendeckesmbd: Fix a use-after-free
2014-09-19 Stefan Metzmachers3:smbd: introduce 'struct smbXsrv_client' in order...
2014-08-06 Stefan Metzmachers3:smbd: rename 'conn' to 'xconn' in exit_server_common()
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.negprot.* to xconn->smb1...
2014-08-06 Stefan Metzmachers3:smbd: move sconn->status to xconn->transport.status
2014-02-21 Stefan Metzmachers3:smbd: maintain smbd_server_connection->status
2014-02-21 Stefan Metzmachers3:smbd: simplify exit_server_common()
2014-02-08 Garming Samparam: rename lp function and variable from 'piddir...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-03-27 Richard SharpeCall smb_panic when we try to exit the server uncleanly...
2012-10-19 Stefan Metzmachers3:smbd: add exit_server to the smbd_shim hooks
2012-07-19 Jeremy AllisonMove everything to use the common pidfile functions.
2012-07-19 Jeremy AllisonMake the s3 pidfile use the common code inside lib...
2012-07-19 Jeremy AllisonMove source4/smbd/pidfile into lib/util in preparation...
2012-06-25 Michael Adams3:smbd: use smbXsrv_session_logoff_all() and smb1srv_t...
2012-06-03 Stefan Metzmachers3:smbd: make conn_close_all() a void function
2012-05-31 Jeremy AllisonWe are triggering the cleanup_timeout_fn() too often...
2012-05-31 Stefan Metzmachers3:smbd: use server_messaging_context() instead of...
2012-05-24 Stefan Metzmachers3:smbd: remove global 'smbd_server_conn' !!!
2011-12-16 Stefan Metzmachers3:smbd: avoid using sconn_server_id()
2011-07-04 Christian Ambachs3:smb2 fix smbd crash on premature end of smb2 conn...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-02 Günther Deschners3: include ntdomain.h before including generated srv_...
2011-03-29 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-22 Andrew Tridgells3-fault: removed the cont_fn from fault_setup()
2011-03-02 Günther Deschners3-server_id: only include server_id where needed.
2011-02-22 Günther Deschners3-printing: only include printing where really needed.
2011-02-22 Günther Deschners3-printing: isolate print notification prototypes...
2011-01-04 Andreas Schneiders3-rpcecho: Only register rpcecho in the developer...
2011-01-04 Andreas Schneiders3-smbd: Call the rpc service shutdown functions.
2010-10-27 Andrew Bartletts3-smbd Remove manual override of DEBUGELVEL during...
2010-09-28 Volker Lendeckes3: Remove smbd_server_conn from files_forall
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-19 Simo Sorces3-auth: Simplify how we free the auth_context
2010-07-05 Volker Lendeckes3: Remove smbd_messaging_context() from exit_server_co...
2010-07-05 Volker Lendeckes3: Remove procid_self() from exit_server_common
2010-07-04 Volker Lendeckes3: Remove serverid_[de]register_self
2010-07-04 Volker Lendeckes3: Don't attempt to deregister from serverid twice
2010-06-10 Simo Sorces3:lib make server contexts generic
2010-06-10 Jeremy AllisonDon't use the autofree context for the globals. This...
2010-05-28 Andrew Bartletts3:smbd split smbd/server.c into smbd/server.c and...