summaryrefslogtreecommitdiffstats
path: root/source4/cluster/ctdb/client/ctdb_client.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:cluster: remove old/broken ctdb codeStefan Metzmacher2008-12-291-2225/+0
| | | | | | | | We don't need a full copy of ctdb... If we want to readd cluster support, we should just use a ctdb client library. metze
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-2/+2
|
* Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij2008-09-161-1/+1
|
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 56dfcb4f2f8e74c9d8b2fe3a0df043781188a555)
* r25553: Convert to standard bool type.Jelmer Vernooij2007-10-101-4/+4
| | | | (This used to be commit b7371f1a191fb86834c0d586d094f39f0b04544b)
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-12/+13
| | | | (This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729)
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4)
* r24643: add a ctdb_fetch() function to the ctdb client codeAndrew Tridgell2007-10-101-0/+24
| | | | (This used to be commit 5705ee04498780d8ca89290e85b8ec831f0a185d)
* r24274: - merge from ctdb bzr treeAndrew Tridgell2007-10-101-0/+60
| | | | | | | - use ctdb_attach() instead of ctdb_db_handle() - make ctdb_attach() return an existing db handle if it exists (This used to be commit be85c48f8d4a22fd4ed922be6f7f1979f349d291)
* r23806: update Samba4 with the latest ctdb code.Andrew Tridgell2007-10-101-0/+2140
This doesn't get the ctdb code fully working in Samba4, it just gets it building and not breaking non-clustered use of Samba. It will take a bit longer to update some of the calling ctdb_cluster.c code to make it work correctly in Samba4. Note also that Samba4 now only links to the client portion of ctdb. For the moment I am leaving the ctdbd as a separate daemon, which you install separately from http://ctdb.samba.org/. (This used to be commit b196077cbb55cbecad87065133c2d67198e31066)