summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* documented which XML files have which featuresChris St. Pierre2013-02-0611-133/+219
|
* fixed loading FAM in coreChris St. Pierre2013-02-061-1/+1
|
* converted InfoXML objects from XMLSrc to StructFileChris St. Pierre2013-02-069-552/+403
|
* added README for 1.4 upgrade toolsChris St. Pierre2013-02-051-0/+6
|
* moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-0535-206/+205
|
* testsuite: wrote unit tests for DecisionsChris St. Pierre2013-02-052-1/+60
|
* documented xmlschema sphinx extension options/flagsChris St. Pierre2013-02-051-0/+26
|
* misc. schema and schema doc fixesChris St. Pierre2013-02-053-2/+2
|
* Decisions: use StructFile instead of host- or group-specific XML filesChris St. Pierre2013-02-054-73/+169
|
* testsuite: added unit tests for BundlerChris St. Pierre2013-02-041-0/+72
|
* Bundler: various changesChris St. Pierre2013-02-0438-763/+217
| | | | | | | * Deprecated use of an explicit name attribute * Deprecated .genshi bundles * Minor restructuring for better performance * bcfg2-lint updates
* updated StructFile schemas to allow genshi attrs/elementsChris St. Pierre2013-02-048-0/+61
|
* added genshi support to StructFileChris St. Pierre2013-02-045-147/+138
|
* made genshi a requirementChris St. Pierre2013-01-229-276/+221
|
* fixed detection of default plugin list when loading django ORM modelsChris St. Pierre2013-01-181-1/+1
|
* Merge branch '1.3.1' into 1.4.xChris St. Pierre2013-01-187-24/+264
|\
| * StructFile: fixed lax/strict decryption setting with no crypto libs installedChris St. Pierre2013-01-181-4/+1
| |
| * Merge branch 'master' into 1.3.1Chris St. Pierre2013-01-186-20/+263
| |\ | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Server/Plugins/Properties.py
| | * Properties: fixed lax/strict decryption setting with no crypto libs installedChris St. Pierre2013-01-181-21/+19
| | |
| | * docs: added docs for POSIXUsers uid/gid rangesChris St. Pierre2013-01-181-1/+46
| | |
| | * GroupPatterns: improved PackedDigitRange and testsChris St. Pierre2013-01-182-6/+6
| | |
| | * POSIXUsers: set managed uid/gid rangeChris St. Pierre2013-01-183-13/+211
| | | | | | | | | | | | | | | | | | | | | | | | Added options to set a range (whitelist or blacklist) of managed uids/gids so that accounts in LDAP (e.g.) do not get flagged as "extra" entries. Request: http://article.gmane.org/gmane.comp.sysutils.bcfg2.devel/4629
* | | removed straggling references to removed stuffChris St. Pierre2013-01-172-12/+0
| | |
* | | Merge branch '1.3.1' into 1.4.xChris St. Pierre2013-01-176-25/+22
|\| | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Server/Plugins/Packages/Collection.py src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py
| * | removed passing of optionparser object amongst Packages pluginChris St. Pierre2013-01-176-23/+20
| | |
* | | Merge branch '1.3.1' into 1.4.xChris St. Pierre2013-01-172-2/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/server/plugins/generators/cfg.txt src/lib/Bcfg2/Server/Admin/Snapshots.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/FileProbes.py src/lib/Bcfg2/Server/Plugins/NagiosGen.py src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py src/lib/Bcfg2/Server/models.py testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py
| * | docs: removed stray reference to SETUP globalChris St. Pierre2013-01-171-1/+0
| | |
| * | Options: split loading a new OptionParser from fetching an existing parserChris St. Pierre2013-01-179-22/+27
| | |
| * | StructFile: minor cleanupChris St. Pierre2013-01-171-3/+3
| | |
| * | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-1714-309/+208
| | |
| * | added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-1744-549/+472
| |/ | | | | | | all over
| * read default Path metadata from config file properlyChris St. Pierre2013-01-171-1/+3
| |
* | fixed unit tests from mergeChris St. Pierre2013-01-171-3/+2
| |
* | FAM: split loading a new FileMonitor from fetching an existing oneChris St. Pierre2013-01-172-15/+27
| |
* | fixed unit testsChris St. Pierre2013-01-172-7/+2
| |
* | removed magic groupsChris St. Pierre2013-01-1713-214/+59
| |
* | removed deprecated tools: RPMng, YUM24, YUMngChris St. Pierre2013-01-1718-640/+31
| |
* | fixed unit testsChris St. Pierre2013-01-178-99/+102
| |
* | added a module-level FAM object to avoid passing it as an argument a billion ↵Chris St. Pierre2013-01-1725-136/+141
| | | | | | | | times
* | removed support for info/:info filesChris St. Pierre2013-01-177-158/+20
| |
* | removed support for .cat/.diff filesChris St. Pierre2013-01-174-146/+1
| |
* | removed mode="inherit" supportChris St. Pierre2013-01-172-10/+1
| |
* | removed deprecated plugins: TGenshi, TCheetah, Account, Hostbase, Snapshots, ↵Chris St. Pierre2013-01-1797-7510/+94
| | | | | | | | Statistics, Editor
* | removed deprecated FAM filemonitorChris St. Pierre2013-01-177-126/+13
| |
* | removed deprecated PostInstall supportChris St. Pierre2013-01-177-44/+6
| |
* | Options: split loading a new OptionParser from fetching an existing parserChris St. Pierre2013-01-179-22/+27
| |
* | StructFile: minor cleanupChris St. Pierre2013-01-171-3/+3
| |
* | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-1714-309/+208
| |
* | added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-1744-547/+472
|/ | | | all over
* Made a few encryption things simpler:Chris St. Pierre2013-01-1710-44/+92
| | | | | | * 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