ctdb-ipalloc: Switch available_on to struct bitmap
[sfrench/samba-autobuild/.git] / ctdb /
2017-02-24 Martin Schwenkectdb-ipalloc: Switch available_on to struct bitmap
2017-02-24 Martin Schwenkectdb-takeover: Short circuit if fetching IPs from no...
2017-02-24 Martin Schwenkectdb-takeover: Allocate IP list unconditionally in...
2017-02-24 Martin Schwenkectdb-tests: Add synchronisation points in reload IPs...
2017-02-24 Martin Schwenkectdb-doc: Update instructions in example NFS Ganesha...
2017-02-24 Martin Schwenkectdb-doc: Fix monitoring bug in example NFS Ganesha...
2017-02-24 Martin Schwenkectdb-doc: Fix shellcheck warning in example NFS ganesha...
2017-02-24 Martin Schwenkectdb-doc: Make example NFS Ganesha call-out almost...
2017-02-24 Martin Schwenkectdb-doc: Whitespace fixes in example NFS ganesha callout
2017-02-24 Martin Schwenkectdb-utils: CID 1343331 Unchecked return value from...
2017-02-24 Martin Schwenkectdb-logging: CID 1396883 Dereference null return value...
2017-02-23 Andreas Schneiderctdb: Fix posible NULL deref in logging_init()
2017-02-23 Amitay Isaacsctdb-build: Add make target for generating manpages
2017-02-23 Amitay Isaacsctdb-build: Split dist() target to generate manpages...
2017-02-22 Chris LambCorrect "acheive" typos.
2017-02-22 Chris LambCorrect "paramter" typos.
2017-02-22 Chris LambCorrect "overriden" typos.
2017-02-22 Chris LambCorrect "occured" typos.
2017-02-22 Chris LambCorrect "supressed" typo.
2017-02-22 Chris LambCorrect "recived" typo.
2017-02-22 Chris LambCorrect "progess" typo.
2017-02-22 Chris LambCorrect "emty" typo.
2017-02-22 Chris LambCorrect "doesnt" typos.
2017-02-17 Andreas Schneiderctdb: Do not leak fd handle in control_restoredb()
2017-02-17 Amitay Isaacsctdb-daemon: Use sock_clean() to remove stale sockets
2017-02-17 Amitay Isaacsctdb-common: Refactor code to remove a stale socket
2017-02-17 Amitay Isaacsctdb-locking: Remove unnecessary global variable
2017-02-16 Martin Schwenkectdb-scripts: Initialise CTDB_NFS_CALLOUT in statd...
2017-02-16 Amitay Isaacsctdb-tests: Add more comm tests
2017-02-16 Amitay Isaacsctdb-common: Fix use-after-free error in comm_fd_handler()
2017-02-15 Volker Lendeckectdb: Only build test_mutex_raw.c on Linux
2017-02-02 Amitay Isaacsctdb-build: Install CTDB tests correctly from toplevel
2017-02-01 Amitay Isaacsctdb-common: ioctl(.. FIONREAD ..) returns an int value
2017-01-31 Amitay Isaacsctdb-tests: Use replace headers instead of system headers
2017-01-31 Amitay Isaacsctdb-tests: Do not build mutex test if robust mutexes...
2017-01-20 Martin Schwenkectdb-docs: Document configuration variable CTDB_NFS_CHE...
2017-01-20 Martin Schwenkectdb-scripts: Avoid log noise when NFS checks directory...
2017-01-20 Amitay Isaacsctdb-tests: Drop calls to ctdb_service_managed and...
2017-01-17 Amitay Isaacsctdb-daemon: Remove stale eventd socket
2017-01-17 Martin Schwenkectdb-tests: Add "13.per_ip_routing shutdown" test
2017-01-17 Martin Schwenkectdb-scripts: Fix regression when cleaning up routing...
2017-01-17 Martin Schwenkectdb-scripts: Fix remaining uses of "ctdb gratiousarp"
2017-01-16 Amitay Isaacsctdb-common: Add wait_send/wait_recv to sock_daemon_funcs
2017-01-16 Amitay Isaacsctdb-common: Avoid any processing after finishing teven...
2017-01-16 Amitay Isaacsctdb-common: Pass tevent_req to the computation sub...
2017-01-16 Amitay Isaacsctdb-common: Use consistent naming for sock_daemon_run...
2017-01-16 Amitay Isaacsctdb-common: Correct name of sock_daemon_run_send/recv...
2017-01-16 Amitay Isaacsctdb-tests: Fix name of the variable representing init...
2017-01-16 Martin Schwenkectdb-scripts: Drop configuration variable CTDB_SCRIPT_D...
2017-01-16 Martin Schwenkectdb-scripts: Drop function ctdb_check_command()
2017-01-16 Martin Schwenkectdb-scripts: Inline simple uses of service_start(...
2017-01-16 Martin Schwenkectdb-scripts: Remove ctdb_service_start() and ctdb_serv...
2017-01-16 Martin Schwenkectdb-scripts: Drop unnecessary function ctdb_check_tcp_...
2017-01-16 Martin Schwenkectdb-scripts: Simplify TCP port checking
2017-01-16 Martin Schwenkectdb-scripts: Drop configuration variable CTDB_SERVICE_...
2017-01-12 Martin Schwenkectdb-tests: Add takeover helper tests with banned/disco...
2017-01-12 Martin Schwenkectdb-takeover: Handle case where there are no RELEASE_I...
2017-01-12 Amitay Isaacsctdb-takeover: Known and available IP lists should...
2017-01-12 Amitay Isaacsctdb-tests: Add robust mutex test
2017-01-12 Amitay Isaacsctdb-locking: Explicitly unlock record/db in lock helper
2017-01-12 Amitay Isaacsctdb-locking: Remove support for locking multiple databases
2017-01-06 Amitay Isaacsctdb-tests: Do not attempt to unregister the join handl...
2017-01-06 Amitay Isaacsctdb-tests: Add tests for generic socket I/O
2017-01-06 Amitay Isaacsctdb-common: Fix a bug in packet reading code for gener...
2017-01-06 Amitay Isaacsctdb-tests: Add another test for sock_daemon
2017-01-06 Amitay Isaacsctdb-common: Simplify async computation for sock_socket...
2016-12-28 Martin Schwenkectdb-takeover: Clean up when exiting on error
2016-12-28 Martin Schwenkectdb-takeover: Fix CID 1398169 Unchecked return value
2016-12-27 Volker Lendeckectdb: Fix CID 1398175 Dereference after null check
2016-12-27 Volker Lendeckectdb: Fix CID 1398178 Argument cannot be negative
2016-12-27 Volker Lendeckectdb: Fix CID 1398179 Argument cannot be negative
2016-12-19 Martin Schwenkectdb-tests: Remove the python LCP2 simulation
2016-12-19 Martin Schwenkectdb-takeover: Drop unused ctdb_takeover_run() and...
2016-12-19 Martin Schwenkectdb-recoverd: Integrate takeover helper
2016-12-19 Martin Schwenkectdb-recoverd: Generalise helper state, handler and...
2016-12-19 Martin Schwenkectdb-tests: Add tests for takeover helper
2016-12-19 Martin Schwenkectdb-tests: New function unit_test_notrace()
2016-12-19 Martin Schwenkectdb-takeover: Add takeover helper
2016-12-19 Martin Schwenkectdb-takeover: IPAllocAlgorithm replaces LCP2PublicIPs...
2016-12-19 Martin Schwenkectdb-takeover: NoIPHostOnAllDisabled is global across...
2016-12-19 Martin Schwenkectdb-takeover: NoIPTakeover is global across cluster
2016-12-19 Martin Schwenkectdb-docs: Document that tunables should be set the...
2016-12-19 Martin Schwenkectdb-tests: Add faking of control failures/timeouts...
2016-12-19 Martin Schwenkectdb-tests: Add IPREALLOCATED control to fake_ctdbd
2016-12-19 Martin Schwenkectdb-tests: Add TAKEOVER_IP control to fake_ctdbd
2016-12-19 Martin Schwenkectdb-tests: Add RELEASE_IP control to fake_ctdbd
2016-12-19 Martin Schwenkectdb-tests: Add tool tests for "ctdb ip"
2016-12-19 Martin Schwenkectdb-tests: Implement GET_PUBLIC_IPS control in fake_ctdbd
2016-12-19 Martin Schwenkectdb-tests: Add tool tests for "ctdb ipinfo"
2016-12-19 Martin Schwenkectdb-tests: Implement GET_PUBLIC_IP_INFO control in...
2016-12-19 Martin Schwenkectdb-tests: Factor out get_ctdb_iface_list()
2016-12-19 Martin Schwenkectdb-tests: Add public IP state to fake_ctdbd
2016-12-19 Martin Schwenkectdb-tests: Factor out reading of known public IP addresses
2016-12-19 Martin Schwenkectdb-tests: Allow FAKE_CTDBD_DEBUGLEVEL to be specified
2016-12-19 Martin Schwenkectdb-tests: Make fake_ctdbd use logging_init()
2016-12-19 Martin Schwenkectdb-client: Add available-only option public IP fetching
2016-12-19 Martin Schwenkectdb-protocol: Move CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE...
2016-12-18 Amitay Isaacsctdb-daemon: Remove ctdb_event_helper
2016-12-18 Amitay Isaacsctdb-daemon: Switch to using event daemon
2016-12-18 Amitay Isaacsctdb-daemon: Add functions to talk to event daemon
next