Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3: Remove a bunch of calls to procid_self() | Volker Lendecke | 2011-12-12 | 1 | -1/+0 |
| | | | | All callers to messaging_[re]init only used procid_self() | ||||
* | s3-messages: only include messages.h where needed. | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | Move error reporting of messaging context creation fail into | Jeremy Allison | 2010-11-14 | 1 | -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 generic | Simo Sorce | 2010-06-10 | 1 | -0/+69 |
Pair-programmed-with: Andreas Schneider <asn@samba.org> |