1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-08 16:23:49 +03:00
Commit Graph

15 Commits

Author SHA1 Message Date
Andrew Tridgell
fcf38a38ac r23792: convert Samba4 to GPLv3
There are still a few tidyups of old FSF addresses to come (in both s3
and s4). More commits soon.
2007-10-10 14:59:12 -05:00
Andrew Tridgell
3633f862b9 r22421: merged in latest ctdb changes from bzr 2007-10-10 14:51:17 -05:00
Andrew Tridgell
d825f4e6cc r22234: merge test suite changes from bzr tree 2007-10-10 14:50:41 -05:00
Andrew Tridgell
2c12f8e72f r22232: add a special message handler ID meaning "all messages please"
This better fits the way Samba4 does message dispatch
2007-10-10 14:50:40 -05:00
Andrew Tridgell
807b959082 r22231: merge from bzr ctdb tree 2007-10-10 14:50:40 -05:00
Andrew Tridgell
e2fe45cf40 r22084: use a TDB_INTERNAL tdb for the local ctdb tdb for now 2007-10-10 14:49:49 -05:00
Andrew Tridgell
44dcac9e4d r22070: merge in the changes from the bzr ctdb tree, and convert the brlock
ctdb backend to use the updated multi-database API
2007-10-10 14:49:47 -05:00
Andrew Tridgell
3df7527aed r21256: - msg_type is not needed in the cluster messaging API
- merge ctdb_get_num_nodes() from bzr tree
2007-10-10 14:44:55 -05:00
Andrew Tridgell
f05072ad74 r21233: first version of samba4 messaging using ctdb is working. This means we
should now work on a real cluster, and not just a localhost simulator
2007-10-10 14:44:50 -05:00
Andrew Tridgell
4474552e8f r21230: added the hooks needed in the cluster layer and the messaging code for
handling messages to remote nodes. Implemented dummy functions in the
'local' cluster backend for the messaging hooks, and modified the
messaging layer to check if the destination is remote and redirect
messages via the cluster layer
2007-10-10 14:44:49 -05:00
Andrew Tridgell
3e5f29bddf r20991: use relative includes for ctdb headers. This works with both
standalone and built-in ctdb
2007-10-10 14:44:18 -05:00
Andrew Tridgell
0ed9138449 r20919: add a function cluster_tdb_tmp_open() which can be used in a cluster
environment for subsystems that have not yet been converted to use
ctdb to get a shared temporary tdb
2007-10-10 14:43:52 -05:00
Andrew Tridgell
45f5c272f3 r20896: make the maximum lacount configurable in smb.conf
at the moment the brlock_ctdb backend will sometimes fail after
dmaster migrations. So to pass tests this needs to be set high. Thats
a priority to fix.
2007-10-10 14:43:48 -05:00
Andrew Tridgell
ba3ce8abe3 r20892: add parameter for enabling ctdb self connect 2007-10-10 14:43:47 -05:00
Andrew Tridgell
53be449630 r20889: import ctdb cluster backend from bzr
it will be interesting to see how the build farm handles this
2007-10-10 14:43:46 -05:00