summaryrefslogtreecommitdiff
path: root/source3/lib/messages_ctdbd.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19s3:lib: s/struct event_context/struct tevent_contextStefan Metzmacher1-1/+1
2013-02-19s3:lib: make use of samba_tevent_context_init()Stefan Metzmacher1-2/+2
2012-04-17s3: Make messaging_ctdbd_connection available in non-clustered modeVolker Lendecke1-0/+9
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke1-1/+1
2011-08-30s3: Silence some warningsVolker Lendecke1-0/+18
2011-08-25s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-2/+2
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2010-08-31s3: messaging_ctdbd_connection() was only called with procid_self()Volker Lendecke1-2/+2
2010-07-05s3: Pass procid_self() explicitly to messaging_ctdbd_connection()Volker Lendecke1-2/+2
2010-07-04s3: Use msg_ctx->id in messagingVolker Lendecke1-1/+1
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell1-2/+0
2008-08-13Correctly return NULL from messaging_ctdbd_connection if messaging_init failedVolker Lendecke1-0/+1
2008-04-19Fix an uninitialized variableVolker Lendecke1-1/+1
2008-04-18messages_ctdbd: autocreate a ctdb connection, this will fix segfaults in the ...Stefan Metzmacher1-0/+18
2008-04-18messages_ctdbd: make sure a ctdbd connection is only used in the process that...Stefan Metzmacher1-1/+11
2008-01-16Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy1-0/+4
2007-10-10r24113: some little fixes to get the correct error messageStefan Metzmacher1-1/+1
2007-10-10r24032: It helps testing tremendously if the cluster messaging actually sendsVolker Lendecke1-0/+9
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23410: Merge the core of the cluster code.Volker Lendecke1-0/+119