summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cfg: documented all Cfg modules, added development docsChris St. Pierre2012-09-111-49/+296
* Documented all plugin helper objectsChris St. Pierre2012-09-061-1/+0
* deprecated info/:info, .cat, and .diff filesChris St. Pierre2012-08-311-1/+9
* added better common walk_packages implementation for python 2.4 and 2.5Chris St. Pierre2012-08-271-20/+7
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
* fixed handling of regex filename patterns in GroupSpool/EntrySetChris St. Pierre2012-08-221-1/+1
* fixed lxml.etree.tostring invocationsChris St. Pierre2012-08-221-2/+2
* fixed encoding of Cfg files with unicode contentsChris St. Pierre2012-08-221-1/+1
* merged cheetah encoding fixes from maintChris St. Pierre2012-08-221-2/+3
* lots of various py3k fixesChris St. Pierre2012-08-211-15/+14
* fixed EntrySet.best_matching()Chris St. Pierre2012-08-201-0/+5
* FileProbes: fixed bug introduced by Cfg rewriteChris St. Pierre2012-08-161-0/+13
* made ACLs work in info.xmlChris St. Pierre2012-08-011-1/+2
* bcfg2-lint bug fixesChris St. Pierre2012-07-111-2/+5
* fixed changed events in Cfg; stringification of FAM objectsChris St. Pierre2012-06-211-0/+1
* made bcfg2-lint load lint plugins from server plugins where appropriateChris St. Pierre2012-06-141-0/+21
* Allow Cfg loader to work with python 2.4Tim Laszlo2012-05-181-1/+13
* fixed encrypted genshi/cheetah generatorsChris St. Pierre2012-05-171-0/+4
* add_option properly adds an option to OptionParser after initial parsingChris St. Pierre2012-05-161-1/+1
* fixed bug in list_accept_choices in CfgChris St. Pierre2012-05-141-1/+1
* added ability to disable Cfg file validationChris St. Pierre2012-05-111-22/+32
* added support for validating Cfg file contents using external commandsChris St. Pierre2012-05-091-61/+118
* modularized CfgChris St. Pierre2012-05-081-0/+331