summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doc: added wildcard xinclude docs that were lost in mergeChris St. Pierre2013-02-141-0/+38
|
* extended usage of Executor class, added client-side timeout optionsChris St. Pierre2013-02-147-143/+206
|
* added docs for Bcfg2.UtilsChris St. Pierre2013-02-143-2/+28
|
* better Executor class for client toolsChris St. Pierre2013-02-1421-471/+376
|
* Metadata: process default client bootstrap mode properlyChris St. Pierre2013-02-142-16/+18
|
* Metadata: allowed setting global default authentication typeChris St. Pierre2013-02-144-33/+44
|
* moved common file locking code into Bcfg2.UtilsChris St. Pierre2013-02-144-17/+17
|
* abstracted similar digit range classes in POSIXUsers/GroupPatterns into ↵Chris St. Pierre2013-02-146-115/+127
| | | | Bcfg2.Utils
* added support for wildcard XInclude in XMLFileBackedChris St. Pierre2013-02-143-27/+58
|
* fixed unit testsChris St. Pierre2013-02-125-8/+12
|
* removed old/original Acl pluginChris St. Pierre2013-02-121-53/+0
|
* Added client ACLs:Chris St. Pierre2013-02-1213-91/+959
| | | | | | | * IP and CIDR-based ACLs * Metadata (group/hostname)-based ACLs * Documentation * Unit tests
* expose VCS revision via RMIChris St. Pierre2013-02-121-0/+2
|
* removed experimental flag from plugins/tools added in 1.3Chris St. Pierre2013-02-127-17/+0
|
* fixed address tuple from CherryPy coreChris St. Pierre2013-02-121-1/+1
|
* fixed some option parsing bugsChris St. Pierre2013-02-122-9/+11
|
* CIDR notation working for IP based ACLsMatt Schwager2013-02-121-3/+4
|
* Added CIDR notation to IP ACLs. Still need to test.Matt Schwager2013-02-123-4/+15
|
* Corrected acceptance of wildcard ('*') in ACL XML file.Matt Schwager2013-02-122-5/+4
|
* IP based ACLs working for CherryPy and Builtin Server. Rudimentary tests ↵Matt Schwager2013-02-124-37/+42
| | | | performed and passed.
* IP based ACLs working for CherryPy Server. Still need to implement ↵Matt Schwager2013-02-123-1/+11
| | | | BuiltinServer and test.
* Fixed 'event name' error on server startup with ACL as a plugin. Now parsing ↵Matt Schwager2013-02-121-0/+18
| | | | IP XML file correctly
* Added access control list's XML schemaMatt Schwager2013-02-121-0/+20
|
* Started adding code to Acl.py, need to parse acl xml file correctlyMatt Schwager2013-02-121-4/+20
|
* Added access-control list plugin skeleton codeMatt Schwager2013-02-121-0/+8
|
* removed deprecated Base pluginChris St. Pierre2013-02-0824-69/+48
|
* made Action entries in Independent structures run with when="always"Chris St. Pierre2013-02-083-28/+41
|
* Bundler: added support for independent bundlesChris St. Pierre2013-02-088-195/+270
|
* Bundler: improved XInclude support, added inter-bundle dependenciesChris St. Pierre2013-02-083-16/+136
|
* testsuite: improved error messages from assertXMLEqualChris St. Pierre2013-02-081-4/+12
|
* doc: clarified Group/Client tag use in xml-common.txtChris St. Pierre2013-02-084-81/+63
|
* made XInlcude and Encryption support more consistentChris St. Pierre2013-02-0710-122/+118
|
* 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