summaryrefslogtreecommitdiff
path: root/source4/cluster/ctdb/common/ctdb_message.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r23806: update Samba4 with the latest ctdb code.Andrew Tridgell1-105/+33
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-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
(This used to be commit 40c0919aaa9c1b14bbaebb95ecce53eb0380fdbb)
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
(This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
2007-10-10r22421: merged in latest ctdb changes from bzrAndrew Tridgell1-14/+3
(This used to be commit 3633f862b966866819c9a0a6ad0238a858e15e62)
2007-10-10r22232: add a special message handler ID meaning "all messages please"Andrew Tridgell1-1/+1
This better fits the way Samba4 does message dispatch (This used to be commit 2c12f8e72fb999f4f66700291dd4d7f6f73a8eae)
2007-10-10r22231: merge from bzr ctdb treeAndrew Tridgell1-14/+118
(This used to be commit 807b959082d3b9a929c9f6597714e636638a940e)
2007-10-10r22117: merged from bzrAndrew Tridgell1-2/+1
(This used to be commit d7f122df1dba30e46e84e294cccecb2e4ef82072)
2007-10-10r22098: merged from bzr treeAndrew Tridgell1-0/+2
(This used to be commit a57af1ff8234ab590ebf28b3316953bec880005c)
2007-10-10r21256: - msg_type is not needed in the cluster messaging APIAndrew Tridgell1-1/+1
- merge ctdb_get_num_nodes() from bzr tree (This used to be commit 3df7527aedeba7ce2f4a6ca2d3b7167f58c6b68a)
2007-10-10r21232: added a raw ctdb messaging api - allowing ctdb applications to takeAndrew Tridgell1-0/+91
advantage of the ctdb messaging layer for their own data (This used to be commit b288ba05e5dc2aa5c8cd26eaee1c41b12e4996da)