summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1.4.x'Chris St. Pierre2013-04-23308-13928/+5703
|\
| * use Executor class for better subprocess calling on serverChris St. Pierre2013-03-1418-286/+238
| * removed in-place modification of "states" dict in client toolsChris St. Pierre2013-02-2118-1241/+1198
| * removed passing setup and logger objects between client toolsChris St. Pierre2013-02-2019-91/+75
| * fixed unit tests for mergeChris St. Pierre2013-02-204-17/+15
| * Merge branch 'master' into 1.4.xChris St. Pierre2013-02-2078-1446/+2175
| |\
| * | 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 Bcfg2...Chris St. Pierre2013-02-146-115/+127
| * | 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
| * | 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 perf...Matt Schwager2013-02-124-37/+42
| * | IP based ACLs working for CherryPy Server. Still need to implement BuiltinSer...Matt Schwager2013-02-123-1/+11
| * | Fixed 'event name' error on server startup with ACL as a plugin. Now parsing ...Matt Schwager2013-02-121-0/+18
| * | 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
| * | updated StructFile schemas to allow genshi attrs/elementsChris St. Pierre2013-02-048-0/+61