ctdb-scripts: Rename variable nfslock_service to nfs_lock_service
[vlendec/samba-autobuild/.git] / ctdb / tools /
2019-03-15 Amitay Isaacsctdb-version: Simplify version string usage
2019-03-01 Swen Schilligctdb-tools: Use wrapper for string to integer conversion
2019-01-28 Andreas Schneiderctdb:tools: Use correct C99 initializer for ltdb_header
2019-01-28 Andreas Schneiderctdb: Use C99 initializer for poptOption in ctdb tool
2019-01-16 Volker Lendeckectdb: Print locks latency in machinereadable stats
2018-12-18 Amitay Isaacsctdb-tool: Avoid data uninitialized warnings
2018-12-10 Christof Schmittctdb: Remove <file> parameter from pfetch usage info
2018-12-10 Christof Schmittctdb: Fix hex to int conversion in h2i
2018-11-08 Andreas Schneiderdebug: Use debuglevel_(get|set) function
2018-11-06 Martin Schwenkectdb-tools: Detect unknown node number
2018-11-06 Martin Schwenkectdb-tools: Use path_socket() in ctdb tool
2018-10-08 Martin Schwenkectdb-tools: Have onnode pass -n option even when regula...
2018-07-28 Amitay Isaacsctdb-common: Add fd argument to ctdb_connection_list_read()
2018-07-28 Martin Schwenkectdb-tools: Avoid use of non-portable getopt in onnode
2018-07-28 Martin Schwenkectdb-tools: Improve portability by not using /bin/bash...
2018-07-27 Martin Schwenkectdb-tools: Switch to using ctdb_sock_addr_mask_from_st...
2018-07-11 Martin Schwenkectdb-tools: All ctdb event commands to run without...
2018-07-05 Amitay Isaacsctdb-tools: Remove old event daemon tool
2018-07-05 Amitay Isaacsctdb-tools: Switch to using new event daemon tool
2018-07-02 Amitay Isaacsctdb: Fix build on AIX
2018-07-02 Martin Schwenkectdb-common: Move capture_socket functions to ctdb_sock...
2018-07-02 Martin Schwenkectdb-common: Move ctdb_sys_send_tcp() to ctdb_socket...
2018-07-02 Martin Schwenkectdb-common: Rename system utility files
2018-05-12 Martin Schwenkectdb-scripts: Use load_script_options() in miscellaneou...
2018-05-12 Martin Schwenkectdb-scripts: Don't load CTDB configuration in onnode
2018-04-27 Martin Schwenkectdb-tools: Avoid filtering stderr when onnode not...
2018-04-27 Martin Schwenkectdb-scripts: Avoid shellcheck SC1117: Backslash is...
2018-04-27 Martin Schwenkectdb: Fix some -Werror=strict-overflow issues
2018-03-28 Martin Schwenkectdb-scripts: Split CTDB configuration loading
2018-03-19 Martin Schwenkectdb-tools: No longer honour CTDB_NODES environment...
2018-03-19 Martin Schwenkectdb-scripts: Drop CTDB_NODES configuration option
2018-03-19 Martin Schwenkectdb-tools: Drop testing hook from ctdb tool
2018-03-19 Martin Schwenkectdb-tools: Drop onnode CTDB_NODES_FILE environment...
2018-03-19 Martin Schwenkectdb-tools: Drop ctdb --socket option
2018-03-19 Martin Schwenkectdb-tools: Move handling of CTDB_SOCKET to process_com...
2018-03-19 Martin Schwenkectdb-tools: Drop a couple of unnecessary exports of...
2018-03-09 Amitay Isaacsctdb-tools: Fix documentation for ctdb ping command
2018-03-09 Amitay Isaacsctdb-tools: Event script commands cannot be run without...
2018-03-09 Amitay Isaacsctdb-tools: Drop ipiface command from ctdb tool
2018-03-09 Amitay Isaacsctdb-tools: Wait for ctdb daemon to go away in shutdown
2018-03-01 Martin Schwenkectdb-tools: Reindent parts of onnode
2018-03-01 Martin Schwenkectdb-tools: Remove test hooks from onnode
2018-03-01 Martin Schwenkectdb-tools: Revisit stray file descriptor avoidance...
2018-03-01 Martin Schwenkectdb-tools: Introduce a variable to hold the ssh command
2018-03-01 Martin Schwenkectdb-tools: Change onnode to use ONNODE_SSH and ONNODE_...
2017-10-23 Amitay Isaacsctdb-tools: Drop duplicate output from dbstatistics
2017-10-10 Amitay Isaacsctdb-protocol: Add req_tunnel counts to ctdb statistics
2017-10-05 Martin Schwenkectdb-tools: Replace parse_ip() -> ctdb_sock_addr_from_s...
2017-10-05 Martin Schwenkectdb-tools: Replace parse_ip_port() -> ctdb_sock_addr_f...
2017-10-05 Martin Schwenkectdb-tools: Use ctdb_connection_list_read()
2017-09-26 Volker Lendeckectdb: Centralize ctdb_version_string
2017-09-21 Amitay Isaacsctdb-tool: Update process-exists command to pass option...
2017-09-19 Martin Schwenkectdb-tools: Fix a typo for a talloc context
2017-09-19 Martin Schwenkectdb-tools: Add debug to ctdb_killtcp
2017-09-19 Martin Schwenkectdb-tools: Move special case of 0 connections into...
2017-09-19 Martin Schwenkectdb-tools: Rework killtcp logic into a tevent_req...
2017-09-19 Martin Schwenkectdb-tools: New function ctdb_kill_tcp_init()
2017-09-19 Martin Schwenkectdb-tools: Improve error handling
2017-09-19 Martin Schwenkectdb-tools: Drop global variable prog
2017-09-19 Martin Schwenkectdb-tools: Use db_hash in ctdb_killtcp
2017-09-19 Martin Schwenkectdb-tools: Use ctdb_connection and ctdb_connection_lis...
2017-09-19 Martin Schwenkectdb-protocol: Optionally print port for address printi...
2017-09-19 Martin Schwenkectdb-build: Split protocol-util as a separate subsystem
2017-09-14 Martin Schwenkectdb-tools: Drop monitoring-related ctdb commands
2017-09-09 Amitay Isaacsctdb-tools: Fix CID 1414746
2017-09-09 Amitay Isaacsctdb-tools: Use ssize_t instead of int for checking...
2017-08-31 Martin Schwenkectdb-tools: Remove broken natgwlist command
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_rec_buffer
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_ltdb_header
2017-08-14 Amitay Isaacsctdb-tools: Drop check_srvids command from ctdb tool
2017-08-14 Martin Schwenkectdb-tools: Remove duplicate code
2017-08-14 Martin Schwenkectdb-scripts: Ignore shellcheck SC2181 warning (use...
2017-08-14 Martin Schwenkectdb-tools: Avoid shellcheck SC2181 warnings (use of...
2017-08-14 Martin Schwenkectdb-tools: Use a clear and readable if-statement
2017-08-14 Martin Schwenkectdb-tools: Reformat and explain complex code
2017-08-14 Martin Schwenkectdb-tools: Avoid shellcheck SC2188 warning (redirect...
2017-06-29 Amitay Isaacsctdb-tools: Allow attach for replicated databases
2017-06-07 Amitay Isaacsctdb-client: Move eventd API to a separate header
2017-06-07 Amitay Isaacsctdb-client: Move sync API to a separate header
2017-06-07 Amitay Isaacsctdb-client: Move ctdb_ctrl_modflags() to ctdb tool
2017-06-07 Amitay Isaacsctdb-client: Add async api for detaching a database
2017-06-07 Amitay Isaacsctdb-tools: Use traverse api to re-implement ctdb catdb...
2017-06-07 Amitay Isaacsctdb-client: Rename ctdb_db_travese to ctdb_db_traverse...
2017-05-30 Amitay Isaacsctdb-tools: Always exit with positive return value
2017-05-25 Martin Schwenkectdb-tools: "ctdb nodestatus" should only display heade...
2017-05-25 Martin Schwenkectdb-tools: Stop "ctdb nodestatus" from always showing...
2017-03-29 Amitay Isaacsctdb-tools: Avoid deferencing argv[0] if argc == 0
2017-02-17 Andreas Schneiderctdb: Do not leak fd handle in control_restoredb()
2016-12-19 Martin Schwenkectdb-client: Add available-only option public IP fetching
2016-12-18 Amitay Isaacsctdb-tool: Drop disablescript, enablescript and eventsc...
2016-12-18 Amitay Isaacsctdb-tool: Add new command "event" to ctdb tool
2016-12-18 Amitay Isaacsctdb-tool: Add helper for talking to event daemon
2016-12-18 Amitay Isaacsctdb-tool: Improve error reporting if helper execution...
2016-12-18 Amitay Isaacsctdb-tool: Allow passing multiple command-line argument...
2016-12-16 Martin Schwenkectdb-tools: Don't trust non-hosting nodes in "ctdb...
2016-12-16 Martin Schwenkectdb-tools: Print PNN as int in "ctdb ip -v"
2016-12-16 Martin Schwenkectdb-tools: Skip GET_PUBLIC_IP_INFO for unassigned...
2016-12-16 Martin Schwenkectdb-tools: Fix memory corruption in "ctdb ip -v"
2016-12-16 Martin Schwenkectdb-tools: Fix sort order of "ctdb ip" output
2016-12-09 David Disseldorpctdb-build: move ctdb_etcd_lock to utils/etcd
next