summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Cfg/CfgPrivateKeyCreator.py
Commit message (Expand)AuthorAgeFilesLines
* Remove blanket excepts from plugins and lintChris St. Pierre2015-02-181-19/+14
* Merge branch 'maint'Chris St. Pierre2014-04-251-1/+0
|\
| * reduce logging from failed decryption with decrypt=laxChris St. Pierre2014-04-251-8/+6
* | Merge branch 'maint'Chris St. Pierre2013-09-161-14/+2
|\|
| * CfgPublicKeyCreator: properly handle case where only private key has been cre...Chris St. Pierre2013-09-161-14/+2
| * Encryption: reduce noise from encryption failures when decrypt=laxChris St. Pierre2013-07-151-1/+1
* | Rewrote SSLCA as Cfg handler.Chris St. Pierre2013-08-131-71/+6
* | Options: migrated plugins to new options parserChris St. Pierre2013-06-271-17/+13
* | Fixing unit testsChris St. Pierre2013-04-251-2/+3
* | Merge branch 'maint'Chris St. Pierre2013-04-241-5/+4
|\|
| * Cfg: removed debuggingChris St. Pierre2013-04-231-2/+1
| * testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-3/+2
* | use Executor class for better subprocess calling on serverChris St. Pierre2013-03-141-8/+8
* | moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-051-6/+4
* | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-171-42/+1
* | added module-level OptionParser to avoid passing it as an argument or global ...Chris St. Pierre2013-01-171-20/+14
|/
* Made a few encryption things simpler:Chris St. Pierre2013-01-171-2/+4
* testsuite: fixed tests for decryption in Properties/CfgPrivateKeyCreatorChris St. Pierre2013-01-161-1/+1
* Cfg: Added feature to provide generation of SSH keys, authorized_keys fileChris St. Pierre2013-01-031-0/+258