summaryrefslogtreecommitdiff
path: root/ctdb/protocol
Commit message (Expand)AuthorAgeFilesLines
* ctdb: Initialize addr struct to zero before reparsing as IPV4Zhu Shangzhong2019-03-261-0/+3
* ctdb-common: Add fd argument to ctdb_connection_list_read()Amitay Isaacs2019-03-262-3/+7
* ctdb-protocol: Avoid fgets in ctdb_connection_list_readAmitay Isaacs2019-03-261-37/+49
* ctdb-protocol: Drop marshalling code for RECEIVE_RECORDS controlAmitay Isaacs2018-10-093-61/+0
* ctdb-protocol: Mark RECEIVE_RECORDS control obsoleteAmitay Isaacs2018-10-091-1/+1
* ctdb-common: Use sin6_len only if the structure supports itAmitay Isaacs2018-07-101-1/+1
* ctdb-server: Rename CTDB_BROADCAST_VNNMAP -> CTDB_BROADCAST_ACTIVEMartin Schwenke2018-07-102-3/+3
* ctdb-protocol: Fix typo in type of return variableMartin Schwenke2017-10-161-1/+1
* ctdb-protocol: Add tunnel id prefix for testingAmitay Isaacs2017-10-102-1/+7
* ctdb-protocol: Add protocol marshalling for CTDB_REQ_TUNNELAmitay Isaacs2017-10-103-0/+175
* ctdb-protocol: Add protocol marshalling for tunnel controlsAmitay Isaacs2017-10-104-0/+64
* ctdb-protocol: Add req_tunnel counts to ctdb statisticsAmitay Isaacs2017-10-102-0/+24
* ctdb-protocol: Add controls to register/deregister tunnelsAmitay Isaacs2017-10-101-0/+2
* ctdb-protocol: Add REQ_TUNNEL packet typeAmitay Isaacs2017-10-101-0/+11
* ctdb-protocol: Add marshalling for control CHECK_PID_SRVIDAmitay Isaacs2017-09-214-0/+56
* ctdb-protocol: Add marshalling for struct ctdb_pid_srvidAmitay Isaacs2017-09-212-0/+59
* ctdb-protocol: Add new control CTDB_CONTROL_CHECK_PID_SRVIDAmitay Isaacs2017-09-211-0/+7
* ctdb-protocol: Add ctdb_connection_list utilitiesMartin Schwenke2017-09-192-0/+153
* ctdb-protocol: Add marshalling for ctdb_connection_listMartin Schwenke2017-09-192-0/+84
* ctdb-protocol: Add new data structure ctdb_connection_listMartin Schwenke2017-09-191-0/+5
* ctdb-protocol: Add ctdb_connection utilitiesMartin Schwenke2017-09-192-0/+103
* ctdb-protocol: Factor out static function ctdb_sock_addr_cmp_family()Martin Schwenke2017-09-191-4/+15
* ctdb-protocol: Add ctdb_sock_addr_from_string()Martin Schwenke2017-09-192-0/+128
* ctdb-protocol: Optionally print port for address printing functionsMartin Schwenke2017-09-192-7/+22
* ctdb-protocol: Add utility function ctdb_sock_addr_to_buf()Martin Schwenke2017-09-192-12/+40
* ctdb-protocol: Add ctdb_sock_addr_port() and sock_addr_set_port()Martin Schwenke2017-09-192-0/+30
* ctdb-protocol: Add server and client aliases in ctdb_connectionMartin Schwenke2017-09-191-2/+8
* ctdb-build: Split protocol-util as a separate subsystemMartin Schwenke2017-09-193-21/+44
* ctdb-protocol: Drop marshalling for monitor controlsMartin Schwenke2017-09-142-68/+0
* ctdb-daemon: Drop monitoring modeMartin Schwenke2017-09-141-3/+0
* ctdb-daemon: Mark monitoring controls obsoleteMartin Schwenke2017-09-141-3/+3
* ctdb-protocol: Fix CID 1417428Amitay Isaacs2017-09-051-1/+1
* ctdb-protocol: Fix CID 1417430Amitay Isaacs2017-09-051-2/+2
* ctdb-protocol: Fix CID 1417433Amitay Isaacs2017-09-051-1/+1
* ctdb-protocol: Drop struct ctdb_event_headerAmitay Isaacs2017-09-013-60/+0
* ctdb-protocol: Replace ctdb_event_header with sock_packet_headerAmitay Isaacs2017-09-012-15/+19
* ctdb-protocol: Add a generic packet headerAmitay Isaacs2017-09-013-0/+103
* ctdb-protocol: Fix marshalling of ctdb_event_replyAmitay Isaacs2017-08-301-0/+10
* ctdb-protocol: Fix marshalling for ctdb_event_requestAmitay Isaacs2017-08-301-0/+10
* ctdb-protocol: Fix marshalling for ctdb_event_headerAmitay Isaacs2017-08-301-10/+17
* ctdb-protocol: Fix marshalling for ctdb_event_reply_dataAmitay Isaacs2017-08-301-6/+15
* ctdb-protocol: Fix marshalling for ctdb_event_reply_script_listAmitay Isaacs2017-08-301-4/+8
* ctdb-protocol: Fix marshaling for ctdb_event_reply_statusAmitay Isaacs2017-08-301-4/+10
* ctdb-protocol: Fix marshalling for ctdb_event_request_dataAmitay Isaacs2017-08-301-6/+15
* ctdb-protocol: Fix marshalling for ctdb_event_request_script_disableAmitay Isaacs2017-08-301-4/+9
* ctdb-protocol: Fix marshalling for ctdb_event_request_script_enableAmitay Isaacs2017-08-301-4/+9
* ctdb-protocol: Fix marshalling for ctdb_event_request_statusAmitay Isaacs2017-08-301-4/+12
* ctdb-protocol: Fix marshalling for ctdb_event_request_runAmitay Isaacs2017-08-301-4/+11
* ctdb-protocol: Fix marshalling for ctdb_event_status_stateAmitay Isaacs2017-08-301-4/+8
* ctdb-protocol: Fix marshalling for ctdb_event_commandAmitay Isaacs2017-08-301-12/+19