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