summaryrefslogtreecommitdiffstats
path: root/src/lib/Server
Commit message (Expand)AuthorAgeFilesLines
* Switch Pkgmgr to using sets (for a 10X startup improvement)Narayan Desai2008-06-121-2/+10
* Remove debug code (Patch from jcollie)Narayan Desai2008-06-101-2/+0
* Fix error message in non-matching caseNarayan Desai2008-06-091-2/+4
* Change to typed plugin systemNarayan Desai2008-06-0910-154/+67
* Reflect null probe responses in client metadataNarayan Desai2008-06-031-0/+4
* Add template path information into [ST]Genshi processingNarayan Desai2008-05-301-1/+1
* Add -O3 mode to importscript to relax reason deduplication process (Results i...Narayan Desai2008-05-301-6/+18
* handle genshi parse errors betterNarayan Desai2008-05-241-1/+3
* fix typos, #560Robert Gogolok2008-05-234-6/+6
* Fix specific probe handling. Now clients only get one (most-specific) instanc...Narayan Desai2008-05-221-2/+19
* Fix bcfg2-info failure if no repo has been created (Resolves Ticket #556)Narayan Desai2008-05-222-3/+9
* Fix tb in case of info.xml file failuresNarayan Desai2008-05-191-0/+4
* Fix TCheetah when psyco is used (Completely resolve Ticket #559)Narayan Desai2008-05-162-6/+8
* Disable psyco due to Cheetah problems (Resolves Ticket #559)Narayan Desai2008-05-141-5/+5
* SGenshi: Fix error handling in case of template errorsNarayan Desai2008-05-041-1/+3
* Fix reports system settings importNarayan Desai2008-05-021-1/+1
* SGenshi: loosen up file name regexNarayan Desai2008-05-021-1/+1
* Replace bcfg2-query with bcfg2-admin queryNarayan Desai2008-05-011-10/+17
* Initial bcfg2-admin query implementationNarayan Desai2008-04-302-1/+39
* Save dynamic group data (for use in bcfg2-info) (Patch from zultron)Narayan Desai2008-04-251-1/+8
* auto-reformat server fingerprint if needed (Resolves Ticket #546)Narayan Desai2008-04-252-6/+11
* Fix SGenshi property useNarayan Desai2008-04-241-1/+1
* Enable properties for use in SGenshi templatesNarayan Desai2008-04-161-1/+8
* Fix bcfg2.conf generation in bcfg2-admin initNarayan Desai2008-04-101-1/+1
* Fix probe sourceNarayan Desai2008-04-091-1/+1
* Fix svn use in alternative locales (Patch from GP) (Resolves Ticket #538) [bu...Narayan Desai2008-04-081-1/+1
* Implement probe-handling using EntrySet code (makes client- and group-specifi...Narayan Desai2008-04-081-22/+32
* Move base data caching es class to Plugin.pyNarayan Desai2008-04-082-14/+14
* Patch from jstrunk to support vhost subdirs as the reports root location (Res...Narayan Desai2008-04-081-30/+44
* Switch SGenshi over to using EntrySet classes as well (SGenshi templates can ...Narayan Desai2008-04-083-58/+50
* Fix SSHbase key managment in arbitrary locationsNarayan Desai2008-03-271-3/+8
* Initial BoundEntry supportNarayan Desai2008-03-241-0/+3
* Fix 0-length file handlingNarayan Desai2008-03-241-9/+2
* Rework bcfg2-admin pullNarayan Desai2008-03-244-149/+156
* make Specificity generically usefulNarayan Desai2008-03-231-19/+24
* new bcfg2-admin pull infrastructureNarayan Desai2008-03-231-3/+5
* Remove dead codeNarayan Desai2008-03-221-17/+0
* Implement EntrySet-level error suppression for non-matching eventsNarayan Desai2008-03-221-3/+3
* Add FIXMENarayan Desai2008-03-221-0/+1
* Implement filesystem event debugging in bcfg2-info (new command event_debug)Narayan Desai2008-03-221-12/+23
* Enable use of properties store (from ritcey)Narayan Desai2008-03-221-0/+1
* 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-221-7/+13
* 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