ctdb/events: add 47.samba-dcerpcd.script
[metze/samba-autobuild/.git] / ctdb / server / ctdb_takeover.c
2024-01-04 Stefan Metzmacherctdb: send a CTDB_SRVID_IPREALLOCATED message after...
2023-12-15 Martin Schwenkectdb-server: Drop unnecessary copy of destination address
2023-12-15 Martin Schwenkectdb-daemon: Use ctdb_connection_to_buf() to simplify
2023-12-15 Stefan Metzmacherctdb: add/implement CTDB_CONTROL_TCP_CLIENT_PASSED
2023-12-15 Stefan Metzmacherctdb: add/implement CTDB_CONTROL_TCP_CLIENT_DISCONNECTED
2023-12-15 Stefan Metzmacherctdb: make use of ctdb_canonicalize_ip_inplace() in...
2023-12-15 Stefan Metzmacherctdb: remove unused ctdb->client_ip_list and print...
2023-03-24 Andreas Schneiderctdb:server: Fix code spelling
2022-07-28 Martin Schwenkectdb-daemon: Fix printing of tickle ACKs
2022-07-22 Martin Schwenkectdb-daemon: Modernise debug in ctdb_add_public_address()
2022-07-22 Martin Schwenkectdb-daemon: Avoid spurious error sending ARPs for...
2022-07-22 Martin Schwenkectdb-daemon: Modernise debug in ctdb_control_send_arp()
2022-05-31 Martin Schwenkectdb-daemon: Remove unused #includes of rb_tree.h
2019-09-01 Mathieu ParentSpelling fixes s/ dont / don't /
2019-07-05 Martin Schwenkectdb-daemon: Fix signed/unsigned comparisons by using...
2019-07-05 Martin Schwenkectdb-daemon: Fix signed/unsigned comparisons by declari...
2019-06-04 Stefan Metzmacherctdb:takeover: add better debugging when a client conne...
2018-08-30 Martin Schwenkectdb-common: Fix error handling when sending ARPs
2018-08-24 Martin Schwenkectdb-config: Switch tunable DisableIPFailover to a...
2018-07-28 Amitay Isaacsctdb-daemon: Switch to using ETIMEDOUT instead of ETIME
2018-07-27 Martin Schwenkectdb-daemon: Switch to using ctdb_sock_addr_mask_from_s...
2018-07-11 Martin Schwenkectdb-daemon: Stop inactive/disabled nodes from reportin...
2018-07-02 Martin Schwenkectdb-common: Rename system utility files
2018-03-19 Martin Schwenkectdb-daemon: Drop ctdbd --public-interface option
2018-03-19 Martin Schwenkectdb-daemon: Provide a default location for public...
2017-11-30 Amitay Isaacsctdb-takeover: Send tcp tickles immediately on STARTUP...
2017-11-30 Amitay Isaacsctdb-takeover: Refactor code to send tickle lists for...
2017-08-10 Martin Schwenkectdb-takeover: Do not call ctdb_announce_vnn_iface...
2017-02-22 Chris LambCorrect "progess" typo.
2017-02-22 Chris LambCorrect "doesnt" typos.
2016-12-19 Martin Schwenkectdb-takeover: Drop unused ctdb_takeover_run() and...
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-05 Amitay Isaacsctdb-daemon: Remove setting of debug_extra
2016-12-05 Amitay Isaacsctdb-daemon: Remove setting of debug_extra from switch_...
2016-11-29 Martin Schwenkectdb-common: Drop CTDB's copy of sys_read() and sys_write()
2016-09-14 Martin Schwenkectdb-ipalloc: ipalloc_set_public_ips() can't fail
2016-09-08 Martin Schwenkectdb-daemon: Compare interface pointers instead of...
2016-09-08 Martin Schwenkectdb-daemon: Use ctdb_find_iface() instead of duplicati...
2016-09-08 Martin Schwenkectdb-deamon: Rename vnn_has_interface_with_name() to...
2016-09-08 Martin Schwenkectdb-daemon: Drop redundant uses of ctdb_find_iface()
2016-09-08 Martin Schwenkectdb-daemon: Make vnn->iface a list of new struct vnn_i...
2016-09-08 Martin Schwenkectdb-daemon: Change ctdb_add_local_iface() to return...
2016-09-08 Martin Schwenkectdb-daemon: Move interface addition into interface...
2016-09-08 Martin Schwenkectdb-daemon: Drop some uses of CTDB_NO_MEMORY{,_FATAL}()
2016-09-08 Martin Schwenkectdb-daemon: Consolidate interface checking with interf...
2016-09-08 Martin Schwenkectdb-daemon: Replace some uses of CTDB_NO_MEMORY_FATAL()
2016-09-08 Martin Schwenkectdb-daemon: Move and improve public IP duplicate checking
2016-09-08 Martin Schwenkectdb-daemon: Drop use of strdup(3) and free(3) when...
2016-09-01 Martin Schwenkectdb-daemon: Don't steal control structure before synch...
2016-08-21 Martin Schwenkectdb-daemon: When releasing an IP, update PNN in callback
2016-08-21 Martin Schwenkectdb-daemon: Rename takeover_callback_state -> release_...
2016-08-18 Martin Schwenkectdb-ipalloc: Fix cumulative takeover timeout
2016-08-17 Martin Schwenkectdb-daemon: Fix takeover of incorrectly assigned publi...
2016-08-17 Martin Schwenkectdb-daemon: Avoid referencing NULL pointer due to...
2016-08-17 Martin SchwenkeRevert "When adding an ip at runtime, it might not...
2016-08-17 Martin Schwenkectdb-daemon: Drop special case handling for new IP...
2016-08-17 Martin Schwenkectdb-daemon: Use release_ip_post() when releasing all...
2016-08-17 Martin Schwenkectdb-daemon: Factor out new function release_ip_post()
2016-08-17 Martin Schwenkectdb-daemon: Do not copy address for RELEASE_IP message
2016-08-17 Martin Schwenkectdb-daemon: Do not update the VNN state on RELEASE_IP...
2016-08-17 Martin Schwenkectdb-daemon: Try to release IP address even if interfac...
2016-08-17 Martin Schwenkectdb-daemon: Fix CID 1125574 Operands don't affect...
2016-07-28 Martin Schwenkectdb-daemon: Deletion of IPs is deferred until the...
2016-07-28 Martin Schwenkectdb-daemon: Move CTDB VNN structure to IP takeover...
2016-07-28 Martin Schwenkectdb-ipalloc: Use a cumulative timeout for takeover...
2016-07-04 Martin Schwenkectdb-ipalloc: ipalloc() returns public IP list
2016-07-04 Martin Schwenkectdb-ipalloc: Move set_ipflags_internal() to ipalloc
2016-07-04 Martin Schwenkectdb-ipalloc: Switch set_ipflags_internal() to use...
2016-07-04 Martin Schwenkectdb-ipalloc: Move ipalloc state initialisation to...
2016-07-04 Martin Schwenkectdb-ipalloc: Pass extra data to IP allocation state...
2016-07-04 Martin Schwenkectdb-ipalloc: Make no_ip_failback a boolean
2016-07-04 Martin Schwenkectdb-ipalloc: New function ipalloc_can_host_ips()
2016-07-04 Martin Schwenkectdb-ipalloc: Move create_merged_ip_list() into ipalloc
2016-07-04 Martin Schwenkectdb-ipalloc: New function ipalloc_set_public_ips()
2016-07-04 Martin Schwenkectdb-ipalloc: Remove function ctdb_reload_remote_public...
2016-07-04 Martin Schwenkectdb-ipalloc: Clean up reloading of remote public IPs
2016-07-04 Martin Schwenkectdb-ipalloc: Don't build a global IP tree
2016-07-04 Martin Schwenkectdb-ipalloc: Drop code to update IP assignment tree
2016-07-04 Martin Schwenkectdb-ipalloc: Drop remote IP verification
2016-07-04 Martin Schwenkectdb-ipalloc: Drop a use of CTDB_NO_MEMORY_NULL()
2016-07-04 Martin Schwenkectdb-ipalloc: Do not use node count or PNNs from CTDB...
2016-07-04 Martin Schwenkectdb-ipalloc: Drop an unnecessary check
2016-07-04 Martin Schwenkectdb-ipalloc: Move if-statement with broken condition
2016-05-13 Martin Schwenkectdb-takeover: Do not set node unhealthy when "takeip...
2016-05-13 Martin Schwenkectdb-takeover: Recovery daemon no longer passes fail...
2016-05-13 Martin Schwenkectdb-takeover: Only apply banning credits to the worst...
2016-05-13 Martin Schwenkectdb-takeover: Count takeover run failures
2016-05-13 Martin Schwenkectdb-takeover: Send banning credit messages from fail...
2016-05-13 Martin Schwenkectdb-takeover: Have the takeover fail callback log...
2016-05-13 Martin Schwenkectdb-takeover: Use the takeover_run_fail_callback(...
2016-05-13 Martin Schwenkectdb-takeover: New function takeover_callback_data_init()
2016-05-13 Martin Schwenkectdb-takeover: Takeover callback data doesn't need...
2016-05-13 Martin Schwenkectdb-takeover: PNN can be used to index into node map
2016-05-13 Martin Schwenkectdb-takeover: Drop ipreallocated fallback code
2016-04-25 Martin Schwenkectdb-ipalloc: Do ipreallocated even if no IP addresses...
2016-04-25 Martin Schwenkectdb-daemon: Move port filtering to server side when...
2016-04-15 Martin Schwenkectdb-daemon: Drop --single-public-ip option and related...
2016-04-01 Martin Schwenkectdb-daemon: Remove implementation of CTDB_CONTROL_KILL_TCP
next