summaryrefslogtreecommitdiffstats
path: root/src/sbin
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'master' into 1.4.xChris St. Pierre2013-02-202-12/+50
| |\ \
| * | | moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-051-18/+20
| * | | removed deprecated plugins: TGenshi, TCheetah, Account, Hostbase, Snapshots, ...Chris St. Pierre2013-01-171-306/+0
| * | | Options: split loading a new OptionParser from fetching an existing parserChris St. Pierre2013-01-178-9/+9
| * | | added module-level OptionParser to avoid passing it as an argument or global ...Chris St. Pierre2013-01-178-59/+50
* | | | Promote bcfg2-info to have it's own Options dictMichael Fenn2013-03-291-2/+1
* | | | Revert "Update bcfg2-info OptionParser to use client options"Michael Fenn2013-03-291-1/+1
* | | | Update bcfg2-info OptionParser to use client optionsMichael Fenn2013-03-291-1/+1
| |_|/ |/| |
* | | bcfg2-info: fixed building help message on 2.4 (from Michael Fenn)Chris St. Pierre2013-03-221-4/+7
* | | bcfg2-info: made packageresolve use code from Packages instead of reinventing...Chris St. Pierre2013-03-221-13/+16
* | | Merge branch '1.3.2' into maintChris St. Pierre2013-03-216-36/+190
|\ \ \
| * | | added PEP-8 style checks to test suiteChris St. Pierre2013-03-116-9/+16
| * | | bcfg2-test: added option to spawn multiple child processes to run testsChris St. Pierre2013-02-251-37/+177
| | |/ | |/|
* | | bcfg2-reports: fixed name of database config sectionChris St. Pierre2013-03-201-6/+6
* | | bcfg2-test: apply ignore list to unknown packagesChris St. Pierre2013-03-181-1/+3
* | | bcfg2-test: fixed test for missing bundlesChris St. Pierre2013-03-041-2/+1
* | | bcfg2-test: added checks for missing bundles and unknown packagesChris St. Pierre2013-03-041-0/+14
* | | Core: properly handle Ctrl-CChris St. Pierre2013-02-251-15/+0
|/ /
* | bcfg2-test: test for clients with no entriesChris St. Pierre2013-02-081-0/+3
* | fixed unit testsChris St. Pierre2013-01-291-2/+7
* | bcfg2-test: various improvementsChris St. Pierre2013-01-281-11/+40
* | fixed syntax errors for py < 2.5Chris St. Pierre2013-01-181-1/+2
|/
* Made a few encryption things simpler:Chris St. Pierre2013-01-171-8/+11
* bcfg2-lint: removed unused importChris St. Pierre2013-01-151-1/+0
* set default bcfg2-lint plugin listChris St. Pierre2013-01-141-1/+3
* read bcfg2-lint plugin list properlyChris St. Pierre2013-01-141-5/+3
* removed Duplicates plugin from bcfg2-lint docsChris St. Pierre2013-01-141-1/+1
* bcfg2-lint: automatically load lint plugins that are part of enabled bcfg2 se...Chris St. Pierre2013-01-031-1/+17
* bcfg2-crypt: fixed edge case where value is decrypted with the wrong key to p...Chris St. Pierre2012-12-131-1/+11
* 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
* 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
* bcfg2-info query: Query all hosts if none specifiedSol Jerome2012-10-171-2/+5
* 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
* 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
* 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