summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_banning.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-daemon: Drop unused function ctdb_local_node_got_banned()Martin Schwenke2019-08-201-24/+0
* ctdb-daemon: Switch banning code to use ctdb_node_become_inactive()Martin Schwenke2019-08-201-1/+1
* ctdb:banning: Improve debug message in ctdb_ban_node_event()Michael Adam2016-06-011-1/+2
* ctdb:banning: Improve a debug messageMichael Adam2016-06-011-1/+2
* ctdb:banning: timedout->timed out in dbg messages in ctdb_ban_node_event()Michael Adam2016-06-011-2/+2
* ctdb-daemon: Drop handling of ban control sent to unexpected nodeMartin Schwenke2015-12-041-21/+4
* ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs2015-11-161-1/+1
* ctdb-daemon: Rename struct ctdb_ban_time to ctdb_ban_stateAmitay Isaacs2015-11-041-8/+8
* ctdb-banning: Do not set recovery mode to ACTIVE in daemonAmitay Isaacs2015-10-301-2/+3
* ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs2015-10-301-0/+1
* ctdb-daemon: Remove dependency on includes.hAmitay Isaacs2015-10-301-4/+11
* ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs2015-10-301-4/+6
* ctdb-daemon: Introduce per database generationAmitay Isaacs2015-10-071-0/+5
* ctdb-banning: Do not freeze databases on ban in the daemonAmitay Isaacs2015-10-071-7/+3
* ctdb-daemon: Avoid the use of ctdb->freeze_mode variableAmitay Isaacs2015-10-071-9/+1
* ctdb-banning: If node is already banned, do not run ctdb_local_node_got_banned()Amitay Isaacs2015-07-291-1/+6
* ctdb-recoverd: Set recovery mode before freezing databasesAmitay Isaacs2014-07-071-1/+1
* ctdb-server: Coverity fixesAmitay Isaacs2013-11-191-1/+1
* banning: Do not come out of ban if databases are not frozenAmitay Isaacs2013-07-021-0/+15
* banning: No need to check if banned pnn is for local nodeAmitay Isaacs2013-07-021-3/+1
* banning: Make ctdb_local_node_got_banned() a void functionAmitay Isaacs2013-07-021-4/+2
* banning: Log ban state changes for other nodes at higher debug levelAmitay Isaacs2013-07-021-3/+7
* freeze: Make ctdb_start_freeze() a void functionAmitay Isaacs2013-07-021-3/+1
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* server/banning: also release all ips if we're banning ourselfStefan Metzmacher2010-09-141-1/+29
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-1/+1
* libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...Rusty Russell2010-05-201-1/+1
* eventscript: expost ctdb_ban_self()Rusty Russell2009-12-071-0/+15
* new prototype banning codeRonnie Sahlberg2009-09-041-0/+121