summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py
Commit message (Collapse)AuthorAgeFilesLines
* more unit test fixesChris St. Pierre2014-04-251-1/+0
|
* Cfg: py3k fixSol Jerome2014-04-251-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch 'maint'Chris St. Pierre2014-04-251-4/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: misc/bcfg2.spec src/lib/Bcfg2/Client/Client.py src/lib/Bcfg2/Client/Tools/APK.py src/lib/Bcfg2/Client/Tools/MacPorts.py src/lib/Bcfg2/Client/Tools/Pacman.py src/lib/Bcfg2/Client/Tools/YUM.py src/lib/Bcfg2/Server/Admin/Minestruct.py src/lib/Bcfg2/Server/Admin/Pull.py src/lib/Bcfg2/Server/Admin/Viz.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgPrivateKeyCreator.py src/lib/Bcfg2/Server/Plugins/Properties.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-info src/sbin/bcfg2-lint src/sbin/bcfg2-yum-helper testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestCfg/TestCfgEncryptedGenerator.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py
| * reduce logging from failed decryption with decrypt=laxChris St. Pierre2014-04-251-10/+11
| |
| * Cfg: let EncryptedGenerator load setup object whenever the plugin is importedChris St. Pierre2013-12-091-3/+6
| | | | | | | | | | | | | | Previously, if CfgEncryptedGenerator was imported before the Cfg object was instantiated, it would finalize the Bcfg2.Server.Plugins.Cfg.SETUP object with a value of None, and would be unable to access the options dict.
* | 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