summaryrefslogtreecommitdiff
path: root/source4/cluster
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20948: a very simple example on how to setup and test ctdbAndrew Tridgell7-0/+73
2007-10-10r20946: fixed another couple of bugs in the brlock ctdb backend. It nowAndrew Tridgell1-28/+60
2007-10-10r20945: fixed the bug causing locktest to fail with the ctdb backend after aAndrew Tridgell5-93/+10
2007-10-10r20944: if a call has been destroyed before a reply comes in then discard theAndrew Tridgell1-0/+4
2007-10-10r20943: use offsetof() instead of sizeof() - 1 for the packet lengthAndrew Tridgell1-14/+18
2007-10-10r20919: add a function cluster_tdb_tmp_open() which can be used in a clusterAndrew Tridgell6-5/+69
2007-10-10r20918: a bit more debugging, and remove the hackish /dev/null writes I usedAndrew Tridgell2-44/+12
2007-10-10r20901: - not all compiler like uint8_t data[0] elements!Stefan Metzmacher2-13/+13
2007-10-10r20900: fix compiler warningsStefan Metzmacher2-1/+4
2007-10-10r20896: make the maximum lacount configurable in smb.confAndrew Tridgell5-3/+22
2007-10-10r20893: brlock notifies are currently disabled in the ctdb backend. Use a #ifAndrew Tridgell1-6/+13
2007-10-10r20892: add parameter for enabling ctdb self connectAndrew Tridgell1-2/+5
2007-10-10r20889: import ctdb cluster backend from bzrAndrew Tridgell17-1/+3733
2007-10-10r20888: local cluster backendAndrew Tridgell1-0/+58
2007-10-10r20887: allow the registration of multiple cluster backendsAndrew Tridgell3-6/+66
2007-10-10r20647: add cluster codeAndrew Tridgell3-0/+84