Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-12 | s3: Remove a bunch of calls to procid_self() | Volker Lendecke | 1 | -1/+1 | |
All callers to messaging_[re]init only used procid_self() | |||||
2011-08-30 | s3: Silence some warnings | Volker Lendecke | 1 | -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 | |||||
2011-08-25 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -3/+3 | |
2011-06-09 | s3-talloc Change TALLOC_P() to talloc() | Andrew Bartlett | 1 | -2/+2 | |
Using the standard macro makes it easier to move code into common, as TALLOC_P isn't standard talloc. | |||||
2011-05-06 | s3: only include tdb headers where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-messages: make ndr_messaging.h part of messages.h. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-03-30 | s3-messages: only include messages.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-31 | s3: messaging_ctdbd_connection() was only called with procid_self() | Volker Lendecke | 1 | -2/+2 | |
Eventually we'll get this right... | |||||
2010-07-05 | s3: Pass procid_self() explicitly to messaging_ctdbd_connection() | Volker Lendecke | 1 | -2/+2 | |
2010-07-04 | s3: Use msg_ctx->id in messaging | Volker Lendecke | 1 | -1/+1 | |
This removes some references to procid_self() deep inside the code | |||||
2008-08-13 | first cut at adding full transactions for ctdb to samba3 | Andrew Tridgell | 1 | -2/+0 | |
(This used to be commit f91a3e0f7b7737c1d0667cd961ea950e2b93e592) | |||||
2008-08-13 | Correctly return NULL from messaging_ctdbd_connection if messaging_init failed | Volker Lendecke | 1 | -0/+1 | |
(This used to be commit 549db133df6782bcca7d033e8573e47716877cbd) | |||||
2008-04-19 | Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 825f78d9f12b5b3e835bd91961e00402cab0bf60) | |||||
2008-04-18 | messages_ctdbd: autocreate a ctdb connection, this will fix segfaults in the ↵ | Stefan Metzmacher | 1 | -0/+18 | |
client tools metze (This used to be commit 6f67c4ddf8101b1d06889055e3767a6ce0db360c) | |||||
2008-04-18 | messages_ctdbd: make sure a ctdbd connection is only used in the process ↵ | Stefan Metzmacher | 1 | -1/+11 | |
that created it metze (This used to be commit 259786980a3a65fa67a4de12a65d33095fa53ce2) | |||||
2008-01-16 | Merge CTDB-related fixes from samba-ctdb 3.0 branch ↵ | Alexander Bokovoy | 1 | -0/+4 | |
(http://samba.org/~tridge/3_0-ctdb) Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit 0c8e23afbbb2d081fc23908bafcad04650bfacea) | |||||
2007-10-10 | r24113: some little fixes to get the correct error message | Stefan Metzmacher | 1 | -1/+1 | |
when using "clustering = yes" and ctdbd isn't running metze (This used to be commit c5f020ba1fdefe0422dd466b9c68ff67c74ceddd) | |||||
2007-10-10 | r24032: It helps testing tremendously if the cluster messaging actually sends | Volker Lendecke | 1 | -0/+9 | |
and receives messages to other nodes... :-) (This used to be commit 3e9e9a3f28763500a1c5e551a808a14661d7d9fa) | |||||
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 | |
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07) | |||||
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3) | |||||
2007-10-10 | r23410: Merge the core of the cluster code. | Volker Lendecke | 1 | -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) |