Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r24031: Fix some 64 bit warnings | Volker Lendecke | 2007-07-24 | 1 | -3/+4 |
| | |||||
* | r24026: packet_send() expects DATA_BLOB elements as vaargs | Stefan Metzmacher | 2007-07-24 | 1 | -3/+3 |
| | | | | | | and not TDB_DATA metze | ||||
* | r23864: merge from SAMBA_3_2: | Stefan Metzmacher | 2007-07-13 | 1 | -2/+13 |
| | | | | | | | handle NT_STATUS_RETRY and always print out the NTSTATUS string before calling ctdb_fatal() metze | ||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-07-10 | 1 | -2/+1 |
| | |||||
* | r23780: Find and fix more GPL2 -> GPL3. | Jeremy Allison | 2007-07-09 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r23410: Merge the core of the cluster code. | Volker Lendecke | 2007-06-10 | 1 | -0/+1167 |
I'm 100% certain I've forgotten to merge something, but the main code should be in. It's mainly in dbwrap_ctdb.c, ctdbd_conn.c and messages_ctdbd.c. There should be no changes to the non-cluster case, it does survive make test on my laptop. It survives some very basic tests with ctdbd enables, I did not do the full test suite for clusters yet. Phew... Volker |