summaryrefslogtreecommitdiff
path: root/tools/dumpconfig.c
Commit message (Expand)AuthorAgeFilesLines
* lvmconfig: add --valuesonly optionPeter Rajnoha2022-08-171-0/+7
* lvmconfig: Add options to produce file preambleAlasdair G Kergon2017-08-051-0/+16
* coverity: easier to follow set-up of vsn variableZdenek Kabelac2016-07-131-5/+2
* tools: Use arg_is_set instead of arg_count.Alasdair G Kergon2016-06-211-31/+31
* lvmconfig: fix lvmconfig --type diff to display complete diff if config casca...Peter Rajnoha2016-06-021-1/+1
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* cleanup: clean gcc shadow declaration of version warningZdenek Kabelac2015-11-261-6/+6
* lvmconfig: add --sinceversion for --type newPeter Rajnoha2015-11-251-7/+26
* lvmconfig: add --type full to display full tree of settingsPeter Rajnoha2015-06-251-9/+26
* lvmconfig: add --withspaces optionPeter Rajnoha2015-06-241-0/+3
* lvmconfig: add supporting code for handling deprecated settingsPeter Rajnoha2015-04-301-0/+15
* config: consolidate CFG_UNSUPPORTED and CFG_ADVANCED settingsPeter Rajnoha2015-04-291-2/+21
* lvmconfig: add --type list and -l|--listPeter Rajnoha2015-04-291-6/+19
* refactor: dumpconfig: keep --withcomments to display full comment and use --w...Peter Rajnoha2015-04-291-2/+2
* config: Introduce lvmconfig.Alasdair G Kergon2015-04-281-0/+10
* dumpconfig: add --ignorelocalDavid Teigland2015-04-211-0/+3
* dumpconfig: add --unconfigured optionDavid Teigland2015-04-171-0/+2
* dumpconfig: add --withfullcomments optionDavid Teigland2015-04-151-0/+2
* dumpconfig: add --type profilable-command/profilable-metadata, --metadataprof...Peter Rajnoha2014-05-201-1/+25
* dumpconfig: fix dumpconfig --type diff used in lvm shell as second and later ...Peter Rajnoha2014-05-191-2/+6
* config: attach cft_check_handle to each config tree instead of global cmd_con...Peter Rajnoha2014-05-191-36/+16
* dumpconfig: add dumpconfig --type diff to show differences from defaultsPeter Rajnoha2014-03-241-5/+18
* cleanup: add cmd_context reference to struct cft_check_handlePeter Rajnoha2014-03-191-2/+3
* dumpconfig: fix memleak when using --mergedconfigPeter Rajnoha2014-03-181-0/+3
* config: add CFG_DEFAULT_RUN_TIME for config options with runtime defaultsPeter Rajnoha2014-03-061-0/+2
* dumpconfig: comment out config lines without default values definedPeter Rajnoha2014-02-251-3/+7
* dumpconfig: also mention profilable type if giving hint about known typesPeter Rajnoha2013-08-191-1/+1
* dumpconfig: check conf tree was createdZdenek Kabelac2013-07-221-2/+5
* dumpconfig: add --type profilablePeter Rajnoha2013-07-091-0/+4
* dumpconfig: add --mergedconfig optionPeter Rajnoha2013-07-081-22/+65
* config: fix use of last config check status if creating CFG_DEF_TREE_MISSING ...Peter Rajnoha2013-07-081-14/+33
* cleanup: cleanup dumpconfig codePeter Rajnoha2013-07-081-26/+31
* config: make it possible to run several instances of configuration check at oncePeter Rajnoha2013-07-021-2/+34
* cleanup: get rid of compiler's warning about possible unitialized variablePeter Rajnoha2013-03-061-2/+1
* dumpconfig: add --ignoreadvanced and --ignoreunsupported switchPeter Rajnoha2013-03-061-0/+12
* dumpconfig: add --withcomments and --withversions switchPeter Rajnoha2013-03-061-1/+3
* dumpconfig: add --type, --atversion and --validate argPeter Rajnoha2013-03-061-3/+77
* Move dm_config_write out of libdm, back to lib/config, as config_write.Petr Rockai2011-12-111-1/+1
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-1/+1
* Tidy some uses of arg_count and introduce arg_is_set.Alasdair Kergon2009-11-031-4/+1
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-1/+3
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* dumpconfig accepts a list of configuration variables to display.Alasdair Kergon2007-01-091-8/+3
* Update copyright notices.Alasdair Kergon2004-03-301-13/+8
* rename config file vars & always use / as separatorAlasdair Kergon2004-03-081-1/+1
* Dump active configurationAlasdair Kergon2003-10-151-1/+1
* dumpconfig to dump active configurationAlasdair Kergon2003-10-151-0/+39