summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Cfg: Block for FAM events after creating filesAlexander Sulfrian2022-01-301-0/+3
* Add dest= arg to fix option that is referenced as cfg_validation.Gordon Messmer2016-02-171-0/+1
* Remove blanket excepts from plugins and lintChris St. Pierre2015-02-181-9/+7
* Bundler: added path globbingChris St. Pierre2014-02-261-2/+1
* Plugins: refactored out unnecessary datastore constructor argumentChris St. Pierre2013-10-291-2/+2
* Merge branch 'maint'Chris St. Pierre2013-09-091-0/+2
|\
| * Cfg: Give non-specific handlers a default specificityChris St. Pierre2013-09-091-0/+2
* | Pylint/PEP8 fixesSol Jerome2013-09-061-1/+1
* | testsuite: fixed unit tests for new SSLCA stuffChris St. Pierre2013-08-131-8/+5
* | Rewrote SSLCA as Cfg handler.Chris St. Pierre2013-08-131-33/+129
* | testsuite: fixed most pylint complaintsChris St. Pierre2013-08-091-1/+10
* | Merge branch 'options-rewrite'Chris St. Pierre2013-08-081-150/+48
|\ \
| * | Options: migrated plugins to new options parserChris St. Pierre2013-06-271-130/+49
* | | Merge branch 'maint'Sol Jerome2013-07-271-6/+26
|\ \ \ | |/ / |/| / | |/
| * Cfg: added missing docstringChris St. Pierre2013-07-231-0/+4
| * Cfg: unknown-cfg-files lint check honors FAM ignore listChris St. Pierre2013-07-231-6/+22
* | Merge branch 'maint'Chris St. Pierre2013-06-271-27/+78
|\|
| * Cfg: Fixed and documented .cat and .diff file behavior with host-specific bas...Chris St. Pierre2013-06-141-8/+17
| * lint: check for files in Cfg/ that aren't handled by CfgChris St. Pierre2013-06-031-21/+62
* | Merge branch 'maint'Sol Jerome2013-06-021-1/+3
|\|
| * Cfg: Handle bogus created events as changedMichael Fenn2013-05-241-1/+3
* | Merge branch 'maint'Chris St. Pierre2013-04-241-8/+10
|\|
| * PY3K: Fix client/server to work with python 3Sol Jerome2013-04-101-0/+2
| * fixed regex errors introduced by 6c996f42c53a36fc0406f836d64b8c1bec6f4bccChris St. Pierre2013-03-261-2/+2
| * testsuite: fixed issues found by latest version of pylintChris St. Pierre2013-03-261-5/+5
| * testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-3/+3
* | Merge branch 'master' into 1.4.xChris St. Pierre2013-02-201-5/+4
|\|
| * Cfg: better error handling from verifiers, :testChris St. Pierre2013-02-081-5/+4
* | removed experimental flag from plugins/tools added in 1.3Chris St. Pierre2013-02-121-3/+0
* | converted InfoXML objects from XMLSrc to StructFileChris St. Pierre2013-02-061-30/+6
* | removed support for info/:info filesChris St. Pierre2013-01-171-7/+0
* | removed support for .cat/.diff filesChris St. Pierre2013-01-171-16/+1
* | removed mode="inherit" supportChris St. Pierre2013-01-171-7/+0
* | added module-level OptionParser to avoid passing it as an argument or global ...Chris St. Pierre2013-01-171-19/+10
|/
* Cfg: handle filenames with regex special characters properlyChris St. Pierre2013-01-071-1/+2
* Cfg: fixed existing Cfg bcfg2-lint plugin, added plugin to check for privkey....Chris St. Pierre2013-01-031-23/+60
* Cfg: Added feature to provide generation of SSH keys, authorized_keys fileChris St. Pierre2013-01-031-20/+75
* Cfg: added creator handler to perform one-time creation of static dataChris St. Pierre2012-12-201-53/+156
* fixed line length in Cfg docsChris St. Pierre2012-12-041-21/+19
* doc: wrote devel docs for client tool base objectsChris St. Pierre2012-12-041-5/+6
* fixed conversion to octal in py3kChris St. Pierre2012-12-041-2/+3
* Cfg: improved error messagesChris St. Pierre2012-11-131-2/+2
* improved error messages during failed decryptionChris St. Pierre2012-10-241-1/+6
* assigned Cfg handlers explicit priorities to avoid over-zealous regex matchesChris St. Pierre2012-10-171-2/+14
* Plugins: Update builtin plugins to use 'mode' attributeSol Jerome2012-10-151-4/+4
* Cfg: fixed regexes for handling and ignoring files with different Cfg handlersChris St. Pierre2012-10-031-39/+17
* testsuite: added unit tests for Cfg handlersChris St. Pierre2012-10-021-1/+0
* Cfg: deprecated perms="inherit"Chris St. Pierre2012-10-021-0/+2
* testsuite: unit tests for Cfg plugin and base handlersChris St. Pierre2012-10-021-100/+124
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-43/+54