summaryrefslogtreecommitdiff
path: root/ctdb/protocol
AgeCommit message (Expand)AuthorFilesLines
2019-03-15ctdb: Initialize addr struct to zero before reparsing as IPV4Zhu Shangzhong1-0/+3
2019-03-01ctdb-protocol: Use wrapper for string to integer conversionSwen Schillig1-5/+6
2018-10-08ctdb-protocol: Drop marshalling code for RECEIVE_RECORDS controlAmitay Isaacs3-61/+0
2018-10-08ctdb-protocol: Mark RECEIVE_RECORDS control obsoleteAmitay Isaacs1-1/+1
2018-07-28ctdb-common: Add fd argument to ctdb_connection_list_read()Amitay Isaacs2-3/+7
2018-07-28ctdb-protocol: Avoid fgets in ctdb_connection_list_readAmitay Isaacs1-37/+49
2018-07-27ctdb-protocol: Add function ctdb_sock_addr_mask_from_string()Martin Schwenke2-0/+44
2018-07-27ctdb-protocol: Fix compilation issue with strncpy()Martin Schwenke1-3/+1
2018-07-05ctdb-protocol: Remove protocol for old event daemonAmitay Isaacs3-1015/+0
2018-07-05ctdb-protocol: Separate protocol-basic subsystemAmitay Isaacs3-66/+88
2018-07-02ctdb-server: Rename CTDB_BROADCAST_VNNMAP -> CTDB_BROADCAST_ACTIVEMartin Schwenke2-3/+3
2018-07-02ctdb-common: Use sin6_len only if the structure supports itAmitay Isaacs1-1/+1
2017-10-16ctdb-protocol: Fix typo in type of return variableMartin Schwenke1-1/+1
2017-10-10ctdb-protocol: Add tunnel id prefix for testingAmitay Isaacs2-1/+7
2017-10-10ctdb-protocol: Add protocol marshalling for CTDB_REQ_TUNNELAmitay Isaacs3-0/+175
2017-10-10ctdb-protocol: Add protocol marshalling for tunnel controlsAmitay Isaacs4-0/+64
2017-10-10ctdb-protocol: Add req_tunnel counts to ctdb statisticsAmitay Isaacs2-0/+24
2017-10-10ctdb-protocol: Add controls to register/deregister tunnelsAmitay Isaacs1-0/+2
2017-10-10ctdb-protocol: Add REQ_TUNNEL packet typeAmitay Isaacs1-0/+11
2017-09-21ctdb-protocol: Add marshalling for control CHECK_PID_SRVIDAmitay Isaacs4-0/+56
2017-09-21ctdb-protocol: Add marshalling for struct ctdb_pid_srvidAmitay Isaacs2-0/+59
2017-09-21ctdb-protocol: Add new control CTDB_CONTROL_CHECK_PID_SRVIDAmitay Isaacs1-0/+7
2017-09-19ctdb-protocol: Add ctdb_connection_list utilitiesMartin Schwenke2-0/+153
2017-09-19ctdb-protocol: Add marshalling for ctdb_connection_listMartin Schwenke2-0/+84
2017-09-19ctdb-protocol: Add new data structure ctdb_connection_listMartin Schwenke1-0/+5
2017-09-19ctdb-protocol: Add ctdb_connection utilitiesMartin Schwenke2-0/+103
2017-09-19ctdb-protocol: Factor out static function ctdb_sock_addr_cmp_family()Martin Schwenke1-4/+15
2017-09-19ctdb-protocol: Add ctdb_sock_addr_from_string()Martin Schwenke2-0/+128
2017-09-19ctdb-protocol: Optionally print port for address printing functionsMartin Schwenke2-7/+22
2017-09-19ctdb-protocol: Add utility function ctdb_sock_addr_to_buf()Martin Schwenke2-12/+40
2017-09-19ctdb-protocol: Add ctdb_sock_addr_port() and sock_addr_set_port()Martin Schwenke2-0/+30
2017-09-19ctdb-protocol: Add server and client aliases in ctdb_connectionMartin Schwenke1-2/+8
2017-09-19ctdb-build: Split protocol-util as a separate subsystemMartin Schwenke3-21/+44
2017-09-14ctdb-protocol: Drop marshalling for monitor controlsMartin Schwenke2-68/+0
2017-09-14ctdb-daemon: Drop monitoring modeMartin Schwenke1-3/+0
2017-09-14ctdb-daemon: Mark monitoring controls obsoleteMartin Schwenke1-3/+3
2017-09-05ctdb-protocol: Fix CID 1417428Amitay Isaacs1-1/+1
2017-09-05ctdb-protocol: Fix CID 1417430Amitay Isaacs1-2/+2
2017-09-05ctdb-protocol: Fix CID 1417433Amitay Isaacs1-1/+1
2017-09-01ctdb-protocol: Drop struct ctdb_event_headerAmitay Isaacs3-60/+0
2017-09-01ctdb-protocol: Replace ctdb_event_header with sock_packet_headerAmitay Isaacs2-15/+19
2017-09-01ctdb-protocol: Add a generic packet headerAmitay Isaacs3-0/+103
2017-08-30ctdb-protocol: Fix marshalling of ctdb_event_replyAmitay Isaacs1-0/+10
2017-08-30ctdb-protocol: Fix marshalling for ctdb_event_requestAmitay Isaacs1-0/+10
2017-08-30ctdb-protocol: Fix marshalling for ctdb_event_headerAmitay Isaacs1-10/+17
2017-08-30ctdb-protocol: Fix marshalling for ctdb_event_reply_dataAmitay Isaacs1-6/+15
2017-08-30ctdb-protocol: Fix marshalling for ctdb_event_reply_script_listAmitay Isaacs1-4/+8
2017-08-30ctdb-protocol: Fix marshaling for ctdb_event_reply_statusAmitay Isaacs1-4/+10
2017-08-30ctdb-protocol: Fix marshalling for ctdb_event_request_dataAmitay Isaacs1-6/+15
2017-08-30ctdb-protocol: Fix marshalling for ctdb_event_request_script_disableAmitay Isaacs1-4/+9