r23410: Merge the core of the cluster code.
authorVolker Lendecke <vlendec@samba.org>
Sun, 10 Jun 2007 17:02:09 +0000 (17:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:14 +0000 (12:23 -0500)
commitde565785f5e1f097bd75f57331425c4185185f80
treeaf24bb44388f9ffa2077435cc3fea134557c186b
parentb05c7b97830f6029c264fc44831c2f5eae4f0c83
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)
22 files changed:
source3/Makefile.in
source3/configure.in
source3/include/ctdbd_conn.h [new file with mode: 0644]
source3/include/includes.h
source3/include/messages.h
source3/include/packet.h [new file with mode: 0644]
source3/include/smb.h
source3/lib/ctdbd_conn.c [new file with mode: 0644]
source3/lib/dbwrap.c
source3/lib/dbwrap_ctdb.c [new file with mode: 0644]
source3/lib/messages.c
source3/lib/messages_ctdbd.c [new file with mode: 0644]
source3/lib/packet.c [new file with mode: 0644]
source3/lib/substitute.c
source3/lib/util.c
source3/librpc/ndr/ndr_misc.c
source3/nsswitch/winbindd_dual.c
source3/param/loadparm.c
source3/script/tests/tests_all.sh
source3/smbd/oplock.c
source3/smbd/server.c
source3/utils/status.c