lib: Fix indentation
[kamenim/samba-autobuild/.git] / ctdb /
2015-05-04 Martin SchwenkeRevert "ctdb-recoverd: Abort when daemon can take recov...
2015-04-30 Martin Schwenkectdb-scripts: Add alternative network family monitoring...
2015-04-30 Amitay Isaacsctdb-scripts: Run tdb checker under timeout command
2015-04-30 Amitay Isaacsctdb-scripts: Add new configuration variable CTDB_MAX_O...
2015-04-27 Martin Schwenkectdb-scripts: New configuration variable CTDB_NODE_ADDRESS
2015-04-27 Martin Schwenkectdb-doc: Move --listen documentation from debugging...
2015-04-27 Martin Schwenkectdb-scripts: Simplify a command pipeline
2015-04-27 Martin Schwenkectdb-scripts: Replace uses of "ctdb pnn" with ctdb_get_...
2015-04-27 Martin Schwenkectdb-scripts: Changed uses of "ctdb xpnn" to ctdb_get_pnn()
2015-04-27 Martin Schwenkectdb-tests: New function ctdb_set_pnn() to change PNN
2015-04-27 Martin Schwenkectdb-scripts: New function ctdb_get_pnn() does cached...
2015-04-21 Volker Lendeckectdb: Fix the O3 developer build
2015-04-17 Rajesh Josephctdb: Coverity fix for CID 1125630
2015-04-17 Rajesh Josephctdb: Coverity fix for CID 1125625
2015-04-07 Martin Schwenkectdb-tests: Use ctdb_node_list_to_map() in tool stubs
2015-04-07 Martin Schwenkectdb-common: Move ctdb_node_list_to_map() to utilities
2015-04-07 Martin Schwenkectdb-daemon: Factor out new function ctdb_node_list_to_...
2015-04-07 Martin Schwenkectdb-tools: Drop the recovery from "reloadnodes"
2015-04-07 Martin Schwenkectdb-daemon: Don't delay reloading the nodes file
2015-04-07 Martin Schwenkectdb-recoverd: Avoid nodemap-related checks when recove...
2015-04-07 Martin Schwenkectdb-tool: Update "reloadnodes" to disable recoveries
2015-04-07 Martin Schwenkectdb-recoverd: New message ID CTDB_SRVID_DISABLE_RECOVERIES
2015-04-07 Martin Schwenkectdb-recoverd: Simplify disable_ip_check_handler()...
2015-04-07 Martin Schwenkectdb-recoverd: Add slightly more abstraction for disabl...
2015-04-07 Martin Schwenkectdb-recoverd: Reimplement ReRecoveryTimeout using...
2015-04-07 Martin Schwenkectdb-recoverd: Use a goto for do_recovery() failures
2015-04-07 Martin Schwenkectdb-recoverd: Reimplement disabling takeover runs...
2015-04-07 Martin Schwenkectdb-recoverd: Add a new abstraction ctdb_op_disable()
2015-04-07 Martin Schwenkectdb-daemon: Pass on consistent flag information to...
2015-04-07 Martin Schwenkectdb-tests: Add "ctdb reloadnodes" test for "node remai...
2015-04-07 Martin Schwenkectdb-tools: Fix spurious messages about deleted nodes...
2015-04-01 David Disseldorpctdb: check for talloc_asprintf() failure
2015-04-01 Rajesh Josephctdb: Coverity fix for CID 1291643
2015-03-27 Amitay Isaacsctdb-tests: Switch to tcp check in rpcinfo stub
2015-03-27 Amitay Isaacsctdb-scripts: Use tcp connection for checking RPC services
2015-03-27 Martin Schwenkectdb-scripts: Respect $RPCMOUNTDOPTS when restarting...
2015-03-27 Amitay Isaacsctdb-daemon: Drop tunable that is no longer in use
2015-03-27 Amitay Isaacsctdb-recoverd: Fix typo in comment
2015-03-26 Jelmer VernooijMove waf into third_party/.
2015-03-26 Volker Lendeckectdb: Fix CID 1125615 Copy into fixed size buffer
2015-03-26 Volker Lendeckectdb: Fix CID 1125634 Out-of-bounds write
2015-03-23 Christof Schmittbuild: Move systemd checks to lib/util
2015-03-23 Martin Schwenkectdb-tools: Use a broadcast to connected nodes for...
2015-03-23 Martin Schwenkectdb-tests: Add unit tests for "reloadnodes" sanity...
2015-03-23 Martin Schwenkectdb-tools: Sanity check changes before processing...
2015-03-23 Martin Schwenkectdb-tests: Add "ctdb reloadnodes" unit tests
2015-03-23 Martin Schwenkectdb-tools: Add cross-node file comparison to "reloadnodes"
2015-03-23 Martin Schwenkectdb-tests: Test stub for ctrl_getnodesfile()
2015-03-23 Martin Schwenkectdb-daemon: New control CTDB_CONTROL_GET_NODES_FILE
2015-03-23 Martin Schwenkectdb-tools: "reloadnodes" should only run against curre...
2015-03-23 Martin Schwenkectdb-tools: Remove unused struct pnn_node and function...
2015-03-23 Martin Schwenkectdb-tools: Reimplement read_natgw_nodes_file() using...
2015-03-23 Martin Schwenkectdb-tools: Reimplement read_nodes_file() using ctdb_ge...
2015-03-23 Martin Schwenkectdb-daemon: Move ctdb_read_nodes_file() to utilities
2015-03-23 Martin Schwenkectdb-daemon: Factor out node parsing code
2015-03-23 Martin Schwenkectdb-daemon: Store node addresses as ctdb_sock_addr...
2015-03-23 Martin Schwenkectdb-common: Drop ctdb context from ctdb_parse_address()
2015-03-23 Martin Schwenkectdb-daemon: Remove function ctdb_add_deleted_node()
2015-03-23 Martin Schwenkectdb-daemon: Set node PNN in one place
2015-03-23 Martin Schwenkectdb-daemon: Move VNN map initialisation out of node...
2015-03-23 Martin Schwenkectdb-tests: Fix error return for ctdb_client_async_cont...
2015-03-23 Martin Schwenkectdb-tests: Add asserts to ensure that pointers are set
2015-03-20 Amitay Isaacsctdb-tests: Avoid early exits in scripts that appear...
2015-03-20 Amitay Isaacsctdb-scripts: Simplify 00.ctdb event script
2015-03-16 Martin Schwenkectdb-tests: Add tests for "ctdb reloadips" and "ctdb...
2015-03-16 Martin Schwenkectdb-tools: Drop a debug message to DEBUG level
2015-03-16 Martin Schwenkectdb-tests: Add stub for ctdb_client_async_control()
2015-03-16 Martin Schwenkectdb-tests: Add stub for ctdb_ctrl_reload_nodes_file()
2015-03-16 Martin Schwenkectdb-tests: Add stubs for some CTDB client messaging...
2015-03-16 Martin Schwenkectdb-tests: Test stub fixes
2015-03-16 Martin Schwenkectdb-tests: Handle deleted nodes when loading fake...
2015-03-16 Martin Schwenkectdb-tests: Support CTDB_DEBUGLEVEL in tool tests
2015-03-16 Martin Schwenkectdb-tests: Add ctdb_ctrl_setrecmode() stub
2015-03-16 Martin Schwenkectdb-eventscripts: Make 11.natgw stateful
2015-03-13 Volker Lendeckectdb: Fix CID 1125613 Destination buffer too small
2015-03-13 Volker Lendeckectdb: Introduce a helper var in ctdb_get_script_list
2015-03-13 Volker Lendeckectdb: Fix memleak in ctdb_get_script_list
2015-03-13 Volker Lendeckectdb: Make for-loop in ctdb_get_script_list more idiomatic
2015-03-13 Volker Lendeckectdb: Fix whitespace
2015-03-11 Volker Lendeckectdb: Fix CID 1288201 Array compared against 0
2015-03-10 Volker Lendeckectdb: Fix 1125553 Buffer not null terminated
2015-03-10 Martin Schwenkectdb-daemon: Use statically allocated arrays for helper...
2015-03-10 Martin Schwenkectdb-common: New function ctdb_set_helper()
2015-03-06 Martin Schwenkectdb-tests: Check for readable, not executable, script
2015-03-05 Amitay Isaacsctdb-locking: Back-off from logging every 10 seconds
2015-03-05 Amitay Isaacsctdb-tests: Correctly cascade test failures from the...
2015-03-05 Amitay Isaacsctdb-scripts: Add a 'rm' stub so statd-callout tests...
2015-03-04 Amitay Isaacsctdb-build: Specify absolute path to libsocket-wrapper.so
2015-03-04 Martin Schwenkectdb-tests: Remove the old, confusing INSTALL script
2015-03-04 Martin Schwenkectdb-scripts: Remove unused function nfs_statd_update()
2015-03-04 Martin Schwenkectdb-scripts: Change statd-callout to be more scalable
2015-03-04 Martin Schwenkectdb-scripts: Fix a regression in statd-callout
2015-03-04 Martin Schwenkectdb-tests: Unit tests for statd-callout
2015-03-04 Martin Schwenkectdb-tests: Make setup of public addresses more obvious
2015-03-04 Martin Schwenkectdb-tests: Extend eventscript unit test infrastructure...
2015-03-04 Martin Schwenkectdb-tests: Support testing scripts that change directory
2015-03-04 Martin Schwenkectdb-tests: Extend ctdb stub to support "ip" with and...
2015-03-04 Martin Schwenkectdb-tests: Extend ctdb stub to support "ptrans", ...
2015-02-24 Amitay Isaacsctdb-io: Do not use sys_write to write to client sockets
2015-02-18 Martin Schwenkectdb-scripts: Improve messages about invalid tunables...
next