dbcheck: Allow removal of one-way links to missing objects
[metze/samba/wip.git] / ctdb /
2017-10-18 Amitay Isaacsctdb-tests: Add tests for event scripts with multiple...
2017-10-18 Amitay Isaacsctdb-common: Ignore event scripts with multiple '.'s
2017-10-16 Martin Schwenkectdb-tests: Check an unchecked return value
2017-10-16 Martin Schwenkectdb-test: Fix CID 1419118 (Error handling issues)
2017-10-16 Martin Schwenkectdb-client: Fix a typo
2017-10-16 Martin Schwenkectdb-tests: Strengthen some tests
2017-10-16 Martin Schwenkectdb-protocol: Fix typo in type of return variable
2017-10-10 Amitay Isaacsctdb-tests: Add interactive test for tunnels
2017-10-10 Amitay Isaacsctdb-tests: Add test for tunnels
2017-10-10 Amitay Isaacsctdb-protocol: Add tunnel id prefix for testing
2017-10-10 Amitay Isaacsctdb-client: Add client api for using tunnels
2017-10-10 Amitay Isaacsctdb-protocol: Add protocol marshalling for CTDB_REQ_TUNNEL
2017-10-10 Amitay Isaacsctdb-client: Add client code for tunnel controls
2017-10-10 Amitay Isaacsctdb-protocol: Add protocol marshalling for tunnel...
2017-10-10 Amitay Isaacsctdb-daemon: Add code to process ctdb_req_tunnel packets
2017-10-10 Amitay Isaacsctdb-protocol: Add req_tunnel counts to ctdb statistics
2017-10-10 Amitay Isaacsctdb-daemon: Add implementation of tunnel controls
2017-10-10 Amitay Isaacsctdb-protocol: Add controls to register/deregister...
2017-10-10 Amitay Isaacsctdb-protocol: Add REQ_TUNNEL packet type
2017-10-05 Martin Schwenkectdb-common: Make parse_ip() and parse_ipv4() static
2017-10-05 Martin Schwenkectdb-common: Replace parse_ip() -> ctdb_sock_addr_from_...
2017-10-05 Martin Schwenkectdb-tests: Replace parse_ip() -> ctdb_sock_addr_from_s...
2017-10-05 Martin Schwenkectdb-tools: Replace parse_ip() -> ctdb_sock_addr_from_s...
2017-10-05 Martin Schwenkectdb-common: Remove unused function parse_ip_port()
2017-10-05 Martin Schwenkectdb-tools: Replace parse_ip_port() -> ctdb_sock_addr_f...
2017-10-05 Martin Schwenkectdb-common: Remove unused function ctdb_parse_connecti...
2017-10-05 Martin Schwenkectdb-tools: Use ctdb_connection_list_read()
2017-10-05 Amitay Isaacsctdb-common: Do not queue a packet if queue does not...
2017-10-05 Amitay Isaacsctdb-tests: Send broadcast to connected nodes, not...
2017-10-05 Amitay Isaacsctdb-daemon: Send broadcast to connected nodes, not...
2017-09-26 Volker Lendeckectdb: Centralize ctdb_version_string
2017-09-26 Volker Lendeckectdbd: Fix a typo
2017-09-22 Amitay Isaacsctdb-tests: Add tests for client with multiple connections
2017-09-22 Amitay Isaacsctdb-tests: Add support for multiple ctdb connections...
2017-09-22 Amitay Isaacsctdb-tests: Check all connections from a process in...
2017-09-22 Amitay Isaacsctdb-daemon: Check all connections from a process in...
2017-09-21 Amitay Isaacsctdb-tests: Add tests for PID with srvid
2017-09-21 Amitay Isaacsctdb-tests: Implement control CHECK_PID_SRVID in fake...
2017-09-21 Amitay Isaacsctdb-tests: Reimplement message handlers using srvid...
2017-09-21 Amitay Isaacsctdb-tool: Update process-exists command to pass option...
2017-09-21 Amitay Isaacsctdb-client: Add client code for control CHECK_PID_SRVID
2017-09-21 Amitay Isaacsctdb-daemon: Add implementation of control CHECK_PID_SRVID
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-21 Amitay Isaacsctdb-common: Extend srvid_exists() check to support...
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: 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-common: Initialise socket addresses before reading...
2017-09-19 Martin Schwenkectdb-build: Split protocol-util as a separate subsystem
2017-09-19 Martin Schwenkectdb-build: Fix dependency for ctdbd
2017-09-18 Martin SchwenkeRevert "ctdb-daemon: Don't explicitly stop monitoring...
2017-09-18 Martin SchwenkeRevert "ctdb-daemon: Remove unused function ctdb_stop_m...
2017-09-14 Martin Schwenkectdb-protocol: Drop marshalling for monitor controls
2017-09-14 Martin Schwenkectdb-client: Drop client code for monitor controls
2017-09-14 Martin Schwenkectdb-client: Drop old client code for monitor controls
2017-09-14 Martin Schwenkectdb-daemon: Remove unused function ctdb_stop_monitoring()
2017-09-14 Martin Schwenkectdb-daemon: Drop monitoring mode
2017-09-14 Martin Schwenkectdb-tests: Drop implementation of monitor controls
2017-09-14 Martin Schwenkectdb-daemon: Drop implementation of monitor controls
2017-09-14 Martin Schwenkectdb-daemon: Mark monitoring controls obsolete
2017-09-14 Martin Schwenkectdb-docs: Drop mention of unimplemented commands
2017-09-14 Martin Schwenkectdb-tools: Drop monitoring-related ctdb commands
2017-09-14 Martin Schwenkectdb-daemon: Don't explicitly stop monitoring during...
2017-09-14 Martin Schwenkectdb-daemon: Don't explicitly disable monitoring around...
2017-09-14 Martin Schwenkectdb-daemon: Don't explicitly disable monitoring when...
2017-09-14 Martin Schwenkectdb-daemon: Skip monitoring when not in RUNNING runstate
2017-09-14 Martin Schwenkectdb-daemon: Skip monitoring when node is inactive
2017-09-14 Martin Schwenkectdb-tests: Drop unused monitoring status support
2017-09-14 Amitay Isaacsctdb-client: Initialize ctdb_ltdb_header completely...
2017-09-14 Amitay Isaacsctdb-daemon: Free up record data if a call request...
2017-09-12 Martin Schwenkectdb-tests: Add 31.clamd eventscript unit tests
2017-09-12 Martin Schwenkectdb-tests: Enhance ss stub to check for listening...
2017-09-12 Martin Schwenkectdb-scripts: Switch ctdb_check_unix_socket() to use ss
2017-09-12 Martin Schwenkectdb-scripts: Clean up ctdb_check_unix_socket()
2017-09-12 Martin Schwenkectdb-daemon: Don't release all IPs before "startup...
2017-09-12 Amitay Isaacsctdb-recoverd: Abort recovery/takeover if recmaster...
2017-09-12 Amitay Isaacsctdb-daemon: GET_DB_SEQNUM should read database conditi...
2017-09-12 Amitay Isaacsctdb-daemon: Add a function to check if db access is...
2017-09-12 Amitay Isaacsctdb-tests: Fix ctdb test binary name in path testing
2017-09-12 Martin Schwenkectdb-tests: Wait up to 30 seconds for process to be...
2017-09-09 Amitay Isaacsctdb-tests: Fix ctdb process-exist tests
2017-09-09 Amitay Isaacsctdb-tests: Add a dummy ctdb client for testing
next