summaryrefslogtreecommitdiff
path: root/ctdb
AgeCommit message (Expand)AuthorFilesLines
2023-01-18ctdb: Fix the build on FreeBSDVolker Lendecke1-0/+1
2022-10-06ctdb: Fix a use-after-free in run_procVolker Lendecke1-2/+3
2022-09-20ctdb-scripts: Add debugging variable CTDB_KILLTCP_DEBUGLEVELMartin Schwenke1-1/+7
2022-09-20ctdb-common: Support IB in pcap-based captureMartin Schwenke1-0/+2
2022-09-20ctdb-common: Support "any" interface for pcap-based captureMartin Schwenke1-1/+49
2022-09-20ctdb-common: Add packet type detection to pcap-based captureMartin Schwenke1-18/+49
2022-09-20ctdb-tools: Improve/add debugMartin Schwenke1-6/+7
2022-09-20ctdb-common: Improve/add debugMartin Schwenke1-2/+6
2022-09-20ctdb-common: Use pcap_get_selectable_fd()Martin Schwenke1-1/+1
2022-09-20ctdb-common: Stop a pcap-related crash on errorMartin Schwenke1-2/+5
2022-09-20ctdb-common: Fix a warning in the pcap codeMartin Schwenke1-2/+2
2022-09-20ctdb-common: Do not use raw socket when ENABLE_PCAP is definedMartin Schwenke1-3/+3
2022-09-20ctdb-common: Move a misplaced commentMartin Schwenke1-7/+6
2022-09-20ctdb-build: Add --enable-pcap configure optionMartin Schwenke1-1/+6
2022-09-20ctdb-build: Use pcap-config when availableMartin Schwenke1-0/+6
2022-09-16ctdb-tests: Reformat remaining test stubs with "shfmt -w -p -i 0 -fn"Martin Schwenke26-573/+647
2022-09-16ctdb-tests: Include eventscript stub commands in shellcheck testMartin Schwenke1-0/+4
2022-09-16ctdb-tests: Avoid shellcheck warnings in remaining test stubsMartin Schwenke10-44/+64
2022-09-16ctdb-scripts: Simplify determination of real interfaceMartin Schwenke1-17/+7
2022-09-16ctdb-tests: Implement "ip -brief link show" in ip stubMartin Schwenke1-4/+30
2022-09-16ctdb-tests: Avoid ShellCheck warningsMartin Schwenke1-38/+42
2022-09-16ctdb-tests: Reformat script with "shfmt -w -p -i 0 -fn"Martin Schwenke1-524/+648
2022-09-16ctdb-scripts: Drop assumption that there are VLANs with no '@'Martin Schwenke1-6/+1
2022-09-12Fix spelling mistakes.Michael Tokarev1-1/+1
2022-08-25ctdb-tests: Avoid shellcheck warningsMartin Schwenke1-3/+5
2022-08-25ctdb-tests: Simplify IP address checkingMartin Schwenke1-19/+10
2022-08-25ctdb-tests: Fix typosMartin Schwenke1-2/+2
2022-08-25ctdb-tests: Reformat script using shfmt -w -p -i 0 -fnMartin Schwenke1-12/+12
2022-08-01ctdb-common: CID 1507498: Control flow issues (DEADCODE)Martin Schwenke3-1/+41
2022-07-28ctdb-tests: Add tests for cluster mutex I/O timeoutMartin Schwenke2-0/+128
2022-07-28ctdb-tests: Terminate event loop if lock is no longer heldMartin Schwenke1-1/+1
2022-07-28ctdb-mutex: Test the lock by locking a 2nd byte rangeMartin Schwenke1-0/+17
2022-07-28ctdb-mutex: open() and fstat() when testing lock fileMartin Schwenke2-6/+26
2022-07-28ctdb-mutex: Factor out function fcntl_lock_fd()Martin Schwenke1-12/+25
2022-07-28ctdb-mutex: Handle pings from lock checking child to parentMartin Schwenke1-13/+45
2022-07-28ctdb-mutex: Do inode checks in a child processMartin Schwenke2-30/+288
2022-07-28ctdb-mutex: Rename wait_for_lost to lock_io_checkMartin Schwenke1-18/+21
2022-07-28ctdb-mutex: Rename recheck_time to recheck_intervalMartin Schwenke3-19/+19
2022-07-28ctdb-mutex: Consistently use progname in error messagesMartin Schwenke1-13/+15
2022-07-28ctdb-tests: Add tests for trivial FD monitoringMartin Schwenke5-0/+1102
2022-07-28ctdb-common: Add trivial FD monitoring abstractionMartin Schwenke3-2/+831
2022-07-28ctdb-build: Link in backtrace support for ctdb_util_testsMartin Schwenke1-2/+10
2022-07-28ctdb-build: Separate test backtrace support into separate subsystemMartin Schwenke1-3/+8
2022-07-28ctdb-build: Sort sources in ctdb-util and ctdb_unit_testsMartin Schwenke1-19/+30
2022-07-28ctdb-daemon: Fix printing of tickle ACKsMartin Schwenke1-1/+1
2022-07-22ctdb-build: Add missing dependency on tallocMartin Schwenke2-1/+2
2022-07-22ctdb-tests: Work around unreadable file test failure when rootMartin Schwenke1-1/+7
2022-07-22ctdb-scripts: Use "git config" as last resort to parse nfs.confMartin Schwenke1-2/+7
2022-07-22ctdb-scripts: Avoid ShellCheck warning SC2295Martin Schwenke4-7/+9
2022-07-22ctdb-common: Use POSIX if_nameindex() to check interface existenceMartin Schwenke3-38/+33