ctdb-scripts: Drop CTDB_NOTIFY_SCRIPT configuration option
[kai/samba-autobuild/.git] / ctdb / protocol / protocol_private.h
2017-09-21 Amitay Isaacsctdb-protocol: Add marshalling for struct ctdb_pid_srvid
2017-09-19 Martin Schwenkectdb-protocol: Add marshalling for ctdb_connection_list
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_db_statistics
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_key_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_statistics_list
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_public_ip_info
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_iface_list
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_iface
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_notify_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_ban_state
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_script_list
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_script
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_node_map
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_node_and_flags
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_public_ip_list
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_public_ip
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_uptime
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_transdb
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_addr_info
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_tickle_list
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_tunable_list
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_var_list
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_node_flag_change
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_tunable
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_connection
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_sock_addr
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_traverse_all_ext
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_traverse_start_ext
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_traverse_all
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_traverse_start
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_pulldb_ext
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_pulldb
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_dbid_map
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for ctdb_dbid
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_vnn_map
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_statistics
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for ctdb_latency_counter
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for tdb_data with size
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for tdb_data
2017-08-30 Amitay Isaacsctdb-protocol: Move tdb_data marshalling code
2017-08-30 Amitay Isaacsctdb-protocol: Add padding data type to handle structur...
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for struct timeval
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for pid_t
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for a string with length
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for a string
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for fixed size char...
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for bool
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for double
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for uint64_t
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for uint32_t
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for int32_t
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for uint16_t
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for uint8_t
2017-08-30 Amitay Isaacsctdb-protocol: Separate marshalling for basic data...
2017-08-14 Amitay Isaacsctdb-protocol: Drop unused protocol data structures
2016-12-18 Amitay Isaacsctdb-protocol: Add marshalling for int32_t
2016-07-25 Amitay Isaacsctdb-protocol: Drop marshalling code for set/get_db_pri...
2016-05-03 Amitay Isaacsctdb-protocol: Expose function to allocate a packet
2016-04-23 Amitay Isaacsctdb-protocol: Remove data structures for obsolete...
2016-03-25 Amitay Isaacsctdb-protocol: Add new data type ctdb_pulldb_ext for...
2015-11-25 Amitay Isaacsctdb-protocol: Add marshalling for TDB_DATA
2015-10-07 Amitay Isaacsctdb-protocol: Add ctdb protocol serialization routines