Volker Lendecke
e52fa6298a
s3: Silence some warnings
...
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-30 19:16:14 +02:00
Volker Lendecke
16888be44a
s3: Fix some nonempty blank lines
2011-08-25 21:36:18 +02:00
Andrew Bartlett
d5e6a47f06
s3-talloc Change TALLOC_P() to talloc()
...
Using the standard macro makes it easier to move code into common, as
TALLOC_P isn't standard talloc.
2011-06-09 12:40:08 +02:00
Günther Deschner
d8cfca3a9b
s3: only include tdb headers where needed.
...
Guenther
2011-05-06 10:48:10 +02:00
Günther Deschner
ab36d597e7
s3-messages: make ndr_messaging.h part of messages.h.
...
Guenther
2011-03-30 01:13:09 +02:00
Günther Deschner
b2af281e50
s3-messages: only include messages.h where needed.
...
Guenther
2011-03-30 01:13:09 +02:00
Volker Lendecke
5648c3f67e
s3: messaging_ctdbd_connection() was only called with procid_self()
...
Eventually we'll get this right...
2010-08-31 17:07:41 +02:00
Volker Lendecke
300667e4a9
s3: Pass procid_self() explicitly to messaging_ctdbd_connection()
2010-07-05 11:06:23 +02:00
Volker Lendecke
8cf1cd2d5c
s3: Use msg_ctx->id in messaging
...
This removes some references to procid_self() deep inside the code
2010-07-04 17:29:23 +02:00
Andrew Tridgell
0f41961e4f
first cut at adding full transactions for ctdb to samba3
...
(This used to be commit f91a3e0f7b7737c1d0667cd961ea950e2b93e592)
2008-08-13 11:54:08 +02:00
Volker Lendecke
45c1e95c72
Correctly return NULL from messaging_ctdbd_connection if messaging_init failed
...
(This used to be commit 549db133df6782bcca7d033e8573e47716877cbd)
2008-08-13 11:54:04 +02:00
Volker Lendecke
a8ab283508
Fix an uninitialized variable
...
(This used to be commit 825f78d9f12b5b3e835bd91961e00402cab0bf60)
2008-04-19 17:03:09 +02:00
Stefan Metzmacher
4f6089be35
messages_ctdbd: autocreate a ctdb connection, this will fix segfaults in the client tools
...
metze
(This used to be commit 6f67c4ddf8101b1d06889055e3767a6ce0db360c)
2008-04-18 14:43:07 +02:00
Stefan Metzmacher
b86b442a1e
messages_ctdbd: make sure a ctdbd connection is only used in the process that created it
...
metze
(This used to be commit 259786980a3a65fa67a4de12a65d33095fa53ce2)
2008-04-18 14:43:06 +02:00
Alexander Bokovoy
68694369fc
Merge CTDB-related fixes from samba-ctdb 3.0 branch ( http://samba.org/~tridge/3_0-ctdb )
...
Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit 0c8e23afbbb2d081fc23908bafcad04650bfacea)
2008-01-16 12:09:48 +03:00
Stefan Metzmacher
ebdfd34548
r24113: some little fixes to get the correct error message
...
when using "clustering = yes" and ctdbd isn't running
metze
(This used to be commit c5f020ba1fdefe0422dd466b9c68ff67c74ceddd)
2007-10-10 12:29:08 -05:00
Volker Lendecke
33c57437a4
r24032: It helps testing tremendously if the cluster messaging actually sends
...
and receives messages to other nodes... :-)
(This used to be commit 3e9e9a3f28763500a1c5e551a808a14661d7d9fa)
2007-10-10 12:28:58 -05:00
Andrew Tridgell
5e54558c6d
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
...
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
2007-10-10 12:28:22 -05:00
Jeremy Allison
d824b98f80
r23779: Change from v2 or later to v3 or later.
...
Jeremy.
(This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
2007-10-10 12:28:20 -05:00
Volker Lendecke
de565785f5
r23410: Merge the core of the cluster code.
...
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)
2007-10-10 12:23:14 -05:00