libgpo: allow empty values in gp inifile parsing code.
[kamenim/samba-autobuild/.git] / ctdb /
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
2016-12-18 Amitay Isaacsctdb-daemon: Refactor check for valid events during...
2016-12-18 Amitay Isaacsctdb-protocol: Deprecate eventscript controls
2016-12-18 Amitay Isaacsctdb-protocol: Drop marshaling for eventscript controls
2016-12-18 Amitay Isaacsctdb-client: Drop client code for eventscript controls
2016-12-18 Amitay Isaacsctdb-daemon: Drop implementation of eventscript controls
2016-12-18 Amitay Isaacsctdb-tool: Drop disablescript, enablescript and eventsc...
2016-12-18 Amitay Isaacsctdb-tool: Add new command "event" to ctdb tool
2016-12-18 Amitay Isaacsctdb-tests: Add tests for event daemon
2016-12-18 Amitay Isaacsctdb-tool: Add helper for talking to event daemon
2016-12-18 Amitay Isaacsctdb-client: Add client api for eventd communication
2016-12-18 Amitay Isaacsctdb-eventd: Add event script handling daemon
2016-12-18 Amitay Isaacsctdb-protocol: Add marshalling for eventd protocol
2016-12-18 Amitay Isaacsctdb-protocol: Add data types for eventd communication
2016-12-18 Amitay Isaacsctdb-common: Add sock_daemon abstraction
2016-12-18 Amitay Isaacsctdb-common: Add generic socket I/O
2016-12-18 Amitay Isaacsctdb-common: Add run_proc abstraction
2016-12-18 Amitay Isaacsctdb-protocol: Add marshalling for int32_t
2016-12-18 Amitay Isaacsctdb-protocol: Fix marshalling of string with length
2016-12-18 Amitay Isaacsctdb-tool: Improve error reporting if helper execution...
2016-12-18 Amitay Isaacsctdb-tool: Allow passing multiple command-line argument...
2016-12-16 Martin Schwenkectdb-tools: Don't trust non-hosting nodes in "ctdb...
2016-12-16 Martin Schwenkectdb-tools: Print PNN as int in "ctdb ip -v"
2016-12-16 Martin Schwenkectdb-tools: Skip GET_PUBLIC_IP_INFO for unassigned...
2016-12-16 Martin Schwenkectdb-tools: Fix memory corruption in "ctdb ip -v"
2016-12-16 Martin Schwenkectdb-tools: Fix sort order of "ctdb ip" output
2016-12-16 Martin Schwenkectdb-tests: Add unit test for protocol utilities
2016-12-16 Martin Schwenkectdb-protocol: Add generalised socket address comparison
2016-12-16 Martin Schwenkectdb-tests: Fix "ctdb reloadips" simple test
2016-12-16 Amitay Isaacsctdb-build: Remove unnecessary intermediate build target
2016-12-16 Amitay Isaacsctdb-tests: Do not remove event script dir before shutt...
2016-12-16 Amitay Isaacsctdb-tests: Display filtered output when the test fails
2016-12-16 Amitay Isaacsctdb-daemon: Move function typedef to where it's used
2016-12-16 Amitay Isaacsctdb-scripts: Drop ctdb_check_service_reconfigure
2016-12-16 Amitay Isaacsctdb-scripts: Add explicit check for service reconfigur...
2016-12-16 Martin Schwenkectdb-scripts: Drop some tests for "reconfigure" event...
2016-12-09 David Disseldorpctdb: add test script for ctdb_mutex_ceph_rados_helper
2016-12-09 David Disseldorpctdb/doc: man page for Ceph RADOS cluster mutex helper
2016-12-09 David Disseldorpctdb: cluster mutex helper using Ceph RADOS
2016-12-09 David Disseldorpctdb-build: configure time switch for etcd support
2016-12-09 David Disseldorpctdb-build: move ctdb_etcd_lock to utils/etcd
2016-12-09 Amitay Isaacsctdb-build: Generate pre-built documentation in wscript...
2016-12-09 Amitay Isaacsctdb-build: Avoid duplicate list of man pages
2016-12-05 Jose A. Riveractdb: Add new helper ctdb_etcd_lock
2016-12-05 Amitay Isaacsctdb-recovery: Start recovery helper with ctdb_vfork_exec
2016-12-05 Amitay Isaacsctdb-locking: Start locking helper using ctdb_vfork_exec
2016-12-05 Amitay Isaacsctdb-daemon: Add ctdb_vfork_exec()
2016-12-05 Amitay Isaacsctdb-daemon: Log to stderr when running in interactive...
2016-12-05 Amitay Isaacsctdb-daemon: Initialize logging in recovery daemon
2016-12-05 Amitay Isaacsctdb-recoverd: Log a message when terminating
2016-12-05 Amitay Isaacsctdb-logging: Get rid of debug_extra
2016-12-05 Amitay Isaacsctdb-daemon: Remove setting of debug_extra
2016-12-05 Amitay Isaacsctdb-daemon: Remove setting of debug_extra from switch_...
2016-12-05 Amitay Isaacsctdb-daemon: Remove setting of debug_extra via ctdb_set...
2016-12-05 Amitay Isaacsctdb-daemon: Don't depend on debug_extra in exit handler
2016-12-05 Amitay Isaacsctdb-daemon: Fix debug messages
2016-12-05 Amitay Isaacsctdb-daemon: Consolidate initialization of logging...
2016-12-05 Amitay Isaacsctdb-logging: Remove duplicate logging code
2016-12-05 Amitay Isaacsctdb-logging: Refactor logging code
2016-12-05 Martin Schwenkectdb-logging: Use Samba's debug levels
2016-12-05 Martin Schwenkectdb-scripts: Update CTDB_SCRIPT_DEBUGLEVEL to be symbolic
2016-12-05 Martin Schwenkectdb-tests: Use symbolic debug levels in tool tests
next