summaryrefslogtreecommitdiffstats
path: root/source3/lib/messages_ctdbd.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:lib: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-1/+1
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* s3:lib: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-191-2/+2
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* s3: Make messaging_ctdbd_connection available in non-clustered modeVolker Lendecke2012-04-171-0/+9
| | | | This might make some #ifdef CLUSTER_SUPPORT unnecessary in the future
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-121-1/+1
| | | | All callers to messaging_[re]init only used procid_self()
* s3: Silence some warningsVolker Lendecke2011-08-301-0/+18
| | | | | | | | | | | Rusty, please suggest a proper fix for this. Thanks, Volker Lendecke Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Aug 30 19:16:14 CEST 2011 on sn-devel-104
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-251-3/+3
|
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-2/+2
| | | | | Using the standard macro makes it easier to move code into common, as TALLOC_P isn't standard talloc.
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
| | | | Guenther
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
| | | | Guenther
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3: messaging_ctdbd_connection() was only called with procid_self()Volker Lendecke2010-08-311-2/+2
| | | | Eventually we'll get this right...
* s3: Pass procid_self() explicitly to messaging_ctdbd_connection()Volker Lendecke2010-07-051-2/+2
|
* s3: Use msg_ctx->id in messagingVolker Lendecke2010-07-041-1/+1
| | | | This removes some references to procid_self() deep inside the code
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-2/+0
| | | | (This used to be commit f91a3e0f7b7737c1d0667cd961ea950e2b93e592)
* Correctly return NULL from messaging_ctdbd_connection if messaging_init failedVolker Lendecke2008-08-131-0/+1
| | | | (This used to be commit 549db133df6782bcca7d033e8573e47716877cbd)
* Fix an uninitialized variableVolker Lendecke2008-04-191-1/+1
| | | | (This used to be commit 825f78d9f12b5b3e835bd91961e00402cab0bf60)
* messages_ctdbd: autocreate a ctdb connection, this will fix segfaults in the ↵Stefan Metzmacher2008-04-181-0/+18
| | | | | | | client tools metze (This used to be commit 6f67c4ddf8101b1d06889055e3767a6ce0db360c)
* messages_ctdbd: make sure a ctdbd connection is only used in the process ↵Stefan Metzmacher2008-04-181-1/+11
| | | | | | | that created it metze (This used to be commit 259786980a3a65fa67a4de12a65d33095fa53ce2)
* Merge CTDB-related fixes from samba-ctdb 3.0 branch ↵Alexander Bokovoy2008-01-161-0/+4
| | | | | | (http://samba.org/~tridge/3_0-ctdb) Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit 0c8e23afbbb2d081fc23908bafcad04650bfacea)
* r24113: some little fixes to get the correct error messageStefan Metzmacher2007-10-101-1/+1
| | | | | | | when using "clustering = yes" and ctdbd isn't running metze (This used to be commit c5f020ba1fdefe0422dd466b9c68ff67c74ceddd)
* r24032: It helps testing tremendously if the cluster messaging actually sendsVolker Lendecke2007-10-101-0/+9
| | | | | and receives messages to other nodes... :-) (This used to be commit 3e9e9a3f28763500a1c5e551a808a14661d7d9fa)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r23410: Merge the core of the cluster code.Volker Lendecke2007-10-101-0/+119
I'm 100% certain I've forgotten to merge something, but the main code should be in. It's mainly in dbwrap_ctdb.c, ctdbd_conn.c and messages_ctdbd.c. There should be no changes to the non-cluster case, it does survive make test on my laptop. It survives some very basic tests with ctdbd enables, I did not do the full test suite for clusters yet. Phew... Volker (This used to be commit 15553d6327a3aecdd2b0b94a3656d04bf4106323)