summaryrefslogtreecommitdiff
path: root/ctdb/protocol
Commit message (Expand)AuthorAgeFilesLines
* ctdb-protocol: Add separator argument to ctdb_connection_to_buf()Martin Schwenke2022-07-222-9/+18
* ctdb-protocol: CID 1499395: Uninitialized variables (UNINIT)Martin Schwenke2022-02-231-1/+1
* ctdb-protocol: Mark {GET,SET}_RECMASTER controls obsoleteMartin Schwenke2022-01-171-2/+2
* ctdb-protocol: Drop marshalling for {GET,SET}_RECMASTER controlsMartin Schwenke2022-01-171-27/+0
* ctdb-protocol: Drop protocol client functions for recmaster controlsMartin Schwenke2022-01-172-54/+0
* ctdb-protocol: Add CTDB_SRVID_LEADERMartin Schwenke2022-01-172-1/+16
* ctdb-protocol: Print IPv6 sockets with RFC5952 "[2001:db8::1]:80" notationMartin Schwenke2022-01-131-4/+25
* ctdb-protocol: Allow rfc5952 "[2001:db8::1]:80" ipv6 notationVolker Lendecke2022-01-131-0/+13
* ctdb-protocol: Save 50 bytes .text segmentVolker Lendecke2022-01-131-1/+1
* ctdb-protocol: rindex->strrchrVolker Lendecke2022-01-131-4/+4
* ctdb-recoverd: Mark CTDB_SRVID_SET_NODE_FLAGS obsoleteMartin Schwenke2021-09-091-1/+1
* ctdb-protocol: Add marshalling for controls DISABLE_NODE/ENABLE_NODEMartin Schwenke2021-09-094-0/+56
* ctdb-protocol: Add new controls to disable and enable nodesMartin Schwenke2021-09-091-0/+2
* ctdb-daemon: Drop implementation of old-style database pull/push controlsMartin Schwenke2020-09-111-2/+2
* ctdb-protocol: Drop marshalling functions for old-style database pull/pushMartin Schwenke2020-09-112-50/+0
* ctdb-protocol: Drop client functions for old-style database pull/pushMartin Schwenke2020-09-112-59/+0
* lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme2020-08-031-0/+1
* ctdb-protocol: Add marshalling for control ECHO_DATAVolker Lendecke2020-04-284-0/+61
* ctdb-protocol: Add marshalling for struct ctdb_echo_dataVolker Lendecke2020-04-282-0/+82
* ctdb-protocol: Add new control CTDB_CONTROL_ECHO_DATAVolker Lendecke2020-04-281-0/+8
* ctdb: Fix duplicate ;;Volker Lendecke2020-04-281-1/+1
* ctdb-protocol: Add control flag CTDB_CTRL_FLAG_ATTACH_RECOVERYMartin Schwenke2020-03-231-0/+1
* ctdb-protocol: Add marshalling for control DB_VACUUMMartin Schwenke2019-10-244-0/+54
* ctdb-protocol: Add marshalling for struct ctdb_db_vacuumMartin Schwenke2019-10-242-0/+73
* ctdb-protocol: Add new control CTDB_CONTROL_DB_VACUUMMartin Schwenke2019-10-241-0/+8
* ctdb-protocol: Add marshalling for new control VACUUM_FETCHAmitay Isaacs2019-10-244-0/+51
* ctdb-protocol: Add new control VACUUM_FETCHAmitay Isaacs2019-10-241-0/+1
* ctdb-protocol: Drop code related to obsolete controlsAmitay Isaacs2019-10-242-69/+0
* ctdb-protocol: Initialise request->rdata.opcode where missingMartin Schwenke2019-10-041-0/+4
* ctdb-protocol: Avoid signed/unsigned comparison by castingMartin Schwenke2019-07-052-10/+10
* ctdb-protocol: Variable for return value of strlcpy() should be size_tMartin Schwenke2019-07-051-1/+1
* ctdb-protocol: Fix signed/unsigned comparison by declaring as unsignedMartin Schwenke2019-07-051-1/+2
* ctdb-protocol: Do not ignore return value of ctdb_g_lock_pull()Martin Schwenke2019-07-051-1/+1
* ctdb: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-6/+4
* ctdb:protocol_util: remove 'const' from allocated stringsStefan Metzmacher2019-06-042-11/+12
* ctdb-protocol: Update error check for new string conversion wrapperSwen Schillig2019-04-111-2/+2
* ctdb: Initialize addr struct to zero before reparsing as IPV4Zhu Shangzhong2019-03-151-0/+3
* ctdb-protocol: Use wrapper for string to integer conversionSwen Schillig2019-03-011-5/+6
* ctdb-protocol: Drop marshalling code for RECEIVE_RECORDS controlAmitay Isaacs2018-10-083-61/+0
* ctdb-protocol: Mark RECEIVE_RECORDS control obsoleteAmitay Isaacs2018-10-081-1/+1
* ctdb-common: Add fd argument to ctdb_connection_list_read()Amitay Isaacs2018-07-282-3/+7
* ctdb-protocol: Avoid fgets in ctdb_connection_list_readAmitay Isaacs2018-07-281-37/+49
* ctdb-protocol: Add function ctdb_sock_addr_mask_from_string()Martin Schwenke2018-07-272-0/+44
* ctdb-protocol: Fix compilation issue with strncpy()Martin Schwenke2018-07-271-3/+1
* ctdb-protocol: Remove protocol for old event daemonAmitay Isaacs2018-07-053-1015/+0
* ctdb-protocol: Separate protocol-basic subsystemAmitay Isaacs2018-07-053-66/+88
* ctdb-server: Rename CTDB_BROADCAST_VNNMAP -> CTDB_BROADCAST_ACTIVEMartin Schwenke2018-07-022-3/+3
* ctdb-common: Use sin6_len only if the structure supports itAmitay Isaacs2018-07-021-1/+1
* 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