summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add overall view of metadata to ClientMetadata instancesNarayan Desai2007-12-281-3/+4
* add keyword substituation: RevisionRobert Gogolok2007-12-281-1/+1
* move daemonize support to own moduleRobert Gogolok2007-12-283-84/+49
* ConfigParser.read(filenames) will not raise an exception, use ConfigParser.re...Robert Gogolok2007-12-251-2/+2
* use OptionParser for bcfg2-infoRobert Gogolok2007-12-251-5/+11
* don't crash if no permission to write config fileRobert Gogolok2007-12-241-1/+4
* Fix handling of files ending in .cat or .diff [bugfix]Narayan Desai2007-12-131-1/+3
* Fix race when no keys exist and known_hosts is first in the bundle [bugfix]Narayan Desai2007-12-041-0/+2
* Fix reversed reasons in config item display (from Sol J) [bugfix]Narayan Desai2007-12-021-7/+7
* Revert unintentional DebInit commit [bugfix]Narayan Desai2007-12-021-6/+2
* Harden frame against tool driver syntax errors (Related to #507) [bugfix]Narayan Desai2007-12-022-3/+12
* Fix Chkconfig traceback (Resolves Ticket #507) [bugfix]Narayan Desai2007-12-021-1/+1
* Cleanly handle config file parse failures (Resolves Ticket #493) [bugfix]Narayan Desai2007-12-011-1/+5
* Fix chkconfig services that run in runlevel 1 [bugfix]Narayan Desai2007-11-301-2/+7
* Improve agent scripts and daemonization support [bugfix]Narayan Desai2007-11-301-0/+43
* Handle weird importer behavior on python2.3 [bugfix]Narayan Desai2007-11-301-0/+3
* Fix weird python2.3/sarge traceback [bugfix]Narayan Desai2007-11-301-1/+1
* Fix default profile group useNarayan Desai2007-11-121-1/+1
* bcfg2-admin pull fixesNarayan Desai2007-11-122-6/+6
* SGenshi improvements from Sebastien Barthelemy (sorry, bad locale) and improv...Narayan Desai2007-11-091-9/+41
* Stop installing Svcmgr bits and include new reporting bits for bcfg2.conf (in...Narayan Desai2007-11-081-2/+17
* Fixed bug #492 reports now respect 'expiration' datesJoey Hagedorn2007-11-081-8/+8
* Revert bad error messages in importscriptNarayan Desai2007-11-051-2/+0
* Implement data collection on incomplete entry path for POSIXNarayan Desai2007-11-032-1/+30
* Fix __all__Narayan Desai2007-11-031-3/+3
* Ensure that APT.py doesn't update more than once per runNarayan Desai2007-11-031-5/+6
* Fix error in state handling (Resolves Ticket #479)Narayan Desai2007-11-032-0/+4
* Second stage of the root->0 backout (from GP)Narayan Desai2007-11-026-11/+11
* Add do_exit (from GP) (Resolves Ticket #489)Narayan Desai2007-11-021-0/+1
* make Core.py produce more error messages with plugin load failures (from GP) ...Narayan Desai2007-11-021-2/+2
* make Core.py more tolerant of spaces in bcfg2.conf (Resolves Ticket #488)Narayan Desai2007-11-021-2/+2
* bcfg2-info patch from GPNarayan Desai2007-11-021-2/+2
* Produce better interactive questions for bcfg2-adminNarayan Desai2007-10-311-1/+1
* Deregister Cfg entries in case of overall deletion (Resolves Ticket #481)Narayan Desai2007-10-301-0/+6
* Implement bcfg2-admin pull support for info files/metadata changes (Resolves ...Narayan Desai2007-10-303-10/+38
* Implement cmdlook resumption in bcfg2-infoNarayan Desai2007-10-301-12/+18
* Fix reports traceback with mysql (Resolves Ticket #487)Narayan Desai2007-10-301-1/+1
* Fix error reporting in bcfg2-remoteNarayan Desai2007-10-291-1/+1
* ensure that client_list_a is always filled before client_list_bNarayan Desai2007-10-291-2/+2
* print errors when they occurNarayan Desai2007-10-291-0/+2
* Handle fam/gamin overall failure betterNarayan Desai2007-10-261-1/+7
* Improve pull error handlingNarayan Desai2007-10-261-0/+4
* Fix refactor importscript breakage and add optparsing patch from TimLNarayan Desai2007-10-261-35/+45
* Fix DebInit traceback (Resolves Ticket #486)Narayan Desai2007-10-151-2/+1
* Make importscript even more efficientNarayan Desai2007-10-111-12/+1
* Pass through modlist data for non package entriesNarayan Desai2007-10-111-1/+1
* Add sparse client updates (should speed up runs with big databases _a lot_)Narayan Desai2007-10-111-22/+25
* switch last data hashes over to django objectsNarayan Desai2007-10-111-29/+25
* Continue changes to use django datatypes (further reduces resource consumption)Narayan Desai2007-10-101-40/+30
* Fix importscript.py performance problemsNarayan Desai2007-10-101-45/+38