VERSION: Bump version up to Samba 4.16.12...
[samba.git] / ctdb / protocol /
2022-01-17 Martin Schwenkectdb-protocol: Mark {GET,SET}_RECMASTER controls obsolete
2022-01-17 Martin Schwenkectdb-protocol: Drop marshalling for {GET,SET}_RECMASTER...
2022-01-17 Martin Schwenkectdb-protocol: Drop protocol client functions for recma...
2022-01-17 Martin Schwenkectdb-protocol: Add CTDB_SRVID_LEADER
2022-01-13 Martin Schwenkectdb-protocol: Print IPv6 sockets with RFC5952 "[2001...
2022-01-13 Volker Lendeckectdb-protocol: Allow rfc5952 "[2001:db8::1]:80" ipv6...
2022-01-13 Volker Lendeckectdb-protocol: Save 50 bytes .text segment
2022-01-13 Volker Lendeckectdb-protocol: rindex->strrchr
2021-09-09 Martin Schwenkectdb-recoverd: Mark CTDB_SRVID_SET_NODE_FLAGS obsolete
2021-09-09 Martin Schwenkectdb-protocol: Add marshalling for controls DISABLE_NOD...
2021-09-09 Martin Schwenkectdb-protocol: Add new controls to disable and enable...
2020-09-11 Martin Schwenkectdb-daemon: Drop implementation of old-style database...
2020-09-11 Martin Schwenkectdb-protocol: Drop marshalling functions for old-style...
2020-09-11 Martin Schwenkectdb-protocol: Drop client functions for old-style...
2020-08-03 Ralph Boehmelib: relicense smb_strtoul(l) under LGPLv3
2020-04-28 Volker Lendeckectdb-protocol: Add marshalling for control ECHO_DATA
2020-04-28 Volker Lendeckectdb-protocol: Add marshalling for struct ctdb_echo_data
2020-04-28 Volker Lendeckectdb-protocol: Add new control CTDB_CONTROL_ECHO_DATA
2020-04-28 Volker Lendeckectdb: Fix duplicate ;;
2020-03-23 Martin Schwenkectdb-protocol: Add control flag CTDB_CTRL_FLAG_ATTACH_R...
2019-10-24 Martin Schwenkectdb-protocol: Add marshalling for control DB_VACUUM
2019-10-24 Martin Schwenkectdb-protocol: Add marshalling for struct ctdb_db_vacuum
2019-10-24 Martin Schwenkectdb-protocol: Add new control CTDB_CONTROL_DB_VACUUM
2019-10-24 Amitay Isaacsctdb-protocol: Add marshalling for new control VACUUM_FETCH
2019-10-24 Amitay Isaacsctdb-protocol: Add new control VACUUM_FETCH
2019-10-24 Amitay Isaacsctdb-protocol: Drop code related to obsolete controls
2019-10-04 Martin Schwenkectdb-protocol: Initialise request->rdata.opcode where...
2019-07-05 Martin Schwenkectdb-protocol: Avoid signed/unsigned comparison by...
2019-07-05 Martin Schwenkectdb-protocol: Variable for return value of strlcpy...
2019-07-05 Martin Schwenkectdb-protocol: Fix signed/unsigned comparison by declar...
2019-07-05 Martin Schwenkectdb-protocol: Do not ignore return value of ctdb_g_loc...
2019-06-30 Swen Schilligctdb: Update all consumers of strtoul_err(), strtoull_e...
2019-06-04 Stefan Metzmacherctdb:protocol_util: remove 'const' from allocated strings
2019-04-11 Swen Schilligctdb-protocol: Update error check for new string conver...
2019-03-15 Zhu Shangzhongctdb: Initialize addr struct to zero before reparsing...
2019-03-01 Swen Schilligctdb-protocol: Use wrapper for string to integer conversion
2018-10-08 Amitay Isaacsctdb-protocol: Drop marshalling code for RECEIVE_RECORD...
2018-10-08 Amitay Isaacsctdb-protocol: Mark RECEIVE_RECORDS control obsolete
2018-07-28 Amitay Isaacsctdb-common: Add fd argument to ctdb_connection_list_read()
2018-07-28 Amitay Isaacsctdb-protocol: Avoid fgets in ctdb_connection_list_read
2018-07-27 Martin Schwenkectdb-protocol: Add function ctdb_sock_addr_mask_from_st...
2018-07-27 Martin Schwenkectdb-protocol: Fix compilation issue with strncpy()
2018-07-05 Amitay Isaacsctdb-protocol: Remove protocol for old event daemon
2018-07-05 Amitay Isaacsctdb-protocol: Separate protocol-basic subsystem
2018-07-02 Martin Schwenkectdb-server: Rename CTDB_BROADCAST_VNNMAP -> CTDB_BROAD...
2018-07-02 Amitay Isaacsctdb-common: Use sin6_len only if the structure supports it
2017-10-16 Martin Schwenkectdb-protocol: Fix typo in type of return variable
2017-10-10 Amitay Isaacsctdb-protocol: Add tunnel id prefix for testing
2017-10-10 Amitay Isaacsctdb-protocol: Add protocol marshalling for CTDB_REQ_TUNNEL
2017-10-10 Amitay Isaacsctdb-protocol: Add protocol marshalling for tunnel...
2017-10-10 Amitay Isaacsctdb-protocol: Add req_tunnel counts to ctdb statistics
2017-10-10 Amitay Isaacsctdb-protocol: Add controls to register/deregister...
2017-10-10 Amitay Isaacsctdb-protocol: Add REQ_TUNNEL packet type
2017-09-21 Amitay Isaacsctdb-protocol: Add marshalling for control CHECK_PID_SRVID
2017-09-21 Amitay Isaacsctdb-protocol: Add marshalling for struct ctdb_pid_srvid
2017-09-21 Amitay Isaacsctdb-protocol: Add new control CTDB_CONTROL_CHECK_PID_SRVID
2017-09-19 Martin Schwenkectdb-protocol: Add ctdb_connection_list utilities
2017-09-19 Martin Schwenkectdb-protocol: Add marshalling for ctdb_connection_list
2017-09-19 Martin Schwenkectdb-protocol: Add new data structure ctdb_connection_list
2017-09-19 Martin Schwenkectdb-protocol: Add ctdb_connection utilities
2017-09-19 Martin Schwenkectdb-protocol: Factor out static function ctdb_sock_add...
2017-09-19 Martin Schwenkectdb-protocol: Add ctdb_sock_addr_from_string()
2017-09-19 Martin Schwenkectdb-protocol: Optionally print port for address printi...
2017-09-19 Martin Schwenkectdb-protocol: Add utility function ctdb_sock_addr_to_buf()
2017-09-19 Martin Schwenkectdb-protocol: Add ctdb_sock_addr_port() and sock_addr_...
2017-09-19 Martin Schwenkectdb-protocol: Add server and client aliases in ctdb_co...
2017-09-19 Martin Schwenkectdb-build: Split protocol-util as a separate subsystem
2017-09-14 Martin Schwenkectdb-protocol: Drop marshalling for monitor controls
2017-09-14 Martin Schwenkectdb-daemon: Drop monitoring mode
2017-09-14 Martin Schwenkectdb-daemon: Mark monitoring controls obsolete
2017-09-05 Amitay Isaacsctdb-protocol: Fix CID 1417428
2017-09-05 Amitay Isaacsctdb-protocol: Fix CID 1417430
2017-09-05 Amitay Isaacsctdb-protocol: Fix CID 1417433
2017-09-01 Amitay Isaacsctdb-protocol: Drop struct ctdb_event_header
2017-09-01 Amitay Isaacsctdb-protocol: Replace ctdb_event_header with sock_pack...
2017-09-01 Amitay Isaacsctdb-protocol: Add a generic packet header
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling of ctdb_event_reply
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_request
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_header
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_reply_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_reply_scr...
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshaling for ctdb_event_reply_status
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_request_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_request_s...
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_request_s...
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_request_s...
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_request_run
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_status_state
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_command
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for ctdb_req_keepalive
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_req_message_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_req_message
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_message_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_reply_control
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_req_control
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_reply_control_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_req_control_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_reply_dmaster
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_req_dmaster
next