ctdb-daemon: Drop monitoring mode
[vlendec/samba-autobuild/.git] / ctdb / protocol / protocol_message.c
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_req_message_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_req_message
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_message_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_req_header
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_disable_message
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_srvid_message
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_election_message
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_public_ip
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_node_flag_change
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_rec_buffer
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for tdb_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for a string
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for uint32_t
2016-06-18 Amitay Isaacsctdb-protocol: Add checks to validate data on wire...
2016-05-03 Amitay Isaacsctdb-protocol: Return required buffer size in push...
2016-05-03 Amitay Isaacsctdb-protocol: Use consistent names for function arguments
2016-05-03 Amitay Isaacsctdb-protocol: Drop buffer allocation from protocol...
2016-05-03 Amitay Isaacsctdb-protocol: Expose function to allocate a packet
2016-05-03 Amitay Isaacsctdb-protocol: Use length routines for protocol elements
2016-05-03 Amitay Isaacsctdb-protocol: Add length routines for protocol elements
2016-05-03 Amitay Isaacsctdb-protocol: Use ctdb_req_header marshalling
2016-05-03 Amitay Isaacsctdb-protocol: Use TDB_DATA marshalling
2016-03-25 Amitay Isaacsctdb-protocol: Add srvid for assigning banning credits
2016-03-17 Amitay Isaacsctdb-protocol: Check header is not null before copying
2015-11-25 Amitay Isaacsctdb-protocol: Add marshalling for TDB_DATA
2015-10-07 Amitay Isaacsctdb-protocol: Add ctdb protocol serialization routines