summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_banning.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-20ctdb-daemon: Drop unused function ctdb_local_node_got_banned()Martin Schwenke1-24/+0
2019-08-20ctdb-daemon: Switch banning code to use ctdb_node_become_inactive()Martin Schwenke1-1/+1
2016-06-01ctdb:banning: Improve debug message in ctdb_ban_node_event()Michael Adam1-1/+2
2016-06-01ctdb:banning: Improve a debug messageMichael Adam1-1/+2
2016-06-01ctdb:banning: timedout->timed out in dbg messages in ctdb_ban_node_event()Michael Adam1-2/+2
2015-12-04ctdb-daemon: Drop handling of ban control sent to unexpected nodeMartin Schwenke1-21/+4
2015-11-16ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_ban_time to ctdb_ban_stateAmitay Isaacs1-8/+8
2015-10-30ctdb-banning: Do not set recovery mode to ACTIVE in daemonAmitay Isaacs1-2/+3
2015-10-30ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs1-0/+1
2015-10-30ctdb-daemon: Remove dependency on includes.hAmitay Isaacs1-4/+11
2015-10-30ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs1-4/+6
2015-10-07ctdb-daemon: Introduce per database generationAmitay Isaacs1-0/+5
2015-10-07ctdb-banning: Do not freeze databases on ban in the daemonAmitay Isaacs1-7/+3
2015-10-07ctdb-daemon: Avoid the use of ctdb->freeze_mode variableAmitay Isaacs1-9/+1
2015-07-29ctdb-banning: If node is already banned, do not run ctdb_local_node_got_banned()Amitay Isaacs1-1/+6
2014-07-07ctdb-recoverd: Set recovery mode before freezing databasesAmitay Isaacs1-1/+1
2013-11-19ctdb-server: Coverity fixesAmitay Isaacs1-1/+1
2013-07-02banning: Do not come out of ban if databases are not frozenAmitay Isaacs1-0/+15
2013-07-02banning: No need to check if banned pnn is for local nodeAmitay Isaacs1-3/+1
2013-07-02banning: Make ctdb_local_node_got_banned() a void functionAmitay Isaacs1-4/+2
2013-07-02banning: Log ban state changes for other nodes at higher debug levelAmitay Isaacs1-3/+7
2013-07-02freeze: Make ctdb_start_freeze() a void functionAmitay Isaacs1-3/+1
2013-06-14build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent1-1/+1
2012-04-13Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs1-1/+0
2010-09-14server/banning: also release all ips if we're banning ourselfStefan Metzmacher1-1/+29
2010-08-18event: Update events to latest Samba version 0.9.8Rusty Russell1-1/+1
2010-05-20libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...Rusty Russell1-1/+1
2009-12-07eventscript: expost ctdb_ban_self()Rusty Russell1-0/+15
2009-09-04new prototype banning codeRonnie Sahlberg1-0/+121