summaryrefslogtreecommitdiff
path: root/ctdb/common/conf.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-common: Process the whole config file even if an error occursMartin Schwenke2018-09-031-6/+10
* ctdb-common: Avoid ENOENT for unknown conf optionsMartin Schwenke2018-09-031-6/+6
* ctdb-common: Avoid ENOENT for unknown conf type tagsMartin Schwenke2018-09-031-2/+2
* ctdb-common: Log a message when an invalid conf value is encounteredMartin Schwenke2018-09-031-0/+4
* ctdb-common: Log a message for unknown conf optionMartin Schwenke2018-09-031-0/+6
* ctdb-common: Fix log message for conf option with unknown sectionMartin Schwenke2018-09-031-2/+3
* ctdb-common: Allow boolean configuration values to have yes/no valuesMartin Schwenke2018-08-241-2/+2
* ctdb-common: Fix CID 437606Amitay Isaacs2018-07-051-5/+5
* ctdb-common: Correctly handle conf->reload()Amitay Isaacs2018-06-291-19/+128
* ctdb-common: Add config file parsing codeAmitay Isaacs2018-05-121-0/+1259