ctdb-common: Rename system utility files
[vlendec/samba-autobuild/.git] / ctdb / tools / ctdb.c
2018-07-02 Martin Schwenkectdb-common: Rename system utility files
2018-04-27 Martin Schwenkectdb: Fix some -Werror=strict-overflow issues
2018-03-19 Martin Schwenkectdb-tools: No longer honour CTDB_NODES environment...
2018-03-19 Martin Schwenkectdb-tools: Drop testing hook from ctdb tool
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-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
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-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-06-29 Amitay Isaacsctdb-tools: Allow attach for replicated databases
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-25 Martin Schwenkectdb-tools: "ctdb nodestatus" should only display heade...
2017-05-25 Martin Schwenkectdb-tools: Stop "ctdb nodestatus" from always showing...
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: 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-05 Martin Schwenkectdb-logging: Drop enum debug_level
2016-11-29 Martin Schwenkectdb-common: Drop CTDB's copy of sys_read() and sys_write()
2016-10-27 Amitay Isaacsctdb-tool: Simplify using tdb_storev
2016-10-17 Volker Lendeckectdb: Fix format errors for time_t!=long
2016-09-08 Martin Schwenkectdb-tools: CID 1125617 String not null terminated...
2016-08-17 Martin Schwenkectdb-tools: Consistently use db_name
2016-08-17 Martin Schwenkectdb-tools: Fix CID 1125618 String not null terminated...
2016-08-17 Amitay Isaacsctdb-tools: Drop "ctdb rebalancenode"
2016-08-17 Amitay Isaacsctdb-tools: Drop "ctdb rebalanceip"
2016-08-17 Amitay Isaacsctdb-tools: Addition of IPs is deferred until the next...
2016-08-12 Volker Lendeckectdb: Fix the O3 developer build on RHEL7
2016-08-08 Amitay Isaacsctdb-tools: Use INVALID_GENERATION macro instead of...
2016-08-08 Martin Schwenkectdb-tools: "ctdb tickle" command should run without...
2016-08-08 Amitay Isaacsctdb-tools: Cancel transaction on error or if commit...
2016-08-08 Amitay Isaacsctdb-tools: Free temporary memory context before exiting
2016-08-08 Amitay Isaacsctdb-tools: Close tdb database on error
2016-08-08 Amitay Isaacsctdb-tools: Free connection list after processing it
2016-08-08 Martin Schwenkectdb-tools: Add early return for empty connection list
2016-08-08 Amitay Isaacsctdb-tools: Free tickle list before exiting
2016-08-08 Amitay Isaacsctdb-tools: Free record if it does not contain valid...
2016-08-08 Amitay Isaacsctdb-tools: Fix CID 1364706 - resource leak
2016-08-08 Amitay Isaacsctdb-tools: Fix CID 1364705 - resource leak
2016-08-08 Amitay Isaacsctdb-tools: Fix CID 1364704 - resource leak
2016-08-08 Amitay Isaacsctdb-tools: Fix CID 1364703 - resource leak
2016-08-08 Amitay Isaacsctdb-tools: Fix CID 1364702 - resource leak
2016-08-08 Amitay Isaacsctdb-tools: Fix CID 1364701 - resource leak
2016-08-08 Amitay Isaacsctdb-tools: Fix CID 1364699 - dereference after null...
2016-08-05 Volker Lendeckectdb: Fix uninitialized variable warnings
2016-07-28 Amitay Isaacsctdb-tool: Add replacement ctdb tool using new client API
2016-07-28 Amitay Isaacsctdb-tool: Remove old ctdb tool
2016-07-28 Amitay Isaacsctdb-daemon: Use consistent naming for monitoring mode
2016-07-25 Martin Schwenkectdb-tools: Simplify "ctdb getdbseqnum" output format
2016-07-25 Martin Schwenkectdb-tools: Simplify "ctdb getmonmode" output format
2016-07-25 Amitay Isaacsctdb-tool: Improve error output in "ctdb setdebug"
2016-07-25 Martin Schwenkectdb-tools: Simplify "ctdb getdebug" output format
2016-07-25 Martin Schwenkectdb-tools: Simplify "ctdb pnn" output format
2016-07-25 Martin Schwenkectdb-tools: Simplify "ctdb getpid" output format
2016-07-25 Amitay Isaacsctdb-tool: Simplify "ctdb process-exists"
2016-07-25 Amitay Isaacsctdb-tool: Improve "ctdb uptime" output format
2016-07-25 Amitay Isaacsctdb-tool: Fix a log message in "ctdb reloadnodes"
2016-07-25 Amitay Isaacsctdb-tool: Exit with 1 on failure instead of -1
2016-07-25 Amitay Isaacsctdb-tool: Drop arbitrary exit codes
2016-07-25 Amitay Isaacsctdb-tool: Log a message at INFO level
2016-07-25 Amitay Isaacsctdb-tool: Remove setdbprio and getdbprio commands
2016-07-25 Amitay Isaacsctdb-tool: Remove ctdb thaw command
2016-07-20 Martin Schwenkectdb-tools: Avoid uninitialised memory access
2016-07-04 Martin Schwenkectdb-tools: Don't bother sending CTDB_SRVID_RECD_UPDATE_IP
2016-06-07 Martin Schwenkectdb-tool: Drop support for "ctdb setreclock" command
2016-05-10 Amitay Isaacsctdb-tool: All errors should be logged via stderr
2016-05-10 Amitay Isaacsctdb-tool: Add test-hooks to enable testing of the...
2016-05-10 Amitay Isaacsctdb-tool: Remove xpnn command and related tests
2016-04-28 Martin Schwenkectdb-tools: Simplify "ctdb getreclock" output
2016-04-25 Martin Schwenkectdb-tools: Drop "ctdb natgwlist"
2016-04-25 Martin Schwenkectdb-tools: Add top-level "ctdb natgw" command
2016-04-25 Martin Schwenkectdb-daemon: Move port filtering to server side when...
next