summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-crypt
Commit message (Collapse)AuthorAgeFilesLines
* added PEP-8 style checks to test suiteChris St. Pierre2013-03-111-1/+1
|
* Made a few encryption things simpler:Chris St. Pierre2013-01-171-8/+11
| | | | | | * Only one strict/lax setting, in [encryption], rather than separate settings in [properties] and [sshkeys] * No longer necessary to enable encryption on each Properties file
* bcfg2-crypt: fixed edge case where value is decrypted with the wrong key to ↵Chris St. Pierre2012-12-131-1/+11
| | | | produce gibberish
* flush input buffers before accepting stdinChris St. Pierre2012-11-121-7/+12
|
* bcfg2-crypt: improved error messageChris St. Pierre2012-10-221-1/+1
|
* fixed bcfg2-crypt bug with single passphrase and algorithm specifiedChris St. Pierre2012-10-221-8/+15
|
* expanded pylint coverageChris St. Pierre2012-09-251-46/+54
|
* Encryption: improved docs, made algorithm configurableChris St. Pierre2012-09-201-13/+23
|
* bcfg2-crypt: added -I option, made --stdout better, updated man pageChris St. Pierre2012-09-131-56/+118
|
* bcfg2-crypt: added --stdout optionChris St. Pierre2012-09-111-4/+14
|
* bcfg2-crypt: handle bogus xpath expression gracefullyChris St. Pierre2012-09-111-0/+3
|
* bcfg2-crypt: better handling of chunking errorsChris St. Pierre2012-09-111-35/+68
|
* fixed lxml.etree.tostring invocationsChris St. Pierre2012-08-221-1/+1
|
* lots of various py3k fixesChris St. Pierre2012-08-211-1/+1
|
* bcfg2-crypt: Prevent traceback when missing M2CryptoSol Jerome2012-08-131-1/+7
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added support for encrypting different elements in a single Properties file ↵Chris St. Pierre2012-06-151-125/+156
| | | | with different passphrases
* fixed option alignment issuesChris St. Pierre2012-06-151-1/+1
|
* bcfg2-crypt fixesChris St. Pierre2012-06-071-58/+62
|
* added properties element encryptionChris St. Pierre2012-06-061-0/+321
added bcfg2-crypt utility for encrypting Properties and Cfg files