summaryrefslogtreecommitdiffstats
path: root/src/sbin
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
* | bcfg2-reports improvements:Chris St. Pierre2012-06-141-336/+239
| | | | | | | | | | | | * Rewrote script, particularly option parsing, to be much more maintainable * Clarified usage message * Added --entrystatus mode
* | bcfg2-crypt fixesChris St. Pierre2012-06-071-58/+62
| |
* | bcfg2-info: print trace when buildfile failsTim Laszlo2012-06-071-1/+3
| |
* | added -B (skip bundles) and -Z (skip independent) optionsChris St. Pierre2012-06-061-2/+6
| |
* | added properties element encryptionChris St. Pierre2012-06-061-0/+321
| | | | | | | | added bcfg2-crypt utility for encrypting Properties and Cfg files
* | fixed caching of Collection objects; moved bcfg2-info packagesources code ↵Chris St. Pierre2012-06-011-24/+1
| | | | | | | | into Collection.py
* | py2.4 doesn't have finally; wrong logic, anywayChris St. Pierre2012-06-011-4/+5
| |
* | minor option cleanupChris St. Pierre2012-06-011-6/+8
| |
* | fixed typoChris St. Pierre2012-06-011-36/+35
| |
* | bcfg2-info: Add support for bpythonSol Jerome2012-05-271-0/+3
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | bcfg2-admin: Logging broken for reportsTim Laszlo2012-05-231-3/+7
| |
* | bcfg2-info builddir requires interactive flagChris St. Pierre2012-05-221-1/+2
| |
* | fixed option group stuffChris St. Pierre2012-05-214-6/+7
| |
* | added option groupsChris St. Pierre2012-05-216-162/+64
| |
* | fixes for missing genshiChris St. Pierre2012-05-211-3/+9
| |
* | Added inotify filemonitor driverChris St. Pierre2012-05-185-2/+7
| | | | | | | | Moved list of files to ignore into config
* | added ability to disable Cfg file validationChris St. Pierre2012-05-111-0/+1
| |
* | moved plugin-specific configs to main config file; propagate "setup" object ↵Chris St. Pierre2012-05-115-35/+35
| | | | | | | | to server Core
* | fixed buildall wildcard stuffChris St. Pierre2012-05-041-5/+7
| |
* | fixed bcfg2-lint --show-errorsChris St. Pierre2012-05-031-15/+9
| |
* | made bcfg2-info buildall accept list of clients; added buildallfile commandChris St. Pierre2012-05-011-26/+111
| |
* | Merge branch 'maint'Sol Jerome2012-04-191-14/+20
|\| | | | | | | | | | | | | Conflicts: src/sbin/bcfg2-info Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * bcfg2-info: Fix packagesources commandSol Jerome2012-04-191-14/+20
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>