summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb: strip trailing spaces from nodes file.Michael Adam2015-11-022-2/+28
* ctdb: open the RO tracking db with perms 0600 instead of 0000Michael Adam2015-10-291-1/+1
* ctdb-daemon: Correctly process the exit code from failed eventscriptsAmitay Isaacs2015-08-181-1/+5
* ctdb-daemon: Improve error handling for running event scriptsAmitay Isaacs2015-08-182-19/+39
* ctdb-tool: Correctly print timed out event scripts outputAmitay Isaacs2015-08-181-0/+8
* ctdb-build: Fix building of PCP PMDA moduleMartin Schwenke2015-08-171-1/+1
* ctdb-daemon: Check if updates are in flight when releasing all IPsMartin Schwenke2015-08-171-3/+15
* ctdb-banning: If node is already banned, do not run ctdb_local_node_got_banned()Amitay Isaacs2015-08-171-1/+6
* ctdb-tests: Add some 10.interfaces VLAN testsMartin Schwenke2015-07-222-0/+40
* ctdb-tests: Add VLAN support to the "ip link" stubMartin Schwenke2015-07-221-0/+48
* ctdb-tests: Interface number in "ip link show" stub defaults to 42Martin Schwenke2015-07-221-1/+1
* ctdb-scripts: Support monitoring of interestingly named VLANs on bondsMartin Schwenke2015-07-221-2/+26
* ctdb-scripts: Fix regression in VLAN interface supportMartin Schwenke2015-07-221-1/+2
* ctdb-daemon: Return correct sequence number for CONTROL_GET_DB_SEQNUMAmitay Isaacs2015-07-161-4/+1
* ctdb-ib: make sure the tevent_fd is removed before the fd is closedStefan Metzmacher2015-06-301-11/+10
* ctdb-locking: move all auto_mark logic into process_callbacks()Stefan Metzmacher2015-06-201-10/+2
* ctdb-locking: make process_callbacks() more robustStefan Metzmacher2015-06-201-3/+8
* ctdb-locking: Add a comment to explain auto_mark usageAmitay Isaacs2015-06-201-0/+4
* ctdb-locking: Avoid resetting talloc destructorAmitay Isaacs2015-06-201-2/+4
* ctdb-locking: Avoid memory leak in the failure caseAmitay Isaacs2015-06-201-0/+1
* ctdb-locking: Set destructor when lock_context is createdAmitay Isaacs2015-06-201-4/+1
* ctdb-locking: Set the lock_ctx->request to NULL when request is freedStefan Metzmacher2015-06-201-0/+6
* ctdb-locking: Avoid memory corruption in ctdb_lock_context_destructorStefan Metzmacher2015-06-201-0/+4
* ctdb-build: Specify absolute path to libsocket-wrapper.soAmitay Isaacs2015-04-271-1/+2
* ctdb-scripts: Add a 'rm' stub so statd-callout tests work correctlyAmitay Isaacs2015-04-271-0/+6
* ctdb-scripts: Remove unused function nfs_statd_update()Martin Schwenke2015-04-271-17/+0
* ctdb-scripts: Change statd-callout to be more scalableMartin Schwenke2015-04-2711-59/+123
* ctdb-scripts: Fix a regression in statd-calloutMartin Schwenke2015-04-271-1/+1
* ctdb-tests: Unit tests for statd-calloutMartin Schwenke2015-04-2711-13/+196
* ctdb-tests: Make setup of public addresses more obviousMartin Schwenke2015-04-271-11/+28
* ctdb-tests: Extend eventscript unit test infrastructure for other scriptsMartin Schwenke2015-04-271-6/+19
* ctdb-tests: Support testing scripts that change directoryMartin Schwenke2015-04-272-0/+8
* ctdb-tests: Extend ctdb stub to support "ip" with and without -XMartin Schwenke2015-04-271-8/+20
* ctdb-tests: Extend ctdb stub to support "ptrans", "pdelete", "catdb"Martin Schwenke2015-04-271-14/+88
* build: Move systemd checks to lib/utilChristof Schmitt2015-04-191-2/+0
* ctdb-scripts: Fix bashism in ctdbd_wrapper scriptLed2015-04-191-1/+1
* ctdb-scripts: Call iptables/ip6tables directly from iptables_wrapperMartin Schwenke2015-04-192-12/+8
* ctdb-tests: Fix tickle sniffing for IPv4Martin Schwenke2015-04-191-1/+1
* ctdb-scripts: Fix tunable setup code by making it shell-agnosticMartin Schwenke2015-04-191-3/+3
* ctdb-scripts: Don't use the GNU awk gensub() functionMartin Schwenke2015-04-194-7/+11
* ctdb-scripts: Try to deal with Ubuntu having /usr/sbin/serviceMartin Schwenke2015-04-191-0/+2
* ctdb: check for talloc_asprintf() failureDavid Disseldorp2015-04-191-5/+10
* ctdb: Coverity fix for CID 1291643Rajesh Joseph2015-04-191-2/+7
* ctdb: Fix CID 1125615 Copy into fixed size bufferVolker Lendecke2015-04-191-1/+6
* ctdb: Fix CID 1125634 Out-of-bounds writeVolker Lendecke2015-04-191-1/+1
* ctdb: Fix CID 1125613 Destination buffer too smallVolker Lendecke2015-04-191-1/+7
* ctdb: Introduce a helper var in ctdb_get_script_listVolker Lendecke2015-04-191-3/+5
* ctdb: Fix memleak in ctdb_get_script_listVolker Lendecke2015-04-191-2/+5
* ctdb: Make for-loop in ctdb_get_script_list more idiomaticVolker Lendecke2015-04-191-6/+7
* ctdb: Fix CID 1288201 Array compared against 0Volker Lendecke2015-04-191-4/+0