summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Packages: properly implemented deepcopy() for PackagesSources objects"Chris St. Pierre2013-03-253-26/+4
| | | | This reverts commit 432f448983ff27452d82d62314d91c942f31bce5.
* Packages: properly implemented deepcopy() for PackagesSources objectsChris St. Pierre2013-03-253-4/+26
|
* Packages: expose full source list via Connector interfaceChris St. Pierre2013-03-251-1/+3
|
* doc: write and use proper sphinx docs for MetadataQuery/ClientMetadata classesChris St. Pierre2013-03-221-11/+104
|
* fixed unit testsChris St. Pierre2013-03-211-4/+3
|
* Merge branch '1.3.2' into maintChris St. Pierre2013-03-215-65/+29
|\ | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Tools/__init__.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/test_code_checks.py
| * Debug improvements:Chris St. Pierre2013-03-191-1/+4
| | | | | | | | | | | | * Added (set|toggle)_core_debug RMI methods to set debugging in the core * Enable plugin debugging when run with -d * Allow enabling debugging on Reporting plugin before threads have started
| * added PEP-8 style checks to test suiteChris St. Pierre2013-03-112-4/+3
| |
| * Metadata: fixed typoChris St. Pierre2013-03-081-1/+1
| |
| * Metadata: process default client bootstrap mode properlyChris St. Pierre2013-02-141-8/+7
| |
| * Metadata: allowed setting global default authentication typeChris St. Pierre2013-02-141-20/+12
| |
| * moved common file locking code into Bcfg2.UtilsChris St. Pierre2013-02-141-10/+2
| |
| * abstracted similar digit range classes in POSIXUsers/GroupPatterns into ↵Chris St. Pierre2013-02-141-22/+1
| | | | | | | | Bcfg2.Utils
* | Add Yum groups to the Packages internal dependency resolver.Sol Jerome2013-03-152-13/+80
|\ \
| * | YUM: Fixing long linesJason Kincl2013-02-241-2/+5
| | |
| * | Packages: Adding Yum groups to Bcfg2's internal dependency resolverJason Kincl2013-02-221-13/+72
| | |
| * | YUM: Adding functionality to YUM client tool to resolve YUM groups when ↵Jason Kincl2013-02-221-0/+5
| | | | | | | | | | | | server-side resolver is off
* | | POSIXCompat: only translate to old-style entries for older clientsChris St. Pierre2013-03-041-0/+5
|/ /
* | Packages: fixed overzealous deduplication of packages that removed essential ↵Chris St. Pierre2013-02-221-6/+8
| | | | | | | | and group packages
* | Metadata: prevent overwriting of clients.xml with xincludeChris St. Pierre2013-02-211-1/+1
| |
* | better error message when rendering a template that failed to parseChris St. Pierre2013-02-211-0/+4
|/
* bcfg2-lint: Fixed erroneous detection of multiple default groups (#1142)Chris St. Pierre2013-02-141-1/+1
|
* better Genshi syntax lint checkerChris St. Pierre2013-02-141-2/+1
|
* fixed checking Genshi templates for comments (#1141)Chris St. Pierre2013-02-141-0/+1
|
* fixed unit testsChris St. Pierre2013-02-131-7/+4
|
* Defaults: change to GoalValidator to apply defaults after structures are ↵Chris St. Pierre2013-02-131-19/+10
| | | | bound (#1136)
* Cfg: better error handling from verifiers, :testChris St. Pierre2013-02-082-7/+14
|
* Packages: fixed several bugs that could cause duplicate Package entriesChris St. Pierre2013-02-062-14/+18
|
* SSLCA: fixed appending chain certsChris St. Pierre2013-01-291-1/+1
|
* TemplateHelper: import helper modules with munged names to avoid collisionsChris St. Pierre2013-01-291-2/+16
|
* Decisions: fix thinkoChris St. Pierre2013-01-251-1/+1
|
* Git: fixed overly verbose error reportingChris St. Pierre2013-01-241-18/+12
|
* Git: fetch refs before checking out a ref on Git.UpdateChris St. Pierre2013-01-241-0/+7
|
* Git: log output of GitPython commandsChris St. Pierre2013-01-241-3/+8
|
* Packages: removed unnecessary nested functionsChris St. Pierre2013-01-231-42/+41
|
* Packages: only convert package entry to tuple if yum libraries are usedChris St. Pierre2013-01-231-0/+6
|
* Packages: fixed bug with display of package entries that have been converted ↵Chris St. Pierre2013-01-231-3/+3
| | | | to tuples
* fixed syntax errors for py < 2.5Chris St. Pierre2013-01-181-1/+2
|
* Properties: fixed lax/strict decryption setting with no crypto libs installedChris St. Pierre2013-01-181-21/+19
|
* GroupPatterns: improved PackedDigitRange and testsChris St. Pierre2013-01-181-4/+3
|
* Made a few encryption things simpler:Chris St. Pierre2013-01-172-21/+22
| | | | | | * 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
* testsuite: fixed tests for decryption in Properties/CfgPrivateKeyCreatorChris St. Pierre2013-01-162-13/+13
|
* SSLCA: set entry type on key and cert Path entriesChris St. Pierre2013-01-101-0/+3
|
* NagiosGen: Fix faulty configuration (from Marc Gariépy)Sol Jerome2013-01-091-1/+9
| | | | | | | | We previously added all configuration to the generated Nagios configuration resulting in Nagios errors when parts of the configuration were unused. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Cfg: Revert change from 10326a34Sol Jerome2013-01-081-1/+1
| | | | | | This change broke altsrc entries. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* replace unintuitive reduce() calls with slightly less unintuitive chain() callsChris St. Pierre2013-01-082-15/+12
|
* Cfg: handle filenames with regex special characters properlyChris St. Pierre2013-01-071-1/+2
|
* TemplateHelper: fixed bcfg2-lint pluginChris St. Pierre2013-01-031-10/+5
|
* 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-034-20/+497
|