libndr: Avoid assigning duplicate versions to symbols
[amitay/samba.git] / ctdb /
2020-10-06 Martin Schwenkectdb-tests: Strengthen node state checking in ctdb...
2020-10-06 Martin Schwenkectdb-recoverd: Drop unnecessary and broken code
2020-10-06 Martin Schwenkectdb-recoverd: Drop unnecessary code
2020-09-24 David Disseldorpctdb/test_ceph_rados_reclock: check for service registr...
2020-09-23 David Disseldorpctdb/doc: mention ctdb_mutex_ceph_rados_helper mgr...
2020-09-23 David Disseldorpctdb/ceph: register recovery lock holder with ceph-mgr
2020-09-11 Martin Schwenkectdb-daemon: Drop implementation of old-style database...
2020-09-11 Martin Schwenkectdb-protocol: Drop marshalling functions for old-style...
2020-09-11 Martin Schwenkectdb-protocol: Drop client functions for old-style...
2020-09-11 Martin Schwenkectdb-client: Drop unused synchronous functions for...
2020-09-11 Martin Schwenkectdb-recovery: Simplify database push function names
2020-09-11 Martin Schwenkectdb-recovery: Drop unnecessary database push wrapper
2020-09-11 Martin Schwenkectdb-recovery: Drop passing of capabilities into databa...
2020-09-11 Martin Schwenkectdb-recovery: Simplify database pull function names
2020-09-11 Martin Schwenkectdb-recovery: Remove use of old pull and push controls
2020-09-11 Martin Schwenkectdb-tests: Simplify comment in large database recovery...
2020-09-11 David Mulderctdb: Prevent man page duplication
2020-08-18 Martin Schwenkectdb-recoverd: Broadcast takeover run message when...
2020-08-18 Martin Schwenkectdb-recoverd: Rename update_local_flags() -> update_fl...
2020-08-18 Martin Schwenkectdb-recoverd: Change update_local_flags() to use alrea...
2020-08-18 Martin Schwenkectdb-recoverd: Get remote nodemaps earlier
2020-08-18 Martin Schwenkectdb-recoverd: Do not fetch the nodemap from the recove...
2020-08-18 Martin Schwenkectdb-recoverd: Change get_remote_nodemaps() to use...
2020-08-18 Martin Schwenkectdb-recoverd: Fix node_pnn check and assignment of...
2020-08-18 Martin Schwenkectdb-recoverd: Add fail callback to assign banning...
2020-08-18 Martin Schwenkectdb-recoverd: Add an intermediate state struct for...
2020-08-18 Martin Schwenkectdb-recoverd: Move memory allocation into get_remote_n...
2020-08-18 Martin Schwenkectdb-recoverd: Change signature of get_remote_nodemaps()
2020-08-18 Martin Schwenkectdb-recoverd: Fix a local memory leak
2020-08-18 Martin Schwenkectdb-recoverd: Basic cleanups for get_remote_nodemaps()
2020-08-17 Martin Schwenkectdb-doc: Link to CTDB page in wiki
2020-08-17 Martin Schwenkectdb-tools: Drop "ctdb isnotrecmaster" command
2020-08-03 Ralph Boehmelib: relicense smb_strtoul(l) under LGPLv3
2020-07-27 Martin Schwenkectdb-scripts: Use nfsconf as a last resort get nfsd...
2020-07-27 Martin Schwenkectdb-scripts: Use nfsconf as a last resort to set NFS_H...
2020-07-24 Martin Schwenkectdb: Change LVS to use leader/follower
2020-07-24 Martin Schwenkectdb: Change NAT gateway to use leader/follower
2020-07-24 Martin Schwenkectdb-recoverd: Simplify calculation of new flags
2020-07-24 Martin Schwenkectdb-recoverd: Correctly find nodemap entry for pnn
2020-07-24 Martin Schwenkectdb-recoverd: Do not retrieve nodemap from recovery...
2020-07-24 Martin Schwenkectdb-recoverd: Flatten update_flags_on_all_nodes()
2020-07-24 Martin Schwenkectdb-recoverd: Move ctdb_ctrl_modflags() to ctdb_recoverd.c
2020-07-24 Martin Schwenkectdb-recoverd: Improve a call to update_flags_on_all_no...
2020-07-24 Martin Schwenkectdb-recoverd: Use update_flags_on_all_nodes()
2020-07-24 Martin Schwenkectdb-recoverd: Introduce some local variables to improv...
2020-07-24 Martin Schwenkectdb-recoverd: Change update_flags_on_all_nodes() to...
2020-07-24 Martin Schwenkectdb-recoverd: Drop unused nodemap argument from update...
2020-07-22 Martin Schwenkectdb-tests: Improve test portability/quality
2020-07-22 Martin Schwenkectdb-tests: Improve test quality
2020-07-22 Martin Schwenkectdb-tests: Improve test portability
2020-07-22 Martin Schwenkectdb-tests: Improve test quality
2020-07-22 Martin Schwenkectdb-tests: Improve test portability
2020-07-22 Martin Schwenkectdb-tests: Drop uses of "onnode any ..." in testcases
2020-07-22 Martin Schwenkectdb-tests: Don't bother shutting down daemons in ctdb_...
2020-07-22 Martin Schwenkectdb-tests: Separate custom cluster startup from test...
2020-07-22 Martin Schwenkectdb-tests: Do not trigger ctdb_test_error() from ctdb_...
2020-07-22 Martin Schwenkectdb-tests: Make unit.sh pass shellcheck
2020-07-22 Martin Schwenkectdb-tests: Make integration.bash pass shellcheck
2020-07-22 Martin Schwenkectdb-tests: Use "#!/usr/bin/env bash" for improved...
2020-07-22 Martin Schwenkectdb-tests: Update preamble for INTEGRATION tests
2020-07-22 Martin Schwenkectdb-tests: Drop unreachable line
2020-07-22 Martin Schwenkectdb-tests: Redirect stderr too when checking for shell...
2020-07-22 Martin Schwenkectdb-tests: Show hung script debugging output
2020-07-22 Martin Schwenkectdb-tests: Enable SOCKET_WRAPPER_DIR_ALLOW_ORIG
2020-07-22 Martin Schwenkectdb-build: Don't build/install tests in top-level...
2020-07-22 Martin Schwenkectdb-tests: Stop cat command failure from causing test...
2020-07-22 Martin SchwenkeRevert "ctdb-build: Don't build/install tests in top...
2020-07-22 Martin SchwenkeRevert "ctdb-tests: Enable SOCKET_WRAPPER_DIR_ALLOW_ORIG"
2020-07-22 Martin SchwenkeRevert "ctdb-tests: Show hung script debugging output"
2020-07-22 Martin SchwenkeRevert "ctdb-tests: Redirect stderr too when checking...
2020-07-22 Martin SchwenkeRevert "ctdb-tests: Drop unreachable line"
2020-07-22 Martin SchwenkeRevert "ctdb-tests: Update preamble for INTEGRATION...
2020-07-22 Martin SchwenkeRevert "ctdb-tests: Use "#!/usr/bin/env bash" for impro...
2020-07-22 Martin SchwenkeRevert "ctdb-tests: Make integration.bash pass shellcheck"
2020-07-22 Martin SchwenkeRevert "ctdb-tests: Make unit.sh pass shellcheck"
2020-07-22 Martin SchwenkeRevert "ctdb-tests: Do not trigger ctdb_test_error...
2020-07-22 Martin SchwenkeRevert "ctdb-tests: Separate custom cluster startup...
2020-07-22 Martin SchwenkeRevert "ctdb-tests: Don't bother shutting down daemons...
2020-07-22 Martin SchwenkeRevert "ctdb-tests: Drop uses of "onnode any ..." in...
2020-07-22 Martin SchwenkeRevert "ctdb-tests: Improve test portability"
2020-07-22 Martin SchwenkeRevert "ctdb-tests: Improve test quality"
2020-07-22 Martin SchwenkeRevert "ctdb-tests: Improve test portability"
2020-07-22 Martin SchwenkeRevert "ctdb-tests: Improve test quality"
2020-07-22 Martin SchwenkeRevert "ctdb-tests: Improve test portability/quality"
2020-07-22 Martin SchwenkeRevert "ctdb-tests: Stop cat command failure from causi...
2020-07-22 Martin Schwenkectdb-tests: Stop cat command failure from causing test...
2020-07-22 Martin Schwenkectdb-tests: Improve test portability/quality
2020-07-22 Martin Schwenkectdb-tests: Improve test quality
2020-07-22 Martin Schwenkectdb-tests: Improve test portability
2020-07-22 Martin Schwenkectdb-tests: Improve test quality
2020-07-22 Martin Schwenkectdb-tests: Improve test portability
2020-07-22 Martin Schwenkectdb-tests: Drop uses of "onnode any ..." in testcases
2020-07-22 Martin Schwenkectdb-tests: Don't bother shutting down daemons in ctdb_...
2020-07-22 Martin Schwenkectdb-tests: Separate custom cluster startup from test...
2020-07-22 Martin Schwenkectdb-tests: Do not trigger ctdb_test_error() from ctdb_...
2020-07-22 Martin Schwenkectdb-tests: Make unit.sh pass shellcheck
2020-07-22 Martin Schwenkectdb-tests: Make integration.bash pass shellcheck
2020-07-22 Martin Schwenkectdb-tests: Use "#!/usr/bin/env bash" for improved...
2020-07-22 Martin Schwenkectdb-tests: Update preamble for INTEGRATION tests
2020-07-22 Martin Schwenkectdb-tests: Drop unreachable line
next