drepl: Fix a typo
[samba.git] / ctdb /
2016-07-21 Martin Schwenkectdb-tests: Add shellcheck test suite
2016-07-21 Martin Schwenkectdb-tests: Add new test support script for script...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2006 (legacy...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2124 (string...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2155 (declare...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2059 ($ in...
2016-07-21 Martin Schwenkectdb-scripts: Avoid chellcheck warning SC2012 (ls for...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2012 (ls for...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2038 (find...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2039 (non...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2039 (test...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2094 (read...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2039 (echo -n)
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2039 (type...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2015 (A &...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warnings SC2119, SC2120...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2002 (useless...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2017 (arithmet...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC1004 (backslas...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2154 (unassign...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warnings SC2046, SC2086...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2034 (unused...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2004 ($ in...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warnings SC2030, SC2031...
2016-07-21 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2016 ($ in...
2016-07-21 Martin Schwenkectdb-scripts: Drop function ctdb_check_counter()
2016-07-21 Martin Schwenkectdb-scripts: Drop use of ctdb_check_counter from vsftp...
2016-07-21 Martin Schwenkectdb-scripts: Drop use of ctdb_check_counter from reclo...
2016-07-21 Martin Schwenkectdb-scripts: Drop use of ctdb_check_counter from httpd...
2016-07-21 Martin Schwenkectdb-scripts: Drop use of service_tcp_ports
2016-07-21 Martin Schwenkectdb-scripts: Event script indentation and whitespace...
2016-07-21 Martin Schwenkectdb-scripts: Drop use of ctdb_standard_event_handler()
2016-07-21 Martin Schwenkectdb-tests: New event script test for corrupt TDB checking
2016-07-21 Martin Schwenkectdb-tests: Add new httpd event script test
2016-07-21 Martin Schwenkectdb-tests: Add new vsftpd event script test
2016-07-21 Martin Schwenkectdb-tests: Add reclock event script tests
2016-07-21 Martin Schwenkectdb-scripts: Fix a bug in counter checking
2016-07-20 Martin Schwenkectdb-tools: Avoid uninitialised memory access
2016-07-20 Martin Schwenkectdb-client: Fix access after free error
2016-07-20 Martin Schwenkectdb-client: Fix incorrect variable reference
2016-07-11 Michael Adamctdb: fix autotest with socket-wrapper installed in...
2016-07-06 Martin Schwenkectdb-scripts: Quote some variable expansions
2016-07-06 Martin Schwenkectdb-scripts: Fix incorrect variable reference
2016-07-06 Martin Schwenkectdb-scripts: Use globs instead of ls to list files
2016-07-06 Martin Schwenkectdb-scripts: Fix incorrect variable reference
2016-07-06 Martin Schwenkectdb-scripts: Fix incorrect variable reference
2016-07-06 Martin Schwenkectdb-scripts: Update script boilerplate to avoid shellc...
2016-07-06 Martin Schwenkectdb-scripts: Export CTDB_BASE in functions file
2016-07-06 Martin Schwenkectdb-scripts: Drop optional argument to nfs_check_servi...
2016-07-05 Amitay Isaacsctdb-build: Exit if requested feature cannot be built
2016-07-05 Amitay Isaacsctdb-daemon: Log ctdb socket in the main daemon
2016-07-05 Amitay Isaacsctdb-pmda: CTDB client code does not require ctdb-...
2016-07-05 Amitay Isaacsctdb-daemon: Check if method is initialized before...
2016-07-05 Amitay Isaacsctdb-ib: Include system/wait.h for signal
2016-07-05 Amitay Isaacsctdb-client: Expose ctdb_ltdb_fetch in client API
2016-07-05 Amitay Isaacsctdb-client: Add debug messages to client db api
2016-07-05 Amitay Isaacsctdb-client: Fix implementation of transaction cancel
2016-07-05 Amitay Isaacsctdb-client: Add async version of transaction cancel
2016-07-05 Amitay Isaacsctdb-client: Fix implementation of transaction commit
2016-07-05 Amitay Isaacsctdb-client: Fix implementation of transaction start
2016-07-05 Amitay Isaacsctdb-client: During transaction commit fetch seqnum...
2016-07-05 Amitay Isaacsctdb-client: Release the g_lock record once the update...
2016-07-05 Amitay Isaacsctdb-client: Remove commented old g_lock implemention...
2016-07-05 Amitay Isaacsctdb-client: Release g_lock lock before retrying
2016-07-05 Amitay Isaacsctdb-client: Fix g_lock implementation
2016-07-05 Amitay Isaacsctdb-client: If g_lock lock conflicts, try again sooner
2016-07-05 Amitay Isaacsctdb-client: Factor out ctdb_client_get_server_id function
2016-07-05 Amitay Isaacsctdb-client: Use async version of delete_record in...
2016-07-05 Amitay Isaacsctdb-client: Fix implementation of delete_record
2016-07-05 Amitay Isaacsctdb-client: Add async version of delete_record
2016-07-05 Amitay Isaacsctdb-client: Fix ctdb_rec_buffer traversal routine
2016-07-05 Amitay Isaacsctdb-client: Add sync version of sending multiple messages
2016-07-05 Amitay Isaacsctdb-daemon: Improve log message
2016-07-05 Amitay Isaacsctdb-recoverd: Improve election win messages
2016-07-04 Martin Schwenkectdb-tests: Link to ctdb-ipalloc instead of using ctdbd...
2016-07-04 Martin Schwenkectdb-ipalloc: Drop implicit dependency on ctdb-common
2016-07-04 Martin Schwenkectdb-tests: Allow takeover tests to be run under valgrind
2016-07-04 Martin Schwenkectdb-tests: Drop use of CTDB context from takeover...
2016-07-04 Martin Schwenkectdb-ipalloc: IP allocation state is now an opaque...
2016-07-04 Martin Schwenkectdb-ipalloc: ipalloc() returns public IP list
2016-07-04 Martin Schwenkectdb-ipalloc: Move set_ipflags_internal() to ipalloc
2016-07-04 Martin Schwenkectdb-ipalloc: Switch set_ipflags_internal() to use...
2016-07-04 Martin Schwenkectdb-ipalloc: Move ipalloc state initialisation to...
2016-07-04 Martin Schwenkectdb-ipalloc: Pass extra data to IP allocation state...
2016-07-04 Martin Schwenkectdb-ipalloc: Make no_ip_failback a boolean
2016-07-04 Martin Schwenkectdb-ipalloc: Fix buggy short-circuit when no IPs are...
2016-07-04 Martin Schwenkectdb-ipalloc: New function ipalloc_can_host_ips()
2016-07-04 Martin Schwenkectdb-ipalloc: Drop known public IPs from IP allocation...
2016-07-04 Martin Schwenkectdb-ipalloc: Move create_merged_ip_list() into ipalloc
2016-07-04 Martin Schwenkectdb-ipalloc: New function ipalloc_set_public_ips()
2016-07-04 Martin Schwenkectdb-ipalloc: Remove function ctdb_reload_remote_public...
2016-07-04 Martin Schwenkectdb-ipalloc: Clean up reloading of remote public IPs
2016-07-04 Martin Schwenkectdb-ipalloc: Don't build a global IP tree
2016-07-04 Martin Schwenkectdb-ipalloc: Drop code to update IP assignment tree
2016-07-04 Martin Schwenkectdb-tools: Don't bother sending CTDB_SRVID_RECD_UPDATE_IP
2016-07-04 Martin Schwenkectdb-recoverd: Drop code to change the IP assignment...
2016-07-04 Martin Schwenkectdb-ipalloc: Drop remote IP verification
2016-07-04 Martin Schwenkectdb-ipalloc: Drop a use of CTDB_NO_MEMORY_NULL()
2016-07-04 Martin Schwenkectdb-ipalloc: Do not use node count or PNNs from CTDB...
2016-07-04 Martin Schwenkectdb-ipalloc: Drop an unnecessary check
next