summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Properties.py
Commit message (Collapse)AuthorAgeFilesLines
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-8/+11
|
* Encryption: improved docs, made algorithm configurableChris St. Pierre2012-09-201-25/+36
|
* Properties: made automatch in bcfg2.conf a default, not absolute; cleaned up ↵Chris St. Pierre2012-09-131-4/+7
| | | | docs
* bcfg2-info: added "automatch" command to perform Properties automatchingChris St. Pierre2012-09-121-2/+3
|
* Properties: fixed bug in xpath for finding encrypted elementsChris St. Pierre2012-09-111-7/+4
|
* Cfg: documented all Cfg modules, added development docsChris St. Pierre2012-09-111-11/+2
|
* Properties: Ignore schema filesSol Jerome2012-08-291-0/+1
| | | | | | | This prevents us from spamming the logs when the user has corresponding schema files. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed lxml.etree.tostring invocationsChris St. Pierre2012-08-221-3/+4
|
* lots of various py3k fixesChris St. Pierre2012-08-211-0/+1
|
* unified [Single]XMLFileBacked, enabled xinclude pretty much everywhereChris St. Pierre2012-06-251-3/+0
|
* added ability to disable Properties write-backChris St. Pierre2012-06-191-20/+28
|
* added automatch to automatically invoke XMLMatch() on Properties filesChris St. Pierre2012-06-191-2/+10
|
* fixed decryption of Properties filesChris St. Pierre2012-06-191-6/+7
|
* added support for encrypting different elements in a single Properties file ↵Chris St. Pierre2012-06-151-15/+14
| | | | with different passphrases
* added properties element encryptionChris St. Pierre2012-06-061-1/+57
| | | | added bcfg2-crypt utility for encrypting Properties and Cfg files
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+76
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>