summaryrefslogtreecommitdiffstats
path: root/src/sbin
Commit message (Collapse)AuthorAgeFilesLines
* bcfg2-lint: automatically load lint plugins that are part of enabled bcfg2 ↵Chris St. Pierre2013-01-031-1/+17
| | | | server plugins
* bcfg2-crypt: fixed edge case where value is decrypted with the wrong key to ↵Chris St. Pierre2012-12-131-1/+11
| | | | produce gibberish
* fixed bcfg2-info buildbundle to use code from Bundler pluginChris St. Pierre2012-11-271-27/+17
|
* removed bogus print statementsChris St. Pierre2012-11-161-4/+3
|
* flush input buffers before accepting stdinChris St. Pierre2012-11-121-7/+12
|
* bcfg2-build-reports: Remove deprecated ping optionsSol Jerome2012-11-051-15/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2-crypt: improved error messageChris St. Pierre2012-10-221-1/+1
|
* fixed bcfg2-crypt bug with single passphrase and algorithm specifiedChris St. Pierre2012-10-221-8/+15
|
* bcfg2-info: Remove extraneous strip() callSol Jerome2012-10-181-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2-info query: Query all hosts if none specifiedSol Jerome2012-10-171-2/+5
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* set up bcfg2-info logging just like bcfg2-adminChris St. Pierre2012-10-171-4/+10
|
* fixed tests on new client classChris St. Pierre2012-10-171-1/+1
|
* added bcfg2_local.py, a tool to run bcfg2 against a local specificationChris St. Pierre2012-10-172-333/+13
|
* expanded pylint coverage to Admin modes, removed some old/broken admin modesChris St. Pierre2012-10-172-15/+35
|
* bcfg2-reports: dangling reference to old schemaTim Laszlo2012-10-161-1/+1
|
* bcfg2-reports: updated to new schemaTim Laszlo2012-10-151-22/+20
|
* bcfg2-info: added probes subcommand to list probes for a clientChris St. Pierre2012-10-151-6/+44
|
* bcfg2-report-collector: Raise SystemExit instead of SystemErrorTim Laszlo2012-10-101-2/+2
| | | | This is causing a hang on shutdown when not daemonized.
* bcfg2-lint: shut down server core when done running server lint pluginsChris St. Pierre2012-10-091-4/+7
|
* fixed more pylint checksChris St. Pierre2012-10-091-5/+11
|
* Reporting: Merge new reporting dataTim Laszlo2012-10-081-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move reporting data to a new schema Use south for django migrations Add bcfg2-report-collector daemon Conflicts: doc/development/index.txt doc/server/plugins/connectors/properties.txt doc/server/plugins/generators/packages.txt setup.py src/lib/Bcfg2/Client/Tools/SELinux.py src/lib/Bcfg2/Compat.py src/lib/Bcfg2/Encryption.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Init.py src/lib/Bcfg2/Server/Admin/Reports.py src/lib/Bcfg2/Server/BuiltinCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/FileMonitor/Inotify.py src/lib/Bcfg2/Server/Plugin/base.py src/lib/Bcfg2/Server/Plugin/interfaces.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py src/lib/Bcfg2/Server/Plugins/FileProbes.py src/lib/Bcfg2/Server/Plugins/Ohai.py src/lib/Bcfg2/Server/Plugins/Packages/Collection.py src/lib/Bcfg2/Server/Plugins/Packages/Source.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py src/lib/Bcfg2/Server/Plugins/Probes.py src/lib/Bcfg2/Server/Plugins/Properties.py src/lib/Bcfg2/Server/Reports/backends.py src/lib/Bcfg2/Server/Reports/manage.py src/lib/Bcfg2/Server/Reports/nisauth.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-yum-helper testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestSEModules.py
* bcfg2-lint: fixed confusion about variables named "errors"Chris St. Pierre2012-10-041-1/+1
|
* testsuite: expanded pylint coverageChris St. Pierre2012-10-031-217/+213
|
* fixed missing error when probe download failsChris St. Pierre2012-10-031-0/+1
|
* made client runs abort on probe failure, added option to disable thatChris St. Pierre2012-09-281-114/+133
|
* made full pylint checks the default, expanded pylint coverage to lots of toolsChris St. Pierre2012-09-261-1/+0
|
* updated bcfg2.conf man pageChris St. Pierre2012-09-251-1/+0
|
* expanded pylint coverageChris St. Pierre2012-09-253-108/+130
|
* more pylint checksChris St. Pierre2012-09-252-13/+30
|
* made json optional againChris St. Pierre2012-09-251-1/+4
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-253-29/+33
|
* Encryption: improved docs, made algorithm configurableChris St. Pierre2012-09-201-13/+23
|
* documented packages backendsChris St. Pierre2012-09-201-96/+10
|
* added json, md5 to Bcfg2.CompatChris St. Pierre2012-09-201-5/+1
|
* Packages: fixed handling of poorly-specified BoundPackage entriesChris St. Pierre2012-09-171-0/+3
|
* bcfg2-crypt: added -I option, made --stdout better, updated man pageChris St. Pierre2012-09-131-56/+118
|
* Properties: made automatch in bcfg2.conf a default, not absolute; cleaned up ↵Chris St. Pierre2012-09-131-3/+3
| | | | docs
* bcfg2-info: added "automatch" command to perform Properties automatchingChris St. Pierre2012-09-121-0/+38
|
* bcfg2-crypt: added --stdout optionChris St. Pierre2012-09-111-4/+14
|
* bcfg2-crypt: handle bogus xpath expression gracefullyChris St. Pierre2012-09-111-0/+3
|
* bcfg2-crypt: better handling of chunking errorsChris St. Pierre2012-09-111-35/+68
|
* bcfg2-info: fixed bug when building an entry for buildfile raised IOErrorChris St. Pierre2012-09-111-4/+5
|
* updated various scripts/components to reflect updated Core invocation for ↵Chris St. Pierre2012-09-052-18/+5
| | | | thread-safety
* bcfg2-reports: Point to new settings fileSol Jerome2012-08-291-2/+2
| | | | | | The location of the db settings was changed in 8b438fd. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-275-5/+5
|
* 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
|