summaryrefslogtreecommitdiffstats
path: root/source3/lib/server_contexts.c
Commit message (Collapse)AuthorAgeFilesLines
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-121-1/+0
| | | | All callers to messaging_[re]init only used procid_self()
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* Move error reporting of messaging context creation fail intoJeremy Allison2010-11-141-3/+0
| | | | | | | | the daemons themselves. Allows client utilities to silently fail to create a messaging context due to access denied on the messaging tdb (which I need for the following patch). Jeremy.
* s3:lib make server contexts genericSimo Sorce2010-06-101-0/+69
Pair-programmed-with: Andreas Schneider <asn@samba.org>