summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-crypt
Commit message (Expand)AuthorAgeFilesLines
* added bcfg2-crypt backChris St. Pierre2014-02-111-0/+8
* Merge branch 'maint'Chris St. Pierre2013-12-091-8/+0
|\
| * bcfg2-crypt: handle error when encrypting properties with multiple keysChris St. Pierre2013-11-251-4/+8
| * bcfg2-crypt: Fixed variable name collisionChris St. Pierre2013-11-121-3/+3
| * bcfg2-crypt: backported fixes in b5b26415161e715fe4d22d69328b06801ff7124dChris St. Pierre2013-11-121-22/+25
| * bcfg2-crypt: fixed missing EVPErrorChris St. Pierre2013-11-111-2/+1
| * bcfg2-crypt: better debugging, error handling with Properties filesChris St. Pierre2013-11-111-3/+37
| * bcfg2-crypt: fixed completely backwards logicChris St. Pierre2013-11-111-1/+1
| * bcfg2-crypt: fixed deprecation warningChris St. Pierre2013-11-051-1/+1
| * bcfg2-crypt: prevent traceback for certain decrypt failuresChris St. Pierre2013-08-051-1/+2
| * Rewrote bcfg2-crypt.Chris St. Pierre2013-07-021-303/+232
* | Options: migrated bcfg2-crypt and Encryption libs to new parserChris St. Pierre2013-06-271-501/+2
* | Fixing unit testsChris St. Pierre2013-04-251-1/+1
* | Merge branch 'maint'Chris St. Pierre2013-04-241-1/+1
|\|
| * testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-3/+3
* | Merge branch '1.4.x'Chris St. Pierre2013-04-231-30/+24
|\ \ | |/ |/|
| * moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-051-18/+20
| * Options: split loading a new OptionParser from fetching an existing parserChris St. Pierre2013-01-171-1/+1
| * added module-level OptionParser to avoid passing it as an argument or global ...Chris St. Pierre2013-01-171-21/+13
* | 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
* bcfg2-crypt: fixed edge case where value is decrypted with the wrong key to p...Chris St. Pierre2012-12-131-1/+11
* 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
* added support for encrypting different elements in a single Properties file w...Chris St. Pierre2012-06-151-125/+156
* 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