summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Cfg/CfgPrivateKeyCreator.py
Commit message (Expand)AuthorAgeFilesLines
* 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