summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2
Commit message (Collapse)AuthorAgeFilesLines
* moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-0523-150/+153
|
* Decisions: use StructFile instead of host- or group-specific XML filesChris St. Pierre2013-02-051-46/+12
|
* Bundler: various changesChris St. Pierre2013-02-042-48/+73
| | | | | | | * Deprecated use of an explicit name attribute * Deprecated .genshi bundles * Minor restructuring for better performance * bcfg2-lint updates
* added genshi support to StructFileChris St. Pierre2013-02-044-109/+58
|
* made genshi a requirementChris St. Pierre2013-01-225-158/+113
|
* 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-184-16/+119
|\
| * 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-183-12/+118
| |\ | | | | | | | | | | | | 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
| | |
| | * GroupPatterns: improved PackedDigitRange and testsChris St. Pierre2013-01-181-4/+3
| | |
| | * POSIXUsers: set managed uid/gid rangeChris St. Pierre2013-01-182-8/+115
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | 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-171-1/+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
| * | Options: split loading a new OptionParser from fetching an existing parserChris St. Pierre2013-01-171-13/+18
| | |
| * | StructFile: minor cleanupChris St. Pierre2013-01-171-3/+3
| | |
| * | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-178-92/+81
| | |
| * | added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-1727-268/+272
| |/ | | | | | | 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
| |
* | removed magic groupsChris St. Pierre2013-01-177-98/+10
| |
* | removed deprecated tools: RPMng, YUM24, YUMngChris St. Pierre2013-01-176-514/+14
| |
* | fixed unit testsChris St. Pierre2013-01-175-26/+37
| |
* | added a module-level FAM object to avoid passing it as an argument a billion ↵Chris St. Pierre2013-01-1723-102/+100
| | | | | | | | times
* | removed support for info/:info filesChris St. Pierre2013-01-174-86/+5
| |
* | removed support for .cat/.diff filesChris St. Pierre2013-01-173-79/+1
| |
* | removed mode="inherit" supportChris St. Pierre2013-01-171-7/+0
| |
* | removed deprecated plugins: TGenshi, TCheetah, Account, Hostbase, Snapshots, ↵Chris St. Pierre2013-01-1769-5588/+55
| | | | | | | | Statistics, Editor
* | removed deprecated FAM filemonitorChris St. Pierre2013-01-172-111/+0
| |
* | removed deprecated PostInstall supportChris St. Pierre2013-01-172-19/+3
| |
* | Options: split loading a new OptionParser from fetching an existing parserChris St. Pierre2013-01-171-13/+18
| |
* | StructFile: minor cleanupChris St. Pierre2013-01-171-3/+3
| |
* | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-178-92/+81
| |
* | added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-1727-266/+272
|/ | | | all over
* 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
|
* get default metadata for Path entries from config file given on command lineChris St. Pierre2013-01-161-1/+1
|
* Merge branch 'getparent' of https://github.com/zenazn/bcfg2Sol Jerome2013-01-151-9/+10
|\ | | | | | | | | | | | | | | From the pull request: getparent() only works if you have lxml.etree installed—xml.etree in the Python standard library (the fallback include) doesn't support this method.
| * Avoid use of lxml-only getparent()Carl Jackson2013-01-141-9/+10
| |
* | bcfg2-lint: fixed requiring a specific format of text contentChris St. Pierre2013-01-141-1/+1
| |
* | better validation of required attrs for Package and Service tagsChris St. Pierre2013-01-141-17/+12
| |
* | read bcfg2-lint plugin list properlyChris St. Pierre2013-01-141-0/+5
|/
* bcfg2-lint: update RequiredAttrs for SELinux and POSIX user/group entriesChris St. Pierre2013-01-111-74/+89
|
* 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>
* Version bump to 1.3.0rc1Sol Jerome2013-01-092-2/+2
| | | | 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-083-19/+16
|