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)
commit15553d6327a3aecdd2b0b94a3656d04bf4106323
tree70c68418228511624da346028927c87a38cc00a3
parent0442e680eeacb56852e200fdf6f78e4972ecad68
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
22 files changed:
source/Makefile.in
source/configure.in
source/include/ctdbd_conn.h [new file with mode: 0644]
source/include/includes.h
source/include/messages.h
source/include/packet.h [new file with mode: 0644]
source/include/smb.h
source/lib/ctdbd_conn.c [new file with mode: 0644]
source/lib/dbwrap.c
source/lib/dbwrap_ctdb.c [new file with mode: 0644]
source/lib/messages.c
source/lib/messages_ctdbd.c [new file with mode: 0644]
source/lib/packet.c [new file with mode: 0644]
source/lib/substitute.c
source/lib/util.c
source/librpc/ndr/ndr_misc.c
source/nsswitch/winbindd_dual.c
source/param/loadparm.c
source/script/tests/tests_all.sh
source/smbd/oplock.c
source/smbd/server.c
source/utils/status.c