summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Admin
Commit message (Expand)AuthorAgeFilesLines
* fixed typoChris St. Pierre2012-01-271-1/+1
* made bcfg2-admin accept -Q flag and a few others; general code cleanupChris St. Pierre2012-01-2615-120/+65
* fixed error handlingChris St. Pierre2012-01-261-0/+1
* suppress error message from bcfg2-admin Reports module if Reports not configu...Chris St. Pierre2012-01-262-13/+8
* turn off web_debug by default, give a warning if it's onChris St. Pierre2012-01-251-2/+0
* catch another exceptionChris St. Pierre2012-01-201-0/+5
* Client: Include xincluded files in listSol Jerome2011-11-181-0/+1
* Cleaned up path handling in bcfg2-admin init.Kamil Kisiel2011-09-171-12/+13
* Simplified py3k compatibility in bcfg2-admin initKamil Kisiel2011-09-171-77/+26
* make it clear that default list of plugins is taken from Options.SERVER_PLUGI...anatoly techtonik2011-09-101-7/+2
* Admin: Fix traceback when missing section from bcfg2.confSol Jerome2011-09-101-1/+4
* fix chmod in "bcfg2-admin init"Joe Digilio2011-08-101-1/+1
* invoke dot in a way that works on all systemsChris St. Pierre2011-08-081-4/+14
* got rid of blank line output when using bcfg2-admin viz with the -o optionChris St. Pierre2011-08-081-1/+2
* fixed bcfg2-admin viz bug introduced by Popen fixesChris St. Pierre2011-08-051-4/+5
* fixed security bugs with unescaped input to the shellChris St. Pierre2011-08-051-4/+3
* bcfg2-admin: Revert some changes that are not py3k compatibleSol Jerome2011-07-212-3/+7
* Miscellaneous bcfg2-admin bug fixes:Chris St. Pierre2011-07-212-9/+5
* bcfg2-admin viz: Remove --raw from documentationHolger Weiß2011-07-061-3/+1
* Display bcfg2-admin viz parameter errors on stdout instead of syslog.Mike McCallister2011-07-051-1/+1
* Enhanced bcfg2-admin viz to allow output to be limited to one client.Mike McCallister2011-07-051-9/+19
* bcfg2-admin compare: Another few print() cleanupsHolger Weiß2011-07-061-7/+9
* bcfg2-admin compare -r: Check for removed filesHolger Weiß2011-07-051-0/+6
* bcfg2-admin compare -r: Clean up the outputHolger Weiß2011-07-051-4/+4
* bcfg2-admin compare: Some code cleanupsHolger Weiß2011-07-051-16/+12
* bcfg2-admin compare: Check for removed bundlesHolger Weiß2011-07-051-0/+5
* bcfg2-admin compare: Handle all <Independent> tagsHolger Weiß2011-07-051-6/+5
* bcfg2-admin compare: Straighten the outputHolger Weiß2011-07-051-44/+36
* bcfg2-admin compare: Don't edit list in for loopHolger Weiß2011-07-051-4/+6
* bcfg2-admin compare: Fix check if tag is knownHolger Weiß2011-07-051-1/+1
* bcfg2-admin compare: Handle POSIX <Path> entriesHolger Weiß2011-07-051-8/+14
* bcfg2-admin compare: Actually do somethingHolger Weiß2011-07-051-0/+1
* bcfg2-admin: Fix traceback when help argument omittedSol Jerome2011-06-291-3/+1
* Added auth attrib to list of valid attribs that the Client object can add/updateKristian Kostecky2011-06-211-2/+4
* Init: Remove Base from default plugins listSol Jerome2011-06-131-2/+1
* Revert "Init: Remove Base from default plugin list"Sol Jerome2011-06-131-0/+1
* Init: Remove Base from default plugin listSol Jerome2011-06-091-1/+0
* Accept non-ASCII diffsHolger Weiß2011-06-062-2/+9
* added -t option to set client timeoutChris St. Pierre2011-06-012-3/+6
* Pass keypath to create_conf function.Raul Cuza2011-05-061-2/+2
* Add missing import.Raul Cuza2011-05-061-0/+1
* Fix some syntax issuesSol Jerome2011-04-271-2/+2
* Admin: Add full PY3K compatibilitySol Jerome2011-04-267-15/+31
* Init: Fix SyntaxError (Reported by emias on IRC)Sol Jerome2011-04-121-10/+3
* Reports: delete orphaned Reasons after the purge command is runTim Laszlo2011-04-111-0/+2
* bcfg2-admin: PY3K + PEP8 fixesSol Jerome2011-04-0614-180/+296
* Fixed previous commit. Decorators are hard, let's go shopping.Chris St. Pierre2011-03-301-2/+2
* Use self.log.info() instead of 'print' to produce stats forChris St. Pierre2011-03-301-6/+10
* Missing newline in helpTim Laszlo2011-02-101-1/+1
* bcfg2-admin: Fix multiple errorsSol Jerome2011-01-101-77/+85