summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition (awesome debugging by ritcey)Narayan Desai2008-03-221-1/+2
* Clean up stable probe data and dynamic groups properly (Reported by SolJ)Narayan Desai2008-03-222-15/+25
* Reimplement Cfg using EntrySetNarayan Desai2008-03-211-375/+89
* Fix Specificity.matches bug and fix es_cls nameNarayan Desai2008-03-211-4/+4
* New EntrySet-based TCheetah from ritceyNarayan Desai2008-03-211-127/+21
* plugin infrastructure improvementsNarayan Desai2008-03-211-11/+34
* EntrySet infrastructure for Cfg conversionNarayan Desai2008-03-211-13/+27
* Merge in GroupSpool plugin as common code and switch TGenshi to use itNarayan Desai2008-03-212-128/+116
* clean up event handling and handle specificityerrorsNarayan Desai2008-03-211-5/+12
* Add mode error classNarayan Desai2008-03-211-0/+3
* Implement EntrySet and basic testing for it (mainly from ritcey)Narayan Desai2008-03-211-0/+137
* Harden Viz mode against failures (Analogue to [4425])Narayan Desai2008-03-201-8/+11
* Remove deprecated PostInstall driverNarayan Desai2008-03-171-21/+0
* Remove validation states from Tool instances (in preparation for DecisionList...Narayan Desai2008-03-1713-64/+65
* Move req.cleanup initialization earlierNarayan Desai2008-03-161-1/+1
* Fix help display for long optionsNarayan Desai2008-03-161-2/+8
* Improve scaling behavior for non-forked handlers. Basically,Narayan Desai2008-03-151-0/+6
* Harden daemonization against failuresNarayan Desai2008-03-121-4/+7
* Improve importscript error message when bcfg2.conf is not readable (Resolves ...Narayan Desai2008-03-091-7/+4
* Add symlink information for interactive mode (Resolves Ticket #519) [bugfix]Narayan Desai2008-03-091-0/+4
* deprecate PostInstalls (in schemas and Core.py) -- Actions can be used insteadNarayan Desai2008-03-091-1/+1
* Add psyco support to the server core (speeds up operations ~40% for simple te...Narayan Desai2008-03-091-0/+6
* tighten up ignore regex in CfgNarayan Desai2008-03-091-1/+1
* remove debug message from bcfg2-infoNarayan Desai2008-03-091-1/+0
* implement support for long optionsNarayan Desai2008-03-081-4/+21
* Fix xinetd service management with the chkconfig driver (Patch from Gordon Me...Narayan Desai2008-03-081-2/+7
* Allow for mixed case false for pkg_checks in RPMng/YUMngMike Brady2008-03-041-1/+1
* Fix traceback in directory cleanup (patch from jstrunk) (Resolves Ticket #524...Narayan Desai2008-02-281-0/+1
* Fix viz modeNarayan Desai2008-02-191-5/+4
* bcfg2-query patch from SolJNarayan Desai2008-02-192-34/+47
* revert mistaken bcfg2-server commit [bugfix]Narayan Desai2008-02-131-28/+12
* Fix tb in __important__ path (reported/patched by SolJ) [bugfix]Narayan Desai2008-02-132-13/+29
* Fix colon splitting for null cases (Reported by SolJ)Narayan Desai2008-02-091-1/+4
* Fix MineStruct (patch from Sol J)Narayan Desai2008-02-091-1/+1
* Fix traceback upon error message [bugfix]Narayan Desai2008-02-061-1/+1
* Implement sequence number support for services (Patch from DanP) (Resolves Ti...Narayan Desai2008-01-301-3/+24
* Fix bcfg2-admin pull for host-specific files when the current data is group-s...Narayan Desai2008-01-291-3/+3
* Handle infoxml failure cases (reported in irc) [bugfix]Narayan Desai2008-01-291-0/+4
* Clean out dispatch table whenever files change (Resolves Ticket #522) [bugfix]Narayan Desai2008-01-291-0/+1
* Handle group coloring more robustly (Fixes issue reported by Matt Baker on ir...Narayan Desai2008-01-281-5/+6
* Sync glob pattern with regex pattern (Resolves Ticket #520)Narayan Desai2008-01-271-4/+10
* Harden handling if __important__ entries (reported by SolJ) [bugfix]Narayan Desai2008-01-251-4/+9
* Remove old debug messageNarayan Desai2008-01-241-1/+0
* Fix use of category names with hyphens (Resolves Ticket #518)Narayan Desai2008-01-241-1/+1
* Implement support for .static files of external public keysNarayan Desai2008-01-221-1/+9
* Implement xml schema checks for info.xml files (from Sol Jerome) (Resolves Ti...Narayan Desai2008-01-211-11/+33
* Remove client-side of (deprecated) toolset supportNarayan Desai2008-01-191-15/+2
* Frame updates (and start of unit-testing)Narayan Desai2008-01-182-17/+16
* Finish fixing option parsing for bcfg2-repo-validateNarayan Desai2008-01-181-5/+6
* Fix option parsing for bcfg2-repo-validateNarayan Desai2008-01-181-4/+4