summaryrefslogtreecommitdiffstats
path: root/src/sbin
Commit message (Collapse)AuthorAgeFilesLines
* fixed import/usage of MetadataConsistencyErrorChris St. Pierre2012-08-271-4/+3
|
* bcfg2-info: packagessources/packageresolve fail gracefully if Packages ↵Chris St. Pierre2012-08-231-0/+6
| | | | plugin not enabled
* fixed lxml.etree.tostring invocationsChris St. Pierre2012-08-223-5/+6
|
* fixed xml stringification in core, bcfg2Chris St. Pierre2012-08-211-2/+2
|
* lots of various py3k fixesChris St. Pierre2012-08-213-6/+5
|
* fixed broken XML-RPC retries, made delay configurableChris St. Pierre2012-08-201-8/+11
|
* py3k xml fixesChris St. Pierre2012-08-201-5/+3
|
* bcfg2-admin: Make help message consistentSol Jerome2012-08-181-2/+7
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2-info: Fix traceback when (mis)using profileSol Jerome2012-08-181-0/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2-info: Fix 'groups' commandSol Jerome2012-08-181-10/+6
| | | | | | | There used to be an additional "Contains" column but I was unable to determine what it was used for (and it doesn't work). Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed bug with setting debug level in clientChris St. Pierre2012-08-161-2/+2
|
* made logging levels more consistent in a few placesChris St. Pierre2012-08-152-6/+14
|
* Removed deprecated plugins BB, Svcmgr, SGenshiChris St. Pierre2012-08-151-2/+2
|
* made logging to syslog configurable and default for all loggingChris St. Pierre2012-08-155-9/+16
|
* Merge branch 'tests'Chris St. Pierre2012-08-152-9/+9
|\
| * print function fixesChris St. Pierre2012-08-152-9/+9
| |
* | fixed IPython debug shell for older IPythonChris St. Pierre2012-08-151-1/+1
| |
* | Remove bcfg2-ping-sweepSol Jerome2012-08-131-70/+0
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | bcfg2-crypt: Prevent traceback when missing M2CryptoSol Jerome2012-08-131-1/+7
|/ | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* sbin/bcfg2-server: Remove useless importTim Laszlo2012-08-071-1/+0
| | | | | Importing the Metadata plugin here causes django v1.2 to die. This was unused anyway.
* Revert "removed Bcfg2.Client.XML abstraction layer since we depend directly ↵Chris St. Pierre2012-08-061-16/+16
| | | | | | on lxml.etree" This reverts commit 913d320ee02d5e16b61a14d97b2b1111d307d0d3.
* removed Bcfg2.Client.XML abstraction layer since we depend directly on ↵Chris St. Pierre2012-08-031-16/+16
| | | | lxml.etree
* made yum Packages backend support resolving by version (#1112)Chris St. Pierre2012-08-031-123/+65
|
* batch up get_group calls in Packages to improve performance (#1101)Chris St. Pierre2012-08-011-1/+12
|
* Metadata and other improvements:Chris St. Pierre2012-07-301-6/+7
| | | | | | | | | | * Added support for Client tag in groups.xml * Added support for nested Group tags in groups.xml * Added support for negated groups in groups.xml * Added DatabaseBacked plugin mixin to easily allow plugins to connect to a database specified in global database settings in bcfg2.conf * Added DBMetadata plugin that uses relational DB to store client records instead of writing to clients.xml
* better formatting, display categories in bcfg2-info showclientChris St. Pierre2012-07-261-8/+21
|
* fixed bcfg2-lint/bcfg2-test Core instantiationChris St. Pierre2012-07-222-3/+4
|
* made -B (skip bundle) mode work with -Q (bundle-quick mode)Chris St. Pierre2012-07-201-3/+6
|
* added CherryPy-based server coreChris St. Pierre2012-07-194-47/+27
|
* fixed loading bundled lint pluginsChris St. Pierre2012-07-181-18/+12
|
* bcfg2-lint bug fixesChris St. Pierre2012-07-111-3/+6
|
* added feature to allow clients to declare their version to serverChris St. Pierre2012-07-111-0/+20
|
* allow selection of preferred python interpreterChris St. Pierre2012-07-051-18/+44
|
* added selinux supportChris St. Pierre2012-07-031-33/+1
|
* merged maintChris St. Pierre2012-06-191-0/+3
|\
| * fixed importChris St. Pierre2012-06-191-0/+1
| |
| * better error message from bcfg2-info packagesources without a hostnameChris St. Pierre2012-06-141-0/+3
| |
| * fixed bcfg2-info buildall without -fChris St. Pierre2012-06-041-1/+2
| |
| * bcfg2-info builddir requires "interactive" flagChris St. Pierre2012-05-221-21/+20
| |
| * added -f flag to bcfg2-info buildallChris St. Pierre2012-05-221-7/+15
| |
| * made SSLCA respect info.xmlChris St. Pierre2012-05-211-4/+9
| |
| * merged 0106905... added ability to pass options to nose, ignore tests, test ↵Chris St. Pierre2012-05-041-28/+76
| | | | | | | | specific clients to bcfg2-test
| * fixed mode of bcfg2-testChris St. Pierre2012-05-041-0/+0
| |
| * made bcfg2-info work with newer IPythonChris St. Pierre2012-05-041-2/+7
| |
* | added support for encrypting different elements in a single Properties file ↵Chris St. Pierre2012-06-151-125/+156
| | | | | | | | with different passphrases
* | fixed option alignment issuesChris St. Pierre2012-06-153-4/+5
| |
* | made bcfg2-lint load lint plugins from server plugins where appropriateChris St. Pierre2012-06-141-20/+37
| |
* | bcfg2-reports: pull good entries from the databaseTim Laszlo2012-06-141-3/+2
| |
* | bcfg2-reports: exit if file cannot be readChris St. Pierre2012-06-141-0/+1
| |
* | bcfg2-reports: exclude clients without an interactionTim Laszlo2012-06-141-1/+1
| |