summaryrefslogtreecommitdiff
path: root/ctdb/common/cmdline.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-18ctdb-common: Remove signed/unsigned comparisonsAmitay Isaacs1-5/+5
2019-11-14ctdb-common: Add api to add new section/commands to cmdlineAmitay Isaacs1-0/+7
2019-11-14ctdb-common: Change cmdline implementation to support multiple sectionsAmitay Isaacs1-33/+101
2019-11-14ctdb-common: Add section to group commands in cmdlineAmitay Isaacs1-1/+8
2019-11-14ctdb-common: Generate usage message from cmdline_parse()Amitay Isaacs1-18/+16
2019-06-05ctdb-common: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke1-3/+4
2018-05-16ctdb-common: Fix CID 1435599Amitay Isaacs1-1/+1
2018-05-12ctdb-common: Add command line processing abstractionAmitay Isaacs1-0/+517
2016-11-25ctdb-daemon: Remove unused code cmdline.[ch]Amitay Isaacs1-181/+0
2016-04-23ctdb-daemon: Remove unused controls related to server_idAmitay Isaacs1-3/+0
2015-11-16ctdb-common: Use new debug level APIAmitay Isaacs1-5/+11
2015-10-30ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs1-0/+1
2015-10-30ctdb-daemon: Remove dependency on includes.hAmitay Isaacs1-5/+14
2015-10-30ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs1-2/+2
2015-10-30ctdb-include: Move include/internal/cmdline.h to common/Amitay Isaacs1-1/+1
2015-02-18ctdb: Change default debug level to NOTICE (2)Martin Schwenke1-3/+3
2014-10-28ctdb-logging: Rework debug level parsingMartin Schwenke1-8/+4
2014-10-06ctdb-logging: Change LogLevel to DEBUGLEVELMartin Schwenke1-4/+4
2014-09-10ctdb-common: Add some missing #includesMartin Schwenke1-0/+2
2013-10-04common: Fix setting of debug level in the client codeAmitay Isaacs1-0/+7
2012-04-13Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs1-1/+0
2011-09-06client: add req timeout argument to ctdb_cmdline_clientDavid Disseldorp1-2/+3
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-07-01update the handling of debug levels so that we always can use a literal inste...Ronnie Sahlberg1-1/+11
2009-05-21add missing checks on so far ignored return valuesSumit Bose1-1/+6
2008-12-08If ctdbd was started with the --socket option then we also set the CTDB_SOCKE...root1-0/+1
2008-11-11add a CTDB_SOCKET variable that can be used to override the defaultRonnie Sahlberg1-10/+21
2008-02-04merge from ronnieAndrew Tridgell1-1/+1
2007-09-04change ctdb_ctrl_getvnn to ctdb_ctrl_getpnnRonnie Sahlberg1-1/+1
2007-09-04change ctdb->vnn to ctdb->pnnRonnie Sahlberg1-4/+4
2007-08-24add an initial implementation of a service_id structure and three Ronnie Sahlberg1-0/+4
2007-08-08dont wait indefinitely for the initial getvnn to completeRonnie Sahlberg1-1/+1
2007-08-07change error output in ctdb and in ctdb_cmdline_client to print to Ronnie Sahlberg1-3/+3
2007-07-10update lib/replace from samba4Andrew Tridgell1-3/+2
2007-06-02- moved cmdline options that are only relevant to ctdbd into ctdbd.cAndrew Tridgell1-53/+0
2007-05-31ctdb is GPL not LGPLAndrew Tridgell1-12/+12
2007-05-29default log file to reasonable locationAndrew Tridgell1-9/+0
2007-05-29use autoconf for more pathsAndrew Tridgell1-1/+1
2007-05-29use /etc/services for ctdbAndrew Tridgell1-2/+2
2007-05-29- moved ctdbd specific options to ctdbd.c from cmdline.cAndrew Tridgell1-20/+0
2007-05-25added IP takeover logic for public IPs to ctdbAndrew Tridgell1-0/+20
2007-05-23- get rid of ctdb_ctrl_get_configAndrew Tridgell1-4/+4
2007-05-15moved the recovery daemon into the main ctdbd and enable it by defaultAndrew Tridgell1-6/+0
2007-05-10moved the vnn_map initialisation out of the cmdline codeAndrew Tridgell1-21/+1
2007-05-09add a command line flag to ctdbd to start a recovery daemon.Ronnie Sahlberg1-0/+6
2007-05-05allow the events system to be chosen on the command lineAndrew Tridgell1-1/+18
2007-05-03break set/get vnn map out from ctdb_control and put it in ctdb_recover.c Ronnie Sahlberg1-6/+1
2007-05-02merge with tridges tree to resolve all conflictsRonnie Sahlberg1-11/+24
2007-05-01auto-determine listen address by attempting to bind to each address in the cl...Andrew Tridgell1-10/+14