summaryrefslogtreecommitdiffstats
path: root/ctdb/common/cmdline.c
Commit message (Expand)AuthorAgeFilesLines
* common: Fix setting of debug level in the client codeAmitay Isaacs2013-10-041-0/+7
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* client: add req timeout argument to ctdb_cmdline_clientDavid Disseldorp2011-09-061-2/+3
* 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
* update the handling of debug levels so that we always can use a literal inste...Ronnie Sahlberg2009-07-011-1/+11
* add missing checks on so far ignored return valuesSumit Bose2009-05-211-1/+6
* If ctdbd was started with the --socket option then we also set the CTDB_SOCKE...root2008-12-081-0/+1
* add a CTDB_SOCKET variable that can be used to override the defaultRonnie Sahlberg2008-11-111-10/+21
* merge from ronnieAndrew Tridgell2008-02-041-1/+1
* change ctdb_ctrl_getvnn to ctdb_ctrl_getpnnRonnie Sahlberg2007-09-041-1/+1
* change ctdb->vnn to ctdb->pnnRonnie Sahlberg2007-09-041-4/+4
* add an initial implementation of a service_id structure and three Ronnie Sahlberg2007-08-241-0/+4
* dont wait indefinitely for the initial getvnn to completeRonnie Sahlberg2007-08-081-1/+1
* change error output in ctdb and in ctdb_cmdline_client to print to Ronnie Sahlberg2007-08-071-3/+3
* update lib/replace from samba4Andrew Tridgell2007-07-101-3/+2
* - moved cmdline options that are only relevant to ctdbd into ctdbd.cAndrew Tridgell2007-06-021-53/+0
* ctdb is GPL not LGPLAndrew Tridgell2007-05-311-12/+12
* default log file to reasonable locationAndrew Tridgell2007-05-291-9/+0
* use autoconf for more pathsAndrew Tridgell2007-05-291-1/+1
* use /etc/services for ctdbAndrew Tridgell2007-05-291-2/+2
* - moved ctdbd specific options to ctdbd.c from cmdline.cAndrew Tridgell2007-05-291-20/+0
* added IP takeover logic for public IPs to ctdbAndrew Tridgell2007-05-251-0/+20
* - get rid of ctdb_ctrl_get_configAndrew Tridgell2007-05-231-4/+4
* moved the recovery daemon into the main ctdbd and enable it by defaultAndrew Tridgell2007-05-151-6/+0
* moved the vnn_map initialisation out of the cmdline codeAndrew Tridgell2007-05-101-21/+1
* add a command line flag to ctdbd to start a recovery daemon.Ronnie Sahlberg2007-05-091-0/+6
* allow the events system to be chosen on the command lineAndrew Tridgell2007-05-051-1/+18
* break set/get vnn map out from ctdb_control and put it in ctdb_recover.c Ronnie Sahlberg2007-05-031-6/+1
* merge with tridges tree to resolve all conflictsRonnie Sahlberg2007-05-021-11/+24
|\
| * auto-determine listen address by attempting to bind to each address in the cl...Andrew Tridgell2007-05-011-10/+14
| * saner logfile codeAndrew Tridgell2007-04-291-1/+10
* | add push/pull of tdb and a control to copy a tdb from one node to Ronnie Sahlberg2007-04-301-1/+1
* | add a new control to set all records in a database to a new dmaster Ronnie Sahlberg2007-04-291-1/+1
|/
* add a mapping table from a hash value to a lmaster vnn numberRonnie Sahlberg2007-04-271-1/+26
* added a ctdb_get_config callAndrew Tridgell2007-04-261-0/+8
* added a ctdb control message, and toolAndrew Tridgell2007-04-261-2/+17
* added ctdb_status toolAndrew Tridgell2007-04-201-0/+30
* - added a --torture option to all ctdb tools. This setsAndrew Tridgell2007-04-191-1/+7
* - use separate directories for the tdb files by defaultAndrew Tridgell2007-04-191-1/+1
* merged the db_dir changes from volker. Changed them slightly,Andrew Tridgell2007-04-191-0/+9
* moved cmdline.c to common codeAndrew Tridgell2007-04-171-0/+97