ctdb-protocol: Avoid fgets in ctdb_connection_list_read
[vlendec/samba-autobuild/.git] / ctdb / protocol / protocol_types.c
2017-10-10 Amitay Isaacsctdb-protocol: Add req_tunnel counts to ctdb statistics
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-09-05 Amitay Isaacsctdb-protocol: Fix CID 1417428
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_g_lock_list
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_g_lock
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_server_id
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_rec_buffer
2017-08-30 Amitay Isaacsctdb-protocol: Use ctdb_rec_buffer_traverse to calacula...
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_rec_data
2017-08-30 Amitay Isaacsctdb-protocol: Drop header argument to ctdb_rec_data_pu...
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_ltdb_header
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: 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-12-18 Amitay Isaacsctdb-protocol: Fix marshalling of string with length
2016-07-25 Amitay Isaacsctdb-protocol: Drop marshalling code for set/get_db_pri...
2016-06-18 Amitay Isaacsctdb-protocol: Add checks to validate data on wire...
2016-06-18 Amitay Isaacsctdb-protocol: Fix marshaling of uint arrays
2016-05-03 Amitay Isaacsctdb-protocol: Fix marshalling of TDB_DATA
2016-05-03 Amitay Isaacsctdb-protocol: Fix marshalling of ctdb_string
2016-04-23 Amitay Isaacsctdb-protocol: Remove data structures for obsolete...
2016-03-25 Amitay Isaacsctdb-protocol: Add file IO functions for ctdb_rec_buffer
2016-03-25 Amitay Isaacsctdb-protocol: Add new data type ctdb_pulldb_ext for...
2015-11-25 Amitay Isaacsctdb-protocol: Fix marshalling for struct ctdb_rec_data
2015-11-25 Amitay Isaacsctdb-protocol: Add API to extract ctdb_ltdb_header...
2015-11-25 Amitay Isaacsctdb-protocol: Fix marshalling of struct ctdb_public_ip...
2015-11-25 Amitay Isaacsctdb-protocol: Fix marshalling of struct ctdb_addr_info
2015-11-25 Amitay Isaacsctdb-protocol: Add marshalling for TDB_DATA
2015-10-07 Amitay Isaacsctdb-protocol: Add ctdb protocol serialization routines