summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py
Commit message (Collapse)AuthorAgeFilesLines
* Options: migrated plugins to new options parserChris St. Pierre2013-06-271-2/+2
|
* moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-051-1/+1
|
* added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-171-5/+3
| | | | all over
* Cfg: improved error messagesChris St. Pierre2012-11-131-6/+1
|
* improved error messages during failed decryptionChris St. Pierre2012-10-241-3/+1
|
* assigned Cfg handlers explicit priorities to avoid over-zealous regex matchesChris St. Pierre2012-10-171-0/+4
|
* testsuite: added unit tests for Cfg handlersChris St. Pierre2012-10-021-9/+3
|
* Encryption: improved docs, made algorithm configurableChris St. Pierre2012-09-201-14/+17
|
* Cfg: documented all Cfg modules, added development docsChris St. Pierre2012-09-111-22/+12
|
* added properties element encryptionChris St. Pierre2012-06-061-1/+1
| | | | added bcfg2-crypt utility for encrypting Properties and Cfg files
* fixed encrypted genshi/cheetah generatorsChris St. Pierre2012-05-171-4/+8
|
* added Cfg drivers for encrypted genshi/cheetah templatesChris St. Pierre2012-05-161-17/+22
|
* Added ability to store Cfg files with AES encryptionChris St. Pierre2012-05-151-0/+54