summaryrefslogtreecommitdiff
path: root/source3/lib/server_contexts.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke1-1/+0
All callers to messaging_[re]init only used procid_self()
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
Guenther
2010-11-14Move error reporting of messaging context creation fail intoJeremy Allison1-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.
2010-06-10s3:lib make server contexts genericSimo Sorce1-0/+69
Pair-programmed-with: Andreas Schneider <asn@samba.org>