summaryrefslogtreecommitdiff
path: root/ctdb/server
Commit message (Expand)AuthorAgeFilesLines
* ctdb-include: Use new protocol definitionsAmitay Isaacs2015-11-043-20/+3
* ctdb-daemon: Remove explicit include of ctdb_protocol.hAmitay Isaacs2015-11-041-1/+0
* ctdb-daemon: Rename struct ctdb_control_get_ifaces to ctdb_iface_list_oldAmitay Isaacs2015-11-042-5/+5
* ctdb-daemon: Rename struct ctdb_control_public_ip_info to ctdb_public_ip_info...Amitay Isaacs2015-11-041-3/+3
* ctdb-daemon: Rename struct ctdb_control_iface_info to ctdb_ifaceAmitay Isaacs2015-11-043-8/+8
* ctdb-daemon: Rename struct ctdb_control_transdb to ctdb_transdbAmitay Isaacs2015-11-043-14/+14
* ctdb-daemon: Rename struct ctdb_control_set_tunable to ctdb_tunable_oldAmitay Isaacs2015-11-041-3/+3
* ctdb-daemon: Rename struct ctdb_control_pulldb to ctdb_pulldbAmitay Isaacs2015-11-042-3/+3
* ctdb-daemon: Rename struct ctdb_control_gratious_arp to ctdb_addr_info_oldAmitay Isaacs2015-11-041-5/+5
* ctdb-daemon: Rename struct ctdb_control_ip_iface to ctdb_addr_info_oldAmitay Isaacs2015-11-041-17/+16
* ctdb-daemon: Rename struct ctdb_tunable to ctdb_tunable_listAmitay Isaacs2015-11-041-58/+58
* ctdb-daemon: Rename struct ctdb_control_tcp_tickle_list to ctdb_tickle_list_oldAmitay Isaacs2015-11-041-23/+18
* ctdb-daemon: Rename struct srvid_request_data to ctdb_disable_messageAmitay Isaacs2015-11-041-7/+7
* ctdb-daemon: Rename struct srvid_request to ctdb_srvid_messageAmitay Isaacs2015-11-042-14/+14
* ctdb-daemon: Rename struct ctdb_ban_time to ctdb_ban_stateAmitay Isaacs2015-11-043-11/+11
* ctdb-daemon: Rename struct ctdb_tcp_connection to ctdb_connectionAmitay Isaacs2015-11-042-59/+59
* ctdb-daemon: Rename struct ctdb_control_tcp_addr to ctdb_connectionAmitay Isaacs2015-11-042-10/+10
* ctdb-daemon: Rename struct ctdb_server_id_list to ctdb_client_id_list_oldAmitay Isaacs2015-11-041-4/+3
* ctdb-daemon: Rename struct ctdb_server_id to ctdb_client_idAmitay Isaacs2015-11-042-13/+13
* ctdb-daemon: Rename struct ctdb_dbid_map to ctdb_dbid_map_oldAmitay Isaacs2015-11-042-23/+23
* ctdb-daemon: Remove struct ctdb_client_notify_deregisterAmitay Isaacs2015-11-042-5/+5
* ctdb-daemon: Rename struct ctdb_client_notify_register to ctdb_notify_data_oldAmitay Isaacs2015-11-041-4/+4
* ctdb-daemon: Rename struct ctdb_iface to ctdb_interfaceAmitay Isaacs2015-11-041-21/+21
* ctdb-daemon: Rename struct ctdb_db_statistics to ctdb_db_statistics_oldAmitay Isaacs2015-11-041-4/+4
* ctdb-daemon: Rename struct ctdb_statistics_wire to ctdb_statistics_list_oldAmitay Isaacs2015-11-041-2/+3
* ctdb-daemon: Rename struct ctdb_rec_data to ctdb_rec_data_oldAmitay Isaacs2015-11-045-31/+31
* ctdb-daemon: Rename struct ctdb_all_public_ips to ctdb_public_ip_list_oldAmitay Isaacs2015-11-042-8/+8
* ctdb-daemon: Rename struct ctdb_public_ip_list to public_ip_listAmitay Isaacs2015-11-041-50/+49
* ctdb-daemon: Rename struct ctdb_node_map to ctdb_node_map_oldAmitay Isaacs2015-11-045-49/+49
* ctdb-daemon: Rename struct ctdb_req_keepalive to ctdb_req_keepalive_oldAmitay Isaacs2015-11-041-3/+3
* ctdb-daemon: Rename struct ctdb_reply_control to ctdb_reply_control_oldAmitay Isaacs2015-11-042-7/+7
* ctdb-daemon: Rename struct ctdb_req_control to ctdb_req_control_oldAmitay Isaacs2015-11-0410-48/+48
* ctdb-daemon: Rename struct ctdb_req_message to ctdb_req_message_oldAmitay Isaacs2015-11-041-8/+8
* ctdb-daemon: Rename struct ctdb_reply_dmaster to ctdb_reply_dmaster_oldAmitay Isaacs2015-11-041-5/+5
* ctdb-daemon: Rename struct ctdb_req_dmaster to ctdb_req_dmaster_oldAmitay Isaacs2015-11-041-5/+5
* ctdb-daemon: Rename struct ctdb_reply_error to ctdb_reply_error_oldAmitay Isaacs2015-11-041-4/+4
* ctdb-daemon: Rename struct ctdb_reply_call to ctdb_reply_call_oldAmitay Isaacs2015-11-042-9/+9
* ctdb-daemon: Rename struct ctdb_req_call to ctdb_req_call_oldAmitay Isaacs2015-11-043-11/+11
* ctdb-daemon: Rename enum ctdb_eventscript_call to ctdb_eventAmitay Isaacs2015-11-041-12/+12
* ctdb-daemon: Rename struct ctdb_scripts_wire to ctdb_script_list_oldAmitay Isaacs2015-11-041-4/+6
* ctdb-daemon: Rename struct ctdb_script_wire to ctdb_scriptAmitay Isaacs2015-11-041-7/+7
* ctdb-banning: Do not set recovery mode to ACTIVE in daemonAmitay Isaacs2015-10-301-2/+3
* ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs2015-10-3023-1/+27
* ctdb-build: Calculate correct version when building from tarballAmitay Isaacs2015-10-301-1/+1
* ctdb-daemon: Remove dependency on includes.hAmitay Isaacs2015-10-3028-102/+344
* ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs2015-10-3020-327/+408
* ctdb-include: Move include/internal/cmdline.h to common/Amitay Isaacs2015-10-302-2/+2
* ctdb-daemon: Separate prototypes for system specific functionsAmitay Isaacs2015-10-3017-1/+17
* ctdb: open the RO tracking db with perms 0600 instead of 0000Michael Adam2015-10-281-1/+1
* ctdb-daemon: Change handling of default capabilitiesMartin Schwenke2015-10-161-4/+4