summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* schemas: fixed bound SELinux entries in bundlerChris St. Pierre2013-01-031-2/+58
|
* Cfg: fixed existing Cfg bcfg2-lint plugin, added plugin to check for ↵Chris St. Pierre2013-01-031-23/+60
| | | | privkey.xml without pubkey.xml
* Cfg: Added feature to provide generation of SSH keys, authorized_keys fileChris St. Pierre2013-01-0316-81/+1766
|
* Cfg: added creator handler to perform one-time creation of static dataChris St. Pierre2012-12-204-60/+258
|
* fixed return values from no-op methods in bcfg2_local.pyChris St. Pierre2012-12-201-2/+2
|
* removed obsolete schema doc XSLT stuff from spec filesChris St. Pierre2012-12-192-4/+0
|
* fixed tags for extra SELinux entriesChris St. Pierre2012-12-181-1/+1
|
* fixed error message from incomplete entry on clientChris St. Pierre2012-12-181-5/+4
|
* fixed debugging output from client external commandsChris St. Pierre2012-12-181-1/+1
|
* python < 2.6 doesn't support * magic on dotted namesChris St. Pierre2012-12-181-1/+2
|
* added unit tests for GroupPatternsChris St. Pierre2012-12-183-21/+199
|
* added unit tests for Rules and DefaultsChris St. Pierre2012-12-187-29/+229
|
* schemas: fixed genshi choose test attributeChris St. Pierre2012-12-171-1/+1
|
* Portage: fixed package verify flag handlingChris St. Pierre2012-12-171-1/+1
|
* Properties: fix edge case where value is decrypted with the wrong key to ↵Chris St. Pierre2012-12-171-3/+7
| | | | | | produce gibberish cf. 735b66606e25b20089b653977c23115e30170a1f
* fixed interactive service restartsChris St. Pierre2012-12-171-1/+1
|
* testsuite: fixed sys.path in pylint testsChris St. Pierre2012-12-141-1/+1
|
* Revert "remove exception_messages pylint extension to try to fix unit tests"Chris St. Pierre2012-12-142-3/+3
| | | | This reverts commit b71ed4ef2c9d6ad21eb1c8a4a92d902558f38886.
* remove exception_messages pylint extension to try to fix unit testsChris St. Pierre2012-12-132-3/+3
|
* logging: set log level correctly when no options givenChris St. Pierre2012-12-131-2/+8
|
* bcfg2-crypt: fixed edge case where value is decrypted with the wrong key to ↵Chris St. Pierre2012-12-131-1/+11
| | | | produce gibberish
* doc: added docs about setting debug levelChris St. Pierre2012-12-111-0/+25
|
* doc: removed unused "obsolete" treeChris St. Pierre2012-12-112-15/+1
|
* testsuite: added unit tests for TriggerChris St. Pierre2012-12-112-1/+89
|
* testsuite: fixed PYTHONPATH for pylintChris St. Pierre2012-12-101-1/+4
|
* testsuite: test for exceptions raised without messagesChris St. Pierre2012-12-107-12/+55
|
* generate XML schema docs from XML schemas themselvesChris St. Pierre2012-12-1039-10009/+3558
|
* StructFile: get text from matching elements in XMLMatchChris St. Pierre2012-12-101-0/+5
|
* Fixing Ohai documentation URL.s19n2012-12-101-2/+2
|
* doc: Add version notes for new featuresSol Jerome2012-12-052-0/+26
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: fixed typos in Svn docsChris St. Pierre2012-12-051-4/+3
|
* doc: Fix typoSol Jerome2012-12-051-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Svn: fixed conflict resolution callback, log levelChris St. Pierre2012-12-051-3/+3
|
* fixed line length in Cfg docsChris St. Pierre2012-12-041-21/+19
|
* schemas: fixed overzealous removal of CertTypeChris St. Pierre2012-12-041-0/+14
|
* doc: wrote devel docs for client tool base objectsChris St. Pierre2012-12-0415-197/+442
|
* Svn: cleaned up conflict resolution stuffChris St. Pierre2012-12-042-51/+55
|
* Merge pull request #54 from kincl/jasons-hackingChris St. Pierre2012-12-042-2/+62
|\ | | | | Adding a default conflict resolver of theirs-full to Svn Plugin
| * Merge remote branch 'upstream/master' into jasons-hackingJason Kincl2012-12-0435-504/+1647
| |\ | |/ |/|
* | fixed conversion to octal in py3kChris St. Pierre2012-12-045-10/+34
| |
* | doc: Fix indentation errorsSol Jerome2012-12-031-5/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Fix broken linkSol Jerome2012-12-031-2/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | fixed SELinux tool/plugin testsChris St. Pierre2012-12-032-17/+16
| |
* | fixed test that was "broken" when assertXMLEqual was fixedChris St. Pierre2012-12-031-4/+4
| |
* | SSLCA improvements:Chris St. Pierre2012-12-034-263/+319
| | | | | | | | | | | | Added support for Group/Client tags in cert.xml/key.xml Added support for explicit subjectAltNames in cert.xml Reorganized code to make generally more like other GroupSpool plugins
* | Merge branch 'master' of github.com:Bcfg2/bcfg2Tim Laszlo2012-12-0320-195/+1216
|\ \
| * | testsuite: fixed assertXMLEqual comparison of XML attribute valuesChris St. Pierre2012-12-032-6/+7
| | |
| * | added builtin support for creating users and groupsChris St. Pierre2012-12-0313-47/+1099
| | |
| * | doc: fixed in-depth genshi debugging instructionsChris St. Pierre2012-12-031-15/+15
| | |
| * | POSIX: Fixed handling of empty files that don't exist on client in ↵Chris St. Pierre2012-12-031-0/+4
| | | | | | | | | | | | interactive mode