summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_banning.c
Commit message (Expand)AuthorAgeFilesLines
* 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