summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Cfg
Commit message (Collapse)AuthorAgeFilesLines
...
* deprecated info/:info, .cat, and .diff filesChris St. Pierre2012-08-314-1/+12
|
* Cfg: clarified genshi errorsChris St. Pierre2012-08-291-4/+5
|
* added better common walk_packages implementation for python 2.4 and 2.5Chris St. Pierre2012-08-271-20/+7
| | | | | | Conflicts: src/lib/Bcfg2/Client/Tools/__init__.py
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-272-2/+2
|
* fixed handling of regex filename patterns in GroupSpool/EntrySetChris St. Pierre2012-08-221-1/+1
|
* do not require a priority attribute on InfoXML files at allChris 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-222-3/+5
|
* 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-012-1/+8
|
* bcfg2-lint bug fixesChris St. Pierre2012-07-111-2/+5
|
* try to get details about a genshi errorChris St. Pierre2012-07-051-4/+61
|
* 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
|
* added properties element encryptionChris St. Pierre2012-06-061-1/+1
| | | | added bcfg2-crypt utility for encrypting Properties and Cfg files
* fixes for missing genshiChris St. Pierre2012-05-212-4/+4
|
* fixed tb when genshi is not installedChris St. Pierre2012-05-211-0/+1
|
* CfgLegacyInfo: Missing path attributeTim Laszlo2012-05-181-0/+4
|
* Allow Cfg loader to work with python 2.4Tim Laszlo2012-05-181-1/+13
|
* fixed encrypted genshi/cheetah generatorsChris St. Pierre2012-05-176-30/+29
|
* added Cfg drivers for encrypted genshi/cheetah templatesChris St. Pierre2012-05-163-17/+71
|
* add_option properly adds an option to OptionParser after initial parsingChris St. Pierre2012-05-161-1/+1
|
* Added ability to store Cfg files with AES encryptionChris St. Pierre2012-05-151-0/+54
|
* 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-096-68/+158
|
* fixed return value check in diff filterChris St. Pierre2012-05-091-1/+1
|
* fixed more bcfg2-lint plugins for Cfg modularizationChris St. Pierre2012-05-091-0/+1
|
* fixed bcfg2-lint Deltas pluginChris St. Pierre2012-05-092-2/+2
|
* modularized CfgChris St. Pierre2012-05-088-0/+534