summaryrefslogtreecommitdiff
path: root/source4/cluster/ctdb/config.mk
AgeCommit message (Collapse)AuthorFilesLines
2008-12-29s4:cluster: remove old/broken ctdb codeStefan Metzmacher1-24/+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
2008-12-17s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher1-1/+1
We should only include events.h where we really need it and prefer forward declarations of 'struct event_context' metze
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-3/+3
(This used to be commit 2860a7db5968c7007522cdb300eba390da929ab8)
2008-03-04Deal with subsystems with no settings, several other minor fixes.Jelmer Vernooij1-2/+2
(This used to be commit 10cf48591e8d6bfb750a6ff187f04ea24a1f8cd7)
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij1-5/+9
(This used to be commit a7e6d2a1832db388fdafa1279f84c9a8bbfc87d6)
2007-12-21r26015: fix dependeciesStefan Metzmacher1-1/+3
metze (This used to be commit 29b6a8739a7d06df029916e901e71700f2118f39)
2007-10-10r23806: update Samba4 with the latest ctdb code.Andrew Tridgell1-16/+4
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)
2007-10-10r22421: merged in latest ctdb changes from bzrAndrew Tridgell1-1/+2
(This used to be commit 3633f862b966866819c9a0a6ad0238a858e15e62)
2007-10-10r22237: this init fn doesn't exist yetAndrew Tridgell1-1/+0
(This used to be commit 6d9d62dca3cb6abad95c4ec9238da0b7bf32cefa)
2007-10-10r22234: merge test suite changes from bzr treeAndrew Tridgell1-0/+1
(This used to be commit d825f4e6cc96a365061805352a2df3818df2364e)
2007-10-10r22231: merge from bzr ctdb treeAndrew Tridgell1-1/+4
(This used to be commit 807b959082d3b9a929c9f6597714e636638a940e)
2007-10-10r22082: merged the ctdb changes from bzrAndrew Tridgell1-0/+4
added opendb ctdb backend from ronnie (This used to be commit b0da25cb79f860bfa14ba7a8419c7996d936292b)
2007-10-10r21669: Fix --enable-dso buildJelmer Vernooij1-7/+4
(This used to be commit 7cf9d07c88b0c81777bb9363d445ac657982a366)
2007-10-10r21232: added a raw ctdb messaging api - allowing ctdb applications to takeAndrew Tridgell1-0/+1
advantage of the ctdb messaging layer for their own data (This used to be commit b288ba05e5dc2aa5c8cd26eaee1c41b12e4996da)
2007-10-10r20889: import ctdb cluster backend from bzrAndrew Tridgell1-0/+24
it will be interesting to see how the build farm handles this (This used to be commit 53be449630bd67d649a9e70cc7e25a9799c0616b)