summaryrefslogtreecommitdiffstats
path: root/src/lib/Server
Commit message (Expand)AuthorAgeFilesLines
* initial implementation of the Editor plugin.James Yang2008-07-281-0/+64
* Implement support for non-configuration pluginsNarayan Desai2008-07-284-15/+14
* add pretty printing to new metadata entriesNarayan Desai2008-07-281-2/+4
* Fix clients when secure='false' (Resolves Ticket #580)Narayan Desai2008-07-261-1/+1
* loosen up Probe name regex (allow for numbers in probe name)Sol Jerome2008-07-251-1/+1
* Add new DBstats plugin (direct to reports db)Narayan Desai2008-07-223-3/+26
* Get importscript properly function-ifiedNarayan Desai2008-07-221-93/+87
* move xml statistics over to new typed-plugin system (enables direct-to-django...Narayan Desai2008-07-223-4/+31
* lay groundwork for statistics pluginsNarayan Desai2008-07-221-0/+5
* update dhcpd.conf handler in BB pluginAndrew Brestick2008-07-211-19/+48
* bb plugin will be off by defaultAndrew Brestick2008-07-161-1/+1
* various fixes to bb pluginAndrew Brestick2008-07-162-30/+45
* experimental breadboard pluginAndrew Brestick2008-07-151-0/+170
* added support for alternate metadata plugin (BB plugin)Andrew Brestick2008-07-153-25/+34
* forgot to remove Reports from __init__.pyJames Yang2008-07-141-1/+1
* removed the admin mode for nowJames Yang2008-07-141-170/+0
* Add default value for web_debug (Resolves Ticket #537)Narayan Desai2008-07-121-1/+6
* Add option and error handlingNarayan Desai2008-07-121-2/+7
* git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4776 ce84e21b-d406...James Yang2008-07-111-2/+19
* Through the Reports Admin mode, clients can now be expired and un-expired. Re...James Yang2008-07-111-28/+122
* Fix complete entry delete paths for Cfg/TCheetah/TGenshi (issue reported by S...Narayan Desai2008-07-111-5/+8
* Fix tb in a couple of admin modes.Sol Jerome2008-07-093-3/+6
* Add new report command-line interfaceJames Yang2008-07-082-1/+53
* Fix set_profile after xinclude fix (Fixes issue reported by SolJ)Narayan Desai2008-07-081-3/+5
* Ignore ae editor temporary filesNarayan Desai2008-07-041-1/+1
* Fix encoding use for ProbeSetNarayan Desai2008-07-021-3/+4
* Fix typo in SGenshi encoding patchNarayan Desai2008-07-021-1/+1
* Add encoding support for SGenshi (patch from solj) (Resolves Ticket #571)Narayan Desai2008-07-021-4/+4
* Remove dead code (reported by dchen) (Resolves Ticket #570)Narayan Desai2008-07-011-1/+0
* Unicode support (from stousignant) (Resolves Ticket #549)Narayan Desai2008-06-308-16/+36
* Fixup combination of XINclude and Alias fixesNarayan Desai2008-06-271-7/+5
* updated client admin mode and bcfg2-admin man pages with thenostradamus' patchesAndrew Brestick2008-06-271-1/+7
* fix alias issues in metadata plugin and in bcfg2-admin client modeAndrew Brestick2008-06-262-1/+9
* Completed bcfg2-admin minestruct modeAndrew Brestick2008-06-261-12/+60
* added in correction for hyphens in mac addresses added through hostbaseKen Raffenetti2008-06-241-6/+6
* Fix client assertion with XIncludes are in use (Resolves Ticket #568)Narayan Desai2008-06-241-1/+1
* Resolves clients.xml overwrite issue in #567, fixes configuration issues with...Andrew Brestick2008-06-235-1/+19
* Probe data loaded whenever Metadata plugin is usedAndrew Brestick2008-06-203-3/+3
* Resolves ticket #541 and fixes client adding/deletingAndrew Brestick2008-06-193-20/+72
* Make autocreated basic group publicNarayan Desai2008-06-161-1/+1
* Fix permissions fixup in init modeNarayan Desai2008-06-151-2/+2
* Fixup perms on bcfg2.conf upon initNarayan Desai2008-06-151-0/+1
* 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