Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r23806: update Samba4 with the latest ctdb code. | Andrew Tridgell | 94 | -4262/+19141 |
2007-10-10 | r23805: this directory is not used any more | Andrew Tridgell | 5 | -436/+0 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 7 | -14/+7 |
2007-10-10 | r23799: updated old Franklin Street FSF addresses to new URL | Andrew Tridgell | 1 | -3/+1 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 26 | -52/+26 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 34 | -34/+34 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 8 | -24/+16 |
2007-10-10 | r23289: Provide support for GCC attributes _PURE_, _NONNULL_, _DEPRECATED_, _... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r22863: in SMB2 mode we always need to return NT_STATUS_LOCK_NOT_GRANTED | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r22423: don't need popt here | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r22421: merged in latest ctdb changes from bzr | Andrew Tridgell | 38 | -1104/+2020 |
2007-10-10 | r22237: this init fn doesn't exist yet | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r22234: merge test suite changes from bzr tree | Andrew Tridgell | 11 | -289/+154 |
2007-10-10 | r22232: add a special message handler ID meaning "all messages please" | Andrew Tridgell | 3 | -3/+8 |
2007-10-10 | r22231: merge from bzr ctdb tree | Andrew Tridgell | 54 | -343/+8058 |
2007-10-10 | r22117: merged from bzr | Andrew Tridgell | 5 | -12/+27 |
2007-10-10 | r22114: merge from bzr tree | Andrew Tridgell | 3 | -37/+407 |
2007-10-10 | r22098: merged from bzr tree | Andrew Tridgell | 5 | -1/+45 |
2007-10-10 | r22085: correct copyright on opendb_ctdb.c | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r22084: use a TDB_INTERNAL tdb for the local ctdb tdb for now | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r22083: opendb backend to ctdb now passes simple tests | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r22082: merged the ctdb changes from bzr | Andrew Tridgell | 6 | -13/+746 |
2007-10-10 | r22072: in order to implement the opendb ctdb backend, I've found that the | Andrew Tridgell | 1 | -0/+15 |
2007-10-10 | r22070: merge in the changes from the bzr ctdb tree, and convert the brlock | Andrew Tridgell | 8 | -67/+211 |
2007-10-10 | r21669: Fix --enable-dso build | Jelmer Vernooij | 1 | -7/+4 |
2007-10-10 | r21256: - msg_type is not needed in the cluster messaging API | Andrew Tridgell | 8 | -12/+23 |
2007-10-10 | r21233: first version of samba4 messaging using ctdb is working. This means we | Andrew Tridgell | 3 | -5/+79 |
2007-10-10 | r21232: added a raw ctdb messaging api - allowing ctdb applications to take | Andrew Tridgell | 6 | -14/+133 |
2007-10-10 | r21230: added the hooks needed in the cluster layer and the messaging code for | Andrew Tridgell | 6 | -10/+117 |
2007-10-10 | r21173: - keep the ctdb queue when reconnecting (this will need to be more | Andrew Tridgell | 1 | -9/+2 |
2007-10-10 | r21172: fixed a comment | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r21140: enable the pending lock notify code in the ctdb backend so that timed | Andrew Tridgell | 1 | -36/+80 |
2007-10-10 | r21045: every call in brlock_ctdb ended up neededing a 32 bit status code, so | Andrew Tridgell | 4 | -91/+33 |
2007-10-10 | r21044: - merge struct ctdb_call API changes from bzr tree | Andrew Tridgell | 3 | -132/+122 |
2007-10-10 | r20991: use relative includes for ctdb headers. This works with both | Andrew Tridgell | 9 | -17/+9 |
2007-10-10 | r20948: a very simple example on how to setup and test ctdb | Andrew Tridgell | 7 | -0/+73 |
2007-10-10 | r20946: fixed another couple of bugs in the brlock ctdb backend. It now | Andrew Tridgell | 1 | -28/+60 |
2007-10-10 | r20945: fixed the bug causing locktest to fail with the ctdb backend after a | Andrew Tridgell | 5 | -93/+10 |
2007-10-10 | r20944: if a call has been destroyed before a reply comes in then discard the | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r20943: use offsetof() instead of sizeof() - 1 for the packet length | Andrew Tridgell | 1 | -14/+18 |
2007-10-10 | r20919: add a function cluster_tdb_tmp_open() which can be used in a cluster | Andrew Tridgell | 6 | -5/+69 |
2007-10-10 | r20918: a bit more debugging, and remove the hackish /dev/null writes I used | Andrew Tridgell | 2 | -44/+12 |
2007-10-10 | r20901: - not all compiler like uint8_t data[0] elements! | Stefan Metzmacher | 2 | -13/+13 |
2007-10-10 | r20900: fix compiler warnings | Stefan Metzmacher | 2 | -1/+4 |
2007-10-10 | r20896: make the maximum lacount configurable in smb.conf | Andrew Tridgell | 5 | -3/+22 |
2007-10-10 | r20893: brlock notifies are currently disabled in the ctdb backend. Use a #if | Andrew Tridgell | 1 | -6/+13 |
2007-10-10 | r20892: add parameter for enabling ctdb self connect | Andrew Tridgell | 1 | -2/+5 |
2007-10-10 | r20889: import ctdb cluster backend from bzr | Andrew Tridgell | 17 | -1/+3733 |
2007-10-10 | r20888: local cluster backend | Andrew Tridgell | 1 | -0/+58 |
2007-10-10 | r20887: allow the registration of multiple cluster backends | Andrew Tridgell | 3 | -6/+66 |