summaryrefslogtreecommitdiffstats
path: root/source4/cluster
Commit message (Expand)AuthorAgeFilesLines
...
* r23806: update Samba4 with the latest ctdb code.Andrew Tridgell2007-10-1094-4262/+19141
* r23805: this directory is not used any moreAndrew Tridgell2007-10-105-436/+0
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-107-14/+7
* r23799: updated old Franklin Street FSF addresses to new URLAndrew Tridgell2007-10-101-3/+1
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-1026-52/+26
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-1034-34/+34
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-108-24/+16
* r23289: Provide support for GCC attributes _PURE_, _NONNULL_, _DEPRECATED_, _...Jelmer Vernooij2007-10-101-1/+1
* r22863: in SMB2 mode we always need to return NT_STATUS_LOCK_NOT_GRANTEDStefan Metzmacher2007-10-101-0/+6
* r22423: don't need popt hereAndrew Tridgell2007-10-101-1/+0
* r22421: merged in latest ctdb changes from bzrAndrew Tridgell2007-10-1038-1104/+2020
* r22237: this init fn doesn't exist yetAndrew Tridgell2007-10-101-1/+0
* r22234: merge test suite changes from bzr treeAndrew Tridgell2007-10-1011-289/+154
* r22232: add a special message handler ID meaning "all messages please"Andrew Tridgell2007-10-103-3/+8
* r22231: merge from bzr ctdb treeAndrew Tridgell2007-10-1054-343/+8058
* r22117: merged from bzrAndrew Tridgell2007-10-105-12/+27
* r22114: merge from bzr treeAndrew Tridgell2007-10-103-37/+407
* r22098: merged from bzr treeAndrew Tridgell2007-10-105-1/+45
* r22085: correct copyright on opendb_ctdb.cAndrew Tridgell2007-10-101-1/+2
* r22084: use a TDB_INTERNAL tdb for the local ctdb tdb for nowAndrew Tridgell2007-10-101-1/+1
* r22083: opendb backend to ctdb now passes simple testsAndrew Tridgell2007-10-101-1/+6
* r22082: merged the ctdb changes from bzrAndrew Tridgell2007-10-106-13/+746
* r22072: in order to implement the opendb ctdb backend, I've found that theAndrew Tridgell2007-10-101-0/+15
* r22070: merge in the changes from the bzr ctdb tree, and convert the brlockAndrew Tridgell2007-10-108-67/+211
* r21669: Fix --enable-dso buildJelmer Vernooij2007-10-101-7/+4
* r21256: - msg_type is not needed in the cluster messaging APIAndrew Tridgell2007-10-108-12/+23
* r21233: first version of samba4 messaging using ctdb is working. This means weAndrew Tridgell2007-10-103-5/+79
* r21232: added a raw ctdb messaging api - allowing ctdb applications to takeAndrew Tridgell2007-10-106-14/+133
* r21230: added the hooks needed in the cluster layer and the messaging code forAndrew Tridgell2007-10-106-10/+117
* r21173: - keep the ctdb queue when reconnecting (this will need to be moreAndrew Tridgell2007-10-101-9/+2
* r21172: fixed a commentAndrew Tridgell2007-10-101-1/+2
* r21140: enable the pending lock notify code in the ctdb backend so that timedAndrew Tridgell2007-10-101-36/+80
* r21045: every call in brlock_ctdb ended up neededing a 32 bit status code, soAndrew Tridgell2007-10-104-91/+33
* r21044: - merge struct ctdb_call API changes from bzr treeAndrew Tridgell2007-10-103-132/+122
* r20991: use relative includes for ctdb headers. This works with bothAndrew Tridgell2007-10-109-17/+9
* 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