Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-02 | s3: include ntdomain.h before including generated srv_ headers. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-03-30 | s3-messages: make ndr_messaging.h part of messages.h. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-03-30 | s3: include smbd/smbd.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-22 | s3-fault: removed the cont_fn from fault_setup() | Andrew Tridgell | 1 | -5/+0 | |
cont_fn() was supposed to be a way to continue after a seg fault. It could never be called however, as smb_panic() from fault_report() could never return, as dump_core() never returns at the end of smb_panic() Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Mar 22 05:07:58 CET 2011 on sn-devel-104 | |||||
2011-03-02 | s3-server_id: only include server_id where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-22 | s3-printing: only include printing where really needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-22 | s3-printing: isolate print notification prototypes better. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-01-04 | s3-rpcecho: Only register rpcecho in the developer build. | Andreas Schneider | 1 | -0/+2 | |
Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Tue Jan 4 18:56:38 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s3-smbd: Call the rpc service shutdown functions. | Andreas Schneider | 1 | -0/+34 | |
2010-10-27 | s3-smbd Remove manual override of DEBUGELVEL during exit | Andrew Bartlett | 1 | -5/+0 | |
This code, originally added at the dawn of time (the import into CVS) does not seem to be required any more, as all the DEBUG() statements in the intermediate functions are at level 0. Andrew Bartlett | |||||
2010-09-28 | s3: Remove smbd_server_conn from files_forall | Volker Lendecke | 1 | -5/+4 | |
2010-07-19 | s3-auth: Simplify how we free the auth_context | Simo Sorce | 1 | -2/+1 | |
Turn the freeing function into a destructor and attach it to the auth_context. Make all callers TALLOC_FREE() the auth_context instead of calling the free function. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-07-05 | s3: Remove smbd_messaging_context() from exit_server_common() | Volker Lendecke | 1 | -1/+1 | |
2010-07-05 | s3: Remove procid_self() from exit_server_common | Volker Lendecke | 1 | -1/+1 | |
2010-07-04 | s3: Remove serverid_[de]register_self | Volker Lendecke | 1 | -1/+1 | |
This removes some deep references to procid_self() | |||||
2010-07-04 | s3: Don't attempt to deregister from serverid twice | Volker Lendecke | 1 | -1/+6 | |
The parent has to take care of crashed child processes anyway, so we don't have to clean up in the child | |||||
2010-06-10 | s3:lib make server contexts generic | Simo Sorce | 1 | -2/+2 | |
Pair-programmed-with: Andreas Schneider <asn@samba.org> | |||||
2010-06-10 | Don't use the autofree context for the globals. This causes child smbd's forked | Jeremy Allison | 1 | -0/+1 | |
by modules to crash due to destructors being called (found when using the vfs_aio_fork module with smb2). Jeremy. | |||||
2010-05-28 | s3:smbd split smbd/server.c into smbd/server.c and smbd/server_exit.c | Andrew Bartlett | 1 | -0/+173 | |
Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> |